基本信息
源码名称:building machine learning system with python 实现代码前六章
源码大小:0.13M
文件格式:.zip
开发语言:Python
更新时间:2023-10-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
building machine learning system with python 实现代码前六章

.
├── building machine learning system with python 实现代码前六章.zip
├── ch01
│   ├── analyze_webstats.py
│   ├── data
│   │   └── web_traffic.tsv
│   ├── gen_webstats.py
│   ├── performance_test.py
│   └── utils.py
├── ch02
│   ├── README.rst
│   ├── chapter.py
│   ├── data
│   │   └── seeds.tsv
│   ├── extra
│   │   └── create_tsv.py
│   ├── figure1.py
│   ├── figure2.py
│   ├── figure4_5_no_sklearn.py
│   ├── figure4_5_sklearn.py
│   ├── heldout.py
│   ├── knn.py
│   ├── load.py
│   ├── seeds_knn.py
│   ├── seeds_knn_increasing_k.py
│   ├── seeds_knn_sklearn.py
│   ├── seeds_threshold.py
│   ├── simple_threshold.py
│   ├── stump.py
│   ├── tests
│   │   └── test_load.py
│   └── threshold.py
├── ch03
│   ├── README.md
│   ├── data
│   │   └── toy
│   │       ├── 01.txt
│   │       ├── 02.txt
│   │       ├── 03.txt
│   │       ├── 04.txt
│   │       └── 05.txt
│   ├── noise_analysis.py
│   ├── plot_kmeans_example.py
│   ├── rel_post_01.py
│   ├── rel_post_20news.py
│   ├── tfidf.py
│   └── utils.py
├── ch04
│   ├── README.rst
│   ├── blei_lda.py
│   ├── build_lda.py
│   ├── data
│   │   ├── download_ap.sh
│   │   ├── download_wp.sh
│   │   └── preprocess-wikidata.sh
│   ├── wikitopics_create.py
│   ├── wikitopics_create_hdp.py
│   ├── wikitopics_plot.py
│   └── wordcloud.py
├── ch05
│   ├── PosTagFreqVectorizer.py
│   ├── README.md
│   ├── chose_instances.py
│   ├── classify.py
│   ├── data.py
│   ├── log_reg_example.py
│   ├── so_xml_to_tsv.py
│   └── utils.py
└── ch06
    ├── 01_start.py
    ├── 02_tuning.py
    ├── 03_clean.py
    ├── 04_sent.py
    ├── README.md
    ├── data
    │   ├── corpus.csv
    │   ├── missing.tsv
    │   └── not_authorized.tsv
    ├── install.py
    ├── twitterauth.py
    └── utils.py

14 directories, 66 files