Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 289 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 289 Bytes

Deep-Learning

1.搭建VGG模型和resnet模型,在mnist数据集上进行训练,并比较性能。 2.基于IMDB电影评论数据集,至少搭建三种神经网络(LSTM,LSTM with Attention,Transformer)进行情感分析,即判断电影评论是positive还是negative。