This website requires JavaScript.
Explore
Help
Sign In
mathdatech
/
Python
Watch
1
Star
0
Fork
0
You've already forked Python
mirror of
https://github.com/TheAlgorithms/Python.git
synced
2025-03-01 04:18:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c71471dc2f
Branches
Tags
View all branches
Python
/
machine_learning
History
cclauss
c71471dc2f
Typo: dfference --> difference (I added an i)
2017-11-25 12:22:35 +01:00
..
decision_tree.py
Fixed case where function didn't return where it should
2017-10-09 12:42:51 -05:00
gradient_descent.py
-Added Gradient Descent Algorithm
2017-06-23 02:09:42 +05:30
k_means_clust.py
added k means clustering algorithm, usage doc inside.
2017-10-02 21:13:43 +05:30
linear_regression.py
Added Linear regression
2017-06-27 17:56:27 +05:30
perceptron.py
Perceptron - one neuron
2017-08-29 13:43:42 -03:00
scoring_functions.py
Typo: dfference --> difference (I added an i)
2017-11-25 12:22:35 +01:00