├── CBOW ├── CBOW.md └── TFCBOW.ipynb ├── DM ├── DM.md ├── Gensim_Doc2Vec.ipynb └── Tensorflow_DM.ipynb ├── RCNN ├── 2flowers.zip ├── RCNN.md ├── RCNN_output.py ├── fine_tune_RCNN.py ├── preprocessing_RCNN.py ├── refine_list.txt ├── svm_train │ ├── 1.txt │ └── 2.txt ├── train_alexnet.py └── train_list.txt └── README.md /CBOW/CBOW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/CBOW/CBOW.md -------------------------------------------------------------------------------- /CBOW/TFCBOW.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/CBOW/TFCBOW.ipynb -------------------------------------------------------------------------------- /DM/DM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/DM/DM.md -------------------------------------------------------------------------------- /DM/Gensim_Doc2Vec.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/DM/Gensim_Doc2Vec.ipynb -------------------------------------------------------------------------------- /DM/Tensorflow_DM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/DM/Tensorflow_DM.ipynb -------------------------------------------------------------------------------- /RCNN/2flowers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/2flowers.zip -------------------------------------------------------------------------------- /RCNN/RCNN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/RCNN.md -------------------------------------------------------------------------------- /RCNN/RCNN_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/RCNN_output.py -------------------------------------------------------------------------------- /RCNN/fine_tune_RCNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/fine_tune_RCNN.py -------------------------------------------------------------------------------- /RCNN/preprocessing_RCNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/preprocessing_RCNN.py -------------------------------------------------------------------------------- /RCNN/refine_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/refine_list.txt -------------------------------------------------------------------------------- /RCNN/svm_train/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/svm_train/1.txt -------------------------------------------------------------------------------- /RCNN/svm_train/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/svm_train/2.txt -------------------------------------------------------------------------------- /RCNN/train_alexnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/train_alexnet.py -------------------------------------------------------------------------------- /RCNN/train_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/RCNN/train_list.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edwardbi/DeepLearningModels/HEAD/README.md --------------------------------------------------------------------------------