In this repo, I have post some of my machine learning assignment in which I mainly used scikit-learn and numpy to facilitate my work. Pandas was not used because there was not much data processing work. Besides, I had also written a file for Back-propagation without using machine learning library, though it is still under testing :)
- zwang635-analysis2.pdf - This is the summary paper work of these codes
- algo_decision_tree.py - Python file for decision tree
- algo_boosting.py - Python file for adaptive boosting
- algo_neural_network.py - Python file for neural network
- algo_nn2.py - Python file for neural network using Numpy and OOP
- run_algo.py - Main Python file to call different algorithms
- poker and redwine_1 - Data sets
- redwine_1.pdf - Sample tree structure of decision tree algorithm