嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
├─2_Chapter
│ ├─DeepTextClf
│ │ ├─algorithm
│ │ │ RNN-CNN_feature_extract.py
│ │ │ text_feature_extract_model1.png
│ │ │ __init__.py
│ │ │
│ │ └─data
│ │ └─corpus
│ │ └─reviews
│ │ 1_point.txt
│ │ 5_point.txt
│ │
│ ├─dialogue
│ │ ├─提取和选择
│ │ │ answer_find_out.py
│ │ │
│ │ ├─爬取
│ │ │ fromSE.py
│ │ │
│ │ ├─相似提取答案
│ │ │ Compress.py
│ │ │
│ │ └─蕴含
│ │ textual_entailment.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
│ │ ReadMe.md
│ │
│ └─FaceDetection
│ Face_Detection.py
│ face_detection_camera_dlib.py
│ Face_Detection_Images.py
│ Face_Detection_Raspi.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
│
└─6_Chapter
└─stock_prediction
│ contributors.txt
│ lstm_test.py
│ multiprocess_compute.py
│ policy2.py
│ readme
│ xgboost_test.py
│
├─algorithum
│ additon_lstm.py
│ clf_mlp.py
│ reg_lstm.py
│ reg_mlp.py
│ rmse.py
│ __init__.py
│
├─data
│ cpi.csv
│ gdp_quarter.csv
│ gdp_year.csv
│ money_supply.csv
│ rrr.csv
│ sh.csv
│ sz.csv
│
└─data_preprocess
Extract_Features.py
load_data.py
lunar.py
preprocess.py
__init__.py