Python/machine_learning
Nathan Berger 8fb1eb7bdf Implementation of a regression tree in python
I've implemented a basic decision tree in python as an example of how they work. Although the class I've created only works on one dimensional data sets, the reader should be able to generalize it to higher dimensions should they need to.
2017-10-09 12:36:33 -05:00
..
decision_tree.py Implementation of a regression tree in python 2017-10-09 12:36:33 -05:00
gradient_descent.py -Added Gradient Descent Algorithm 2017-06-23 02:09:42 +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 scoring functions added 2017-08-19 14:23:00 +09:00