Release of the following machine learning models:
- Artificial Neural Network (classified as neuralnetwork.py)
- Decision Tree (classified as decision_tree_classification.py)
- Linear Regression (classified as linear_regression.py)
- Multiple Regression (classified as multipleregression.py)
- Naive Bayes (classified as naive_bayes.py)
- Polynomial Regression (classified as polynomialregression.py)
- Random Forest (classified as randomforest.py)
- Support Vector Machine (classified as svm_classification.py)
Release of CGKS algorithms used for Masters work. This includes
- Machine Learning Models
- Model Results