All Projects → basicv8vc → Python Machine Learning Zh

basicv8vc / Python Machine Learning Zh

Python机器学习,机器学习入门首选。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Machine Learning Zh

Disease Prediction From Symptoms
Disease Prediction based on Symptoms.
Stars: ✭ 70 (-40.17%)
Mutual labels:  jupyter-notebook, scikit-learn
Machine Learning For Beginners
Start writing machine learning code in just 10 hours
Stars: ✭ 76 (-35.04%)
Mutual labels:  jupyter-notebook, scikit-learn
Mlatimperial2017
Materials for the course of machine learning at Imperial College organized by Yandex SDA
Stars: ✭ 71 (-39.32%)
Mutual labels:  jupyter-notebook, scikit-learn
Data Science Cookbook
🎓 Jupyter notebooks from UFC data science course
Stars: ✭ 60 (-48.72%)
Mutual labels:  jupyter-notebook, scikit-learn
Pymc Example Project
Example PyMC3 project for performing Bayesian data analysis using a probabilistic programming approach to machine learning.
Stars: ✭ 90 (-23.08%)
Mutual labels:  jupyter-notebook, scikit-learn
Python Hierarchical Clustering Exercises
Exercises for hierarchical clustering with Python 3 and scipy as Jupyter Notebooks
Stars: ✭ 62 (-47.01%)
Mutual labels:  jupyter-notebook, scikit-learn
Islr With Python
Introduction to Statistical Learning with R을 Python으로
Stars: ✭ 73 (-37.61%)
Mutual labels:  jupyter-notebook, scikit-learn
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-52.14%)
Mutual labels:  jupyter-notebook, scikit-learn
Credit Risk Modelling
Credit Risk analysis by using Python and ML
Stars: ✭ 91 (-22.22%)
Mutual labels:  jupyter-notebook, scikit-learn
Scikit Learn Tips
🤖⚡️ scikit-learn tips
Stars: ✭ 1,203 (+928.21%)
Mutual labels:  jupyter-notebook, scikit-learn
Fraud Detection
Credit Card Fraud Detection using ML: IEEE style paper + Jupyter Notebook
Stars: ✭ 58 (-50.43%)
Mutual labels:  jupyter-notebook, scikit-learn
Dtreeviz
A python library for decision tree visualization and model interpretation.
Stars: ✭ 1,857 (+1487.18%)
Mutual labels:  jupyter-notebook, scikit-learn
Mlkatas
A series of self-correcting challenges for practicing your Machine Learning and Deep Learning skills
Stars: ✭ 58 (-50.43%)
Mutual labels:  jupyter-notebook, scikit-learn
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+867.52%)
Mutual labels:  jupyter-notebook, scikit-learn
Polyaxon Examples
Code for polyaxon tutorials and examples
Stars: ✭ 57 (-51.28%)
Mutual labels:  jupyter-notebook, scikit-learn
Ml Starter Pack
A collection of Machine Learning algorithms written from sctrach.
Stars: ✭ 72 (-38.46%)
Mutual labels:  jupyter-notebook, scikit-learn
Machine Learning
notebooks with example for machine learning examples
Stars: ✭ 45 (-61.54%)
Mutual labels:  jupyter-notebook, scikit-learn
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+777.78%)
Mutual labels:  jupyter-notebook, scikit-learn
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+929.06%)
Mutual labels:  jupyter-notebook, scikit-learn
Selfdrivingcar
A collection of all projects pertaining to different layers in the SDC software stack
Stars: ✭ 107 (-8.55%)
Mutual labels:  jupyter-notebook, scikit-learn

Python机器学习

机器学习,如今最令人着迷的计算机领域(之一)。Google、Facebook、Apple、Amazon、BAT等大公司早已展开了一场关于机器学习的军备竞赛。从手机上的语音助手、垃圾邮件过滤到逛淘宝时的物品推荐,无一不用到机器学习技术。

如果你对机器学习感兴趣,甚至是想从事相关职业,那么这本书非常适合作为你的第一本机器学习资料。市面上大部分的机器学习书籍要么是告诉你如何推导模型公式要么就是如何代码实现模型算法,这对于零基础的新手来说,阅读起来相当困难。而这本书,在介绍必要的基础概念后,着重从如何调用机器学习算法解决实际问题入手,一步一步带你入门。即使你已经对很多机器学习算法的理论很熟悉了,这本书仍能从实践方面带给你一些帮助。

具体到编程语言层面,本书选择的是Python,因为它简单易懂。我们不必在枯燥的语法细节上耗费时间,一旦有了想法,你能够快速实现算法并在真实数据集上进行验证。在整个数据科学领域,Python都可以说是稳坐语言榜头号交椅。

注意 这是我在阅读 Python Machine Learning 的笔记而不是严格的原文翻译,如果发现错误,请不惜吝教~

最后,我没有本书的翻译版权,请勿商用。转载请注明出处,谢谢:)

目录

第二章 机器学习分类算法

第三章 使用scikit-learn进行分类器之旅

第四章 构建一个好的训练集---数据预处理

第五章 通过降维压缩数据

第六章 模型评估和调参

第七章 集成学习

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].