基本信息
源码名称:深度学习算法实践源码
源码大小:12.68M
文件格式:.zip
开发语言:MATLAB
更新时间:2022-01-20
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
深度学习算法实践源码

.
├── Book_DeepLearning_Practice-master
│   ├── 2_Chapter
│   │   ├── DeepTextClf
│   │   │   ├── algorithm
│   │   │   │   ├── RNN-CNN_feature_extract.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── text_feature_extract_model1.png
│   │   │   └── data
│   │   │       └── corpus
│   │   │           └── reviews
│   │   │               ├── 1_point.txt
│   │   │               └── 5_point.txt
│   │   ├── dialogue
│   │   │   ├── 爬取
│   │   │   │   └── fromSE.py
│   │   │   ├── 蕴含
│   │   │   │   └── textual_entailment.py
│   │   │   ├── 提取和选择
│   │   │   │   └── answer_find_out.py
│   │   │   └── 相似提取答案
│   │   │       └── Compress.py
│   │   ├── mail
│   │   │   ├── mail_classily.py
│   │   │   ├── stopwords.txt
│   │   │   └── text_preprocess.py
│   │   ├── sentiment
│   │   │   ├── LSTM
│   │   │   │   ├── extract_feature.py
│   │   │   │   ├── lstm_model.py
│   │   │   │   └── test_lstm.py
│   │   │   └── 规则
│   │   │       └── sentiment_kb.py
│   │   └── word2vec_wiki
│   │       ├── process_wiki.py
│   │       └── word2vec_wiki.py
│   ├── 3_Chapter
│   │   ├── InceptionV4_MXNET
│   │   │   ├── README
│   │   │   └── symbol_inception-v4.py
│   │   └── opencv_dlib
│   │       ├── FaceDetection
│   │       │   ├── Face_Detection.py
│   │       │   ├── Face_Detection_Images.py
│   │       │   ├── Face_Detection_Raspi.py
│   │       │   ├── face_detection_camera_dlib.py
│   │       │   ├── face_detector_dlib.py
│   │       │   ├── face_detector_dlib2.py
│   │       │   ├── face_detector_dlib3.py
│   │       │   ├── haarcascade_frontalface_alt.xml
│   │       │   ├── haarcascade_frontalface_alt2.xml
│   │       │   ├── haarcascade_frontalface_alt_tree.xml
│   │       │   ├── haarcascade_frontalface_default.xml
│   │       │   ├── haarcascade_fullbody.xml
│   │       │   ├── haarcascade_lowerbody.xml
│   │       │   ├── haarcascade_smile.xml
│   │       │   ├── images-10.jpg
│   │       │   ├── images-7.jpg
│   │       │   ├── images-8.jpg
│   │       │   ├── images-9.jpg
│   │       │   ├── lbpcascade_frontalface.xml
│   │       │   ├── lbpcascade_profileface.xml
│   │       │   ├── web-1.jpg
│   │       │   └── web-2.jpg
│   │       └── ReadMe.md
│   ├── 6_Chapter
│   │   └── stock_prediction
│   │       ├── algorithum
│   │       │   ├── __init__.py
│   │       │   ├── additon_lstm.py
│   │       │   ├── clf_mlp.py
│   │       │   ├── reg_lstm.py
│   │       │   ├── reg_mlp.py
│   │       │   └── rmse.py
│   │       ├── contributors.txt
│   │       ├── data
│   │       │   ├── cpi.csv
│   │       │   ├── gdp_quarter.csv
│   │       │   ├── gdp_year.csv
│   │       │   ├── money_supply.csv
│   │       │   ├── rrr.csv
│   │       │   ├── sh.csv
│   │       │   └── sz.csv
│   │       ├── data_preprocess
│   │       │   ├── Extract_Features.py
│   │       │   ├── __init__.py
│   │       │   ├── load_data.py
│   │       │   ├── lunar.py
│   │       │   └── preprocess.py
│   │       ├── lstm_test.py
│   │       ├── multiprocess_compute.py
│   │       ├── policy2.py
│   │       ├── readme
│   │       └── xgboost_test.py
│   └── ReadMe
└── 好例子网_深度学习算法实践.zip

26 directories, 69 files