| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
由于猫狗分类、维基百科中文word2vec.bin等数据文件较大,本人并未全部上传至此仓库,可在如下地址下载数据集。
以下结构为完整结构:
.
│ README.md
│
├─hw0_paper_reading
│ 0Deep residual learning for image recognition.pdf
│ 0图像识别的深度残差学习.pptx
│ 1Long-term Recurrent Convolutional Networks for Visual Recognition and Description.pdf
│ 1用于视觉识别和描述的长期循环卷积网络.pptx
│ 2Speech recognition with deep recurrent neural networks.pdf
│ 2基于深度循环神经网络的语音识别.pptx
│ 3Attention Is All You Need.pdf
│ 3你只需要注意力.pptx
│ 4A Reinforced Topic-Aware Convolutional Sequence-to-Sequence Model for Abstractive Text Summarization.pdf
│ 4一种增强主题感知的卷积序列对序列的摘要模型.pptx
│ 5Adaptive RNN for target-dependent Twitter Sentiment Classification.pdf
│ 5自适应递归神经网络用于目标相关的推特情感分类.pptx
│ 6Convolutional Neural Networks for Sentence Classification.pdf
│ 6用于句子分类的卷积神经网络.pptx
│ 7Fast R-CNN.pdf
│ 7快速区域卷积神经网络.pptx
│ 8You Only Look Once-Unified, Real-Time Object Detection.pdf
│ 8你只需看一次——统一的实时的目标检测.pptx
│ 9YOLOv3- An Incremental Improvement.pdf
│ 9YOLOv3——一个渐进的改进.pptx
│
├─hw1_writing_digit_recognition
│ │ index.py
│ │ OUTPUT.txt
│ │ 实验报告.docx
│ │ 实验报告.pptx
│ │
│ └─MNIST_data
│ t10k-images-idx3-ubyte.gz
│ t10k-labels-idx1-ubyte.gz
│ train-images-idx3-ubyte.gz
│ train-labels-idx1-ubyte.gz
│
├─hw2_catVSdog_classification
│ │ index.py
│ │ OUTPUT.txt
│ │ 实验报告.docx
│ │ 实验报告.pptx
│ │
│ └─data
│ ├─test
│ │ ├─cat
│ │ │ cat.12000.jpg
│ │ │ ...
│ │ │ cat.12499.jpg
│ │ │
│ │ └─dog
│ │ dog.12000.jpg
│ │ ...
│ │ dog.12499.jpg
│ │
│ └─train
│ ├─cat
│ │ cat.0.jpg
│ │ ...
│ │ cat.999.jpg
│ │
│ └─dog
│ dog.0.jpg
│ ...
│ dog.999.jpg
│
├─hw3_write_poetry_automatically
│ aotomatic_writing_poetry.ipynb
│ model.pth
│ tang.npz
│ 实验报告.docx
│ 实验报告.pptx
│
├─hw4_movie_chinese_comments_sentiment_classification
│ │ Chinese_movie_comments_sentiment_classification.ipynb
│ │ model.pth
│ │ 实验报告.docx
│ │ 实验报告.pptx
│ │
│ └─Dataset
│ test.txt
│ train.txt
│ validation.txt
│ wiki_word2vec_50.bin
│
└─hw5_vehicle_license_plate_recognition
│ preprocessing.py
│ train-license-province.py
│ train-license-area.py
│ train-license-letter.py
│ 实验报告.docx
│ 实验报告.pptx
│
├─LPD_dataset
│ ├─train
│ └─val
│
├─preprocessed
│ ├─train
│ │ ├─correct
│ │ ├─crop
│ │ │ ├─川A09X20
...
│ │ │ └─粤BA103N
│ │ └─rgb2gray
│ └─val
│ ├─correct
│ ├─crop
│ │ ├─浙A03168
...
│ │ └─粤X30479
│ └─rgb2gray
│
├─dataset-train&val
│ ├─training-set
│ │ ├─area
│ │ │ ├─10
...
│ │ │ └─35
│ │ ├─letter
│ │ │ ├─0
...
│ │ │ ├─33
│ │ └─province
│ │ ├─0
...
│ │ └─5
│ └─validation-set
│ ├─area
│ │ ├─10
...
│ │ └─35
│ ├─letter
│ │ ├─0
...
│ │ ├─33
│ └─province
│ ├─0
...
│ └─5
│
├─test_images
└─train-saver
├─area
├─letter
└─province
| Back | FazBrowse Home | New Git URL |