All Projects → lining0806 → Machinelearningalgorithm

lining0806 / Machinelearningalgorithm

一些常用的机器学习算法实现

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machinelearningalgorithm

basis-expansions
Basis expansion transformers in sklearn style.
Stars: ✭ 74 (-11.9%)
Mutual labels:  sklearn, regression
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+60.71%)
Mutual labels:  sklearn, regression
Breast Cancer Prediction
Predicting the probability that a diagnosed breast cancer case is malignant or benign based on Wisconsin dataset
Stars: ✭ 19 (-77.38%)
Mutual labels:  sklearn, regression
ml course
"Learning Machine Learning" Course, Bogotá, Colombia 2019 #LML2019
Stars: ✭ 22 (-73.81%)
Mutual labels:  sklearn, regression
Ailearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Stars: ✭ 32,316 (+38371.43%)
Mutual labels:  sklearn, regression
Neuralnetplayground
A MATLAB implementation of the TensorFlow Neural Networks Playground seen on http://playground.tensorflow.org/
Stars: ✭ 60 (-28.57%)
Mutual labels:  regression
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+1298.81%)
Mutual labels:  sklearn
Php Ml
PHP-ML - Machine Learning library for PHP
Stars: ✭ 7,900 (+9304.76%)
Mutual labels:  regression
Maml Tf
Tensorflow Implementation of MAML
Stars: ✭ 44 (-47.62%)
Mutual labels:  regression
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-3.57%)
Mutual labels:  regression
Ml code
A repository for recording the machine learning code
Stars: ✭ 75 (-10.71%)
Mutual labels:  sklearn
Metriculous
Measure and visualize machine learning model performance without the usual boilerplate.
Stars: ✭ 71 (-15.48%)
Mutual labels:  regression
How To Mine Newsfeed Data And Extract Interactive Insights In Python
A practical guide to topic mining and interactive visualizations
Stars: ✭ 61 (-27.38%)
Mutual labels:  sklearn
Mlatimperial2017
Materials for the course of machine learning at Imperial College organized by Yandex SDA
Stars: ✭ 71 (-15.48%)
Mutual labels:  sklearn
Reddit Stance Classifier
A Flask webapp & Python scripts for predicting reddit users' political leaning, using their comment history.
Stars: ✭ 52 (-38.1%)
Mutual labels:  sklearn
Gaussianprocesses
Python3 project applying Gaussian process regression for forecasting stock trends
Stars: ✭ 78 (-7.14%)
Mutual labels:  regression
Dana
Test/benchmark regression and comparison system with dashboard
Stars: ✭ 46 (-45.24%)
Mutual labels:  regression
Sine
A PyTorch Implementation of "SINE: Scalable Incomplete Network Embedding" (ICDM 2018).
Stars: ✭ 67 (-20.24%)
Mutual labels:  sklearn
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (+1327.38%)
Mutual labels:  regression
Facial Recognition Python Django
Face detection and facial recognition along with recognized persons information fetched from database.
Stars: ✭ 66 (-21.43%)
Mutual labels:  sklearn

1. 概率统计中常见概念总结

  • 总体均值、总体方差

  • 样本均值、样本方差

  • 无偏估计、有偏估计

  • 样本标准差

  • 样本协方差、协方差矩阵

2. 一些常用的机器学习算法理论及实现

算法理论包括:

  • 《统计学习方法》学习总结

算法实现包括:

  • Apriori 算法

  • DesicionTree 算法

  • HMM模型 Viterbi 算法

  • 针对文本分类的 NaiveBayes 算法

  • 针对文本分类的 LogisticRegression 算法

  • 线性回归算法:

    • 标准的线性回归

    • 局部加权线性回归

    • 岭回归

结果示例:

image

image

3. 一些常用的机器学习框架

框架包括:

  • Keras [1]

  • TensorFlow [1] [2]

  • sklearn [1]

项目包括:

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