machine-learningtutorialreinforcement-learningdeep-learningcnntransformerganrnnpruningtransfer-learningbertdiffusionself-attentionnetwork-compressionchatgptleedl-tutorial UpdatedFeb 10, 2025 Jupyter Notebook An open source library for face detection in images. The face detection speed can reach 1000FPS. ...
classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(graph)构建基类,FastText,TextCNN,CharCNN,TextRNN, RCNN, DCNN, DPCNN, VDCNN, CRNN, Bert, Xlnet, Albert, Attention, DeepMoji, HAN, 胶囊网络-CapsuleNet, Transformer-encode, Seq2seq, SWEM, LEAM, TextGCN ...
将文本数据转化为图数据(同质图或者异质图). 可以使用PMI,KNN或者各种相似度.设计相应的(异质)图神经网...
第一层CNN-RNN编码器:处理每个股票的输入时间序列(如每日日志回报),提取局部模式和长时依赖。 GCN块:基于图结构更新节点特征,捕捉股票间的空间关系,支持GAT[9]或EGNN[10]两种类型。 第二层CNN-RNN编码器:对GCN输出的特征进一步精炼,结合时间和空间信息生成预测。 我们使用S&P 500指数中前100只股票的每日收盘价数...
方案二、GCN 连同自身聚集到实心结点 有向图的GNN 出度和入度分开,各卷各的 GNN变形 根据结点聚集和层级连接方法的不同有大量不同形式的GNN 循环神经网络RNN DNN、CNN存在的问题: 输入、输出定长;处理输入输出变长问题效率不高,但NLP中语句通常长度不固定 ...
keras lstm rnn limit-order-book cnn-classification cnn-lstm Updated Apr 24, 2020 Jupyter Notebook TomatoFT / Vehicle-Trajectory-Prediction-in-Ho-Chi-Minh-city-streets Star 13 Code Issues Pull requests Predict the trajectory of the vehicles in HCM city streets with YOLOv7 + DeepSORT +...
- Electra-fineture(todo) - Albert-fineture - Xlnet-fineture - Bert-fineture - FastText - TextCNN - charCNN - TextRNN - TextRCNN - TextDCNN - TextDPCNN - TextVDCNN - TextCRNN - DeepMoji - SelfAttention - HAN - CapsuleNet - Transformer-encode - SWEM - LEAM - TextGCN(todo) ...
假如是以句子为节点,那么可以用rnn或者cnn先生成句的embedding再送入gnn。Yao, L., Mao, C., & ...
一、引言 CNN(Convolutional Neural Network)和LSTM(Long Short-Term Memory)结合起来常用于处理序列...
The calflops is designed to calculate FLOPs、MACs and Parameters in all various neural networks, such as Linear、 CNN、 RNN、 GCN、Transformer(Bert、LlaMA etc Large Language Model) - MrYxJ/calculate-flops.pytorch