All Projects → TingNie → Machine Learning In Action

TingNie / Machine Learning In Action

个人使用jupyter notebook整理的peter的《机器学习实战》代码,使其更有层次感,更加连贯,也加了一些自己的修改,以及注释

Programming Languages

python2
120 projects

Projects that are alternatives of or similar to Machine Learning In Action

Keras Tutorials
Simple tutorials using Keras Framework
Stars: ✭ 257 (-1.53%)
Mutual labels:  jupyter-notebook
Npy Matlab
Experimental code to read/write NumPy .NPY files in MATLAB
Stars: ✭ 258 (-1.15%)
Mutual labels:  jupyter-notebook
Python Is Cool
Cool Python features for machine learning that I used to be too afraid to use. Will be updated as I have more time / learn more.
Stars: ✭ 2,962 (+1034.87%)
Mutual labels:  jupyter-notebook
Course Nlp
A Code-First Introduction to NLP course
Stars: ✭ 3,029 (+1060.54%)
Mutual labels:  jupyter-notebook
Siamesenetwork Tensorflow
Using siamese network to do dimensionality reduction and similar image retrieval
Stars: ✭ 258 (-1.15%)
Mutual labels:  jupyter-notebook
Image Matching Benchmark
Public release of the Image Matching Benchmark: https://image-matching-challenge.github.io
Stars: ✭ 258 (-1.15%)
Mutual labels:  jupyter-notebook
Whale
Stars: ✭ 257 (-1.53%)
Mutual labels:  jupyter-notebook
Matplotlib Venn
Area-weighted venn-diagrams for Python/matplotlib
Stars: ✭ 260 (-0.38%)
Mutual labels:  jupyter-notebook
Study Group
Deep Learning Study Group
Stars: ✭ 258 (-1.15%)
Mutual labels:  jupyter-notebook
Nn dynamics
Stars: ✭ 260 (-0.38%)
Mutual labels:  jupyter-notebook
Es Dev Stack
An on-premises, bare-metal solution for deploying GPU-powered applications in containers
Stars: ✭ 257 (-1.53%)
Mutual labels:  jupyter-notebook
Dask Examples
Easy-to-run example notebooks for Dask
Stars: ✭ 257 (-1.53%)
Mutual labels:  jupyter-notebook
Dataset Api
The ApolloScape Open Dataset for Autonomous Driving and its Application.
Stars: ✭ 260 (-0.38%)
Mutual labels:  jupyter-notebook
Panoptic Toolbox
Stars: ✭ 257 (-1.53%)
Mutual labels:  jupyter-notebook
Artline
A Deep Learning based project for creating line art portraits.
Stars: ✭ 3,061 (+1072.8%)
Mutual labels:  jupyter-notebook
Siamese Mask Rcnn
Siamese Mask R-CNN model for one-shot instance segmentation
Stars: ✭ 257 (-1.53%)
Mutual labels:  jupyter-notebook
Spark Jupyter Aws
A guide on how to set up Jupyter with Pyspark painlessly on AWS EC2 clusters, with S3 I/O support
Stars: ✭ 259 (-0.77%)
Mutual labels:  jupyter-notebook
Startupdatascience
Stars: ✭ 260 (-0.38%)
Mutual labels:  jupyter-notebook
Tensorflow Segmentation
Semantic image segmentation in Tensorflow
Stars: ✭ 260 (-0.38%)
Mutual labels:  jupyter-notebook
Restapi
REST API is a web-based API using a Websocket connection. Developers and investors can create custom trading applications, integrate into our platform, back test strategies and build robot trading.
Stars: ✭ 260 (-0.38%)
Mutual labels:  jupyter-notebook

Machine-learning-in-action

个人使用jupyter notebook整理的peter的《机器学习实战》代码,使其更有层次感,更加连贯,也根据自己的代码习惯,加了一些自己的修改,以及注释

这是给自己做的笔记,贴出来,也是希望大家一起学习!

:原版所有代码点击这里       GitHub整理的资源apachecn/MachineLearning

内容包括:

adaBoost文件夹:AdaBoost元算法提高分类性能

apriori文件夹:Apriori算法进行关联分析

bayes文件夹:bayes算法用于垃圾邮件分类

decisionTree文件夹:使用决策树算法,进行数据分类

fp-growth文件夹:FP-growth算法加速发现频繁项集

kmeans文件夹:kmeans + 二分kmeans算法

k-Nearest Neighbor文件夹:k近邻算法 + 数值归一化

logistic文件夹:batch GD + SGD

pca文件夹:pca降维

pca和svd的比较:关于pca和svd的区别和联系,理论参见博客

regress文件夹:线性回归 + 局部加权线性回归 + 岭回归 + 向前逐步回归 

regressionTree文件夹:回归树+模型树

svd文件夹:svd降维 + 协同过滤算法进行物品推荐

svm文件夹:简化版smo实现svm(支持向量机)分类器

完结

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