All Projects → Allensmile → Machine-learning-implement

Allensmile / Machine-learning-implement

Licence: other
Teach you how to implement machine learning algorithms

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Machine-learning-implement

Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+7889.19%)
Mutual labels:  machine-learning-algorithms, machinelearning
Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (+16.22%)
Mutual labels:  machine-learning-algorithms, machinelearning
mlzero to hero
No description or website provided.
Stars: ✭ 40 (+8.11%)
Mutual labels:  machine-learning-algorithms, machinelearning
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (+418.92%)
Mutual labels:  machine-learning-algorithms, machinelearning
artificial neural networks
A collection of Methods and Models for various architectures of Artificial Neural Networks
Stars: ✭ 40 (+8.11%)
Mutual labels:  machine-learning-algorithms, machinelearning
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (+448.65%)
Mutual labels:  machine-learning-algorithms, machinelearning
Plant-Disease-Identification-using-CNN
Plant Disease Identification Using Convulutional Neural Network
Stars: ✭ 89 (+140.54%)
Mutual labels:  machine-learning-algorithms, machinelearning
Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (+308.11%)
Mutual labels:  machine-learning-algorithms, machinelearning
ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
Stars: ✭ 40,023 (+108070.27%)
Mutual labels:  machine-learning-algorithms, machinelearning
datascience-mashup
In this repo I will try to gather all of the projects related to data science with clean datasets and high accuracy models to solve real world problems.
Stars: ✭ 36 (-2.7%)
Mutual labels:  machine-learning-algorithms, machinelearning
Bet On Sibyl
Machine Learning Model for Sport Predictions (Football, Basketball, Baseball, Hockey, Soccer & Tennis)
Stars: ✭ 190 (+413.51%)
Mutual labels:  machine-learning-algorithms, machinelearning
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-37.84%)
Mutual labels:  machine-learning-algorithms, machinelearning
Boostaroota
A fast xgboost feature selection algorithm
Stars: ✭ 165 (+345.95%)
Mutual labels:  machine-learning-algorithms, machinelearning
Echotorch
A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
Stars: ✭ 231 (+524.32%)
Mutual labels:  machine-learning-algorithms, machinelearning
Nano Neuron
🤖 NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn"
Stars: ✭ 2,050 (+5440.54%)
Mutual labels:  machine-learning-algorithms, machinelearning
100DaysOfMLCode
No description or website provided.
Stars: ✭ 19 (-48.65%)
Mutual labels:  machine-learning-algorithms, machinelearning
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+5062.16%)
Mutual labels:  machine-learning-algorithms, machinelearning
Real Time Ml Project
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Stars: ✭ 143 (+286.49%)
Mutual labels:  machine-learning-algorithms, machinelearning
Soomvaar
Soomvaar is the repo which 🏩 contains different collection of 👨‍💻🚀code in Python and 💫✨Machine 👬🏼 learning algorithms📗📕 that is made during 📃 my practice and learning of ML and Python✨💥
Stars: ✭ 41 (+10.81%)
Mutual labels:  machine-learning-algorithms, machinelearning
Anomaly Detection
anomaly detection with anomalize and Google Trends data
Stars: ✭ 38 (+2.7%)
Mutual labels:  machine-learning-algorithms, machinelearning

Machine-learning-implement

Teach you how to implement machine learning algorithms

最近萌生了实现一些机器学习算法的想法,主要基于以下几个原因:

  1. 希望可以帮助一些刚刚入门的小伙伴。
  2. 通过实现算法,加深自己对算法理论的理解。
  3. 弄清楚数学语言如何转换为计算机语言。
  4. 可以了解很多看书学不到的各种trick,所有算法几乎都有坑。比如hyper-parameter什么意义怎么设,怎么初始化,numerical stability的怎么保证,如何保证矩阵正定,计算机rounding error的影响,numerical underflow和overflow问题等等。
  5. 对整个领域各个算法的关联有更深刻的了解,思维形成一个关系网。看到一个算法就会自然的去想跟其他算法的联系,怎么去扩展。如果一篇paper我不能把它纳入到这个关系网里,我就觉得自己没懂。要么推出联系,要么推出矛盾证明这篇paper垃圾。
  6. 实现这样一个项目会花掉我大量的时间,尽管这样,我还是会在时间允许的情况下会尽快更新项目。
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].