All Projects → htygithub → Machine Learning Python

htygithub / Machine Learning Python

Licence: bsd-3-clause
機器學習: Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine Learning Python

Explainx
Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line of code.
Stars: ✭ 196 (-37.97%)
Mutual labels:  jupyter-notebook, scikit-learn
Deeplearning cv notes
📓 deepleaning and cv notes.
Stars: ✭ 223 (-29.43%)
Mutual labels:  jupyter-notebook, scikit-learn
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (-37.34%)
Mutual labels:  jupyter-notebook, scikit-learn
Bet On Sibyl
Machine Learning Model for Sport Predictions (Football, Basketball, Baseball, Hockey, Soccer & Tennis)
Stars: ✭ 190 (-39.87%)
Mutual labels:  jupyter-notebook, scikit-learn
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (-9.18%)
Mutual labels:  jupyter-notebook, scikit-learn
Sklearn Benchmarks
A centralized repository to report scikit-learn model performance across a variety of parameter settings and data sets.
Stars: ✭ 194 (-38.61%)
Mutual labels:  jupyter-notebook, scikit-learn
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (-31.01%)
Mutual labels:  jupyter-notebook, scikit-learn
Bert Sklearn
a sklearn wrapper for Google's BERT model
Stars: ✭ 182 (-42.41%)
Mutual labels:  jupyter-notebook, scikit-learn
Machine Learning Notebooks
Stanford Machine Learning course exercises implemented with scikit-learn
Stars: ✭ 282 (-10.76%)
Mutual labels:  jupyter-notebook, scikit-learn
Text Classification
Machine Learning and NLP: Text Classification using python, scikit-learn and NLTK
Stars: ✭ 239 (-24.37%)
Mutual labels:  jupyter-notebook, scikit-learn
Pqkmeans
Fast and memory-efficient clustering
Stars: ✭ 189 (-40.19%)
Mutual labels:  jupyter-notebook, scikit-learn
Scikit Learn Videos
Jupyter notebooks from the scikit-learn video series
Stars: ✭ 3,254 (+929.75%)
Mutual labels:  jupyter-notebook, scikit-learn
Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+4077.22%)
Mutual labels:  jupyter-notebook, scikit-learn
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-38.61%)
Mutual labels:  jupyter-notebook, scikit-learn
Practical Machine Learning With Python
Machine Learning Tutorials in Python
Stars: ✭ 183 (-42.09%)
Mutual labels:  jupyter-notebook, scikit-learn
Eli5
A library for debugging/inspecting machine learning classifiers and explaining their predictions
Stars: ✭ 2,477 (+683.86%)
Mutual labels:  jupyter-notebook, scikit-learn
Machine Learning And Reinforcement Learning In Finance
Machine Learning and Reinforcement Learning in Finance New York University Tandon School of Engineering
Stars: ✭ 173 (-45.25%)
Mutual labels:  jupyter-notebook, scikit-learn
Python Machine Learning Book 3rd Edition
The "Python Machine Learning (3rd edition)" book code repository
Stars: ✭ 2,883 (+812.34%)
Mutual labels:  jupyter-notebook, scikit-learn
Kagglestruggle
Kaggle Struggle
Stars: ✭ 228 (-27.85%)
Mutual labels:  jupyter-notebook, scikit-learn
Sklearn Evaluation
Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.
Stars: ✭ 294 (-6.96%)
Mutual labels:  jupyter-notebook, scikit-learn

#機器學習:使用Python

這份文件的目的是要提供Python 之機器學習套件 scikit-learn (http://scikit-learn.org/) 的中文使用說明以及介紹。一開始的主要目標是詳細說明scikit-learn套件中的範例程式的使用流程以及相關函式的使用方法。目前使用版本為 scikit-learn version 0.19 以上。也將加入深度學習相關資料。

本書原始資料在 Github 上公開,歡迎大家共同參與維護: https://github.com/htygithub/machine-learning-python

本文件主要的版本發展

  • 0.0: 2015/12/21
    • 開始本文件「機器學習:使用Python」的撰寫
    • 初期以scikit-learn套件的範例介紹為主軸
  • 0.1: 2016/4/15
    • 「機器學習:使用Python」文件
    • Contributor: 陳巧寧、曾裕勝、黃騰毅 、蔡奕甫
    • 新增章節: Classification, Clustering, cross_decomposition, Datasets, feature_selection, general_examples
    • 新增 introduction: 說明簡易的Anaconda安裝,以及利用數字辨識範例來入門機器學習的方法
    • 第 10,000個 pageview 達成
  • 0.2: 2016/8/30
    • 新增應用章節,Contributor: 吳尚真
    • 增修章節: Classification, Datasets, feature_selection, general_examples
  • 0.3: 2017/2/16
    • 新增應用章節,Contributor: 楊采玲、歐育年
    • 增修章節: Neural_Network, Decision tree
    • 2016年,使用者約四萬人次,頁面流量約15萬次。
  • 0.4: 2019/1/10
    • 新增應用章節,Contributor: 吳秉宸、張譯云
    • 增修章節: Cluster
    • 網站移至新版gitbook

Scikit-learn 套件

Scikit-learn (http://scikit-learn.org/) 是一個機器學習領域的開源套件。整個專案起始於 2007年由David Cournapeau所執行的Google Summer of Code 計畫。而2010年之後,則由法國國家資訊暨自動化研究院(INRIA, http://www.inria.fr) 繼續主導及後續的支援及開發。近幾年(2013-2015)則由 INRIA 支持 Olivier Grisel (http://ogrisel.com) 全職負責該套件的維護工作。以開發者的角度來觀察,會發現Scikit-learn的整套使用邏輯設計的極其簡單。往往能將繁雜的機器學習理論簡化到一個步驟完成。Python的機器學習相關套件相當多,為何Scikit-learn會是首選之一呢?其實一個開源套件的選擇,最簡易的指標就是其contributor: 貢獻者commits:版本數量 以及最新的更新日期。下圖是2016/1/3 經過了美好的跨年夜後,筆者於官方開源程式碼網站(https://github.com/scikit-learn/scikit-learn) 所擷取的畫面。我們可以發現最新commit是四小時前,且contributorcommit數量分別為531人及 20,331個。由此可知,至少在2016年,這個專案乃然非常積極的在運作。在眾多機器學習套件中,不論是貢獻者及版本數量皆是最龐大的。也因此是本文件介紹機器學習的切入點。未來,我們希望能介紹更多的機器學習套件以及理論,也歡迎有志之士共同參與維護。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].