Skip to content

kenji0x02/BuildingMachineLearningSystemsWithPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Machine Learning Systems with Python

Source Code for the book Building Machine Learning Systems with Python by Luis Pedro Coelho and Willi Richert.

The book was published in 2013 (second edition in 2015) by Packt Publishing and is available from their website.

The code in the repository corresponds to the second edition. Code for the first edition is available in first_edition branch.

Pythonではじめる機械学習

  • 機械学習の作業においてもっとも大切なことは、データを理解しデータを扱いやすい形に整形すること。この作業にほとんどの時間を費やす
  • 正しい評価を行うにあたって、訓練データとテストデータを区別するということは極めて重要

Python起動

  • ルートディレクトリで、pyenv local miniconda3-4.0.5/envs/ml_envと入力して仮想環境をactivate
  • python ch01/analyze_webstats.pyなどと入力して起動する

About

実践機械学習システムの個人的なメモ追加

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%