Stars
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet…
Lab Materials for MIT 6.S191: Introduction to Deep Learning
文本分类资源汇总,包括深度学习文本分类模型,如SpanBERT、ALBERT、RoBerta、Xlnet、MT-DNN、BERT、TextGCN、MGAN、TextCapsule、SGNN、SGM、LEAM、ULMFiT、DGCNN、ELMo、RAM、DeepMoji、IAN、DPCNN、TopicRNN、LSTMN 、Multi-Task、HAN、CharCNN、Tree-LSTM、DAN…
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
This is where I put all my work in Natural Language Processing
Multi-language Char RNN for TensorFlow >= 1.2.
PyTorch implementation of char-rnn (character-level language model)
A resource for learning about Machine learning & Deep Learning
Code samples for my book "Neural Networks and Deep Learning"
This is code of book "Learn Deep Learning with PyTorch"
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models" (stay tuned and more will be updated)
The Python Code Tutorials
Dual LSTM Encoder for Dialog Response Generation
Detecting racism and xenophobia using deep learning models on Twitter data: CNN, LSTM and BERT
情感分析、文本分类、词典、bayes、sentiment analysis、TextCNN、classification、tensorflow、BERT、CNN、text classification
简单的中文文本情感分类 (MLP, CNN, RNN in PyTorch) - 2019 THU 人工智能导论作业
Sentiment Analysis by Machine Learning, LSTM and BERT
Course repository for the Spring 2023 COMP664 course "Deep Learning" at UNC
情感极性分析repository1:基于情感词典、k-NN、Bayes、最大熵、SVM的情感极性分析。