Skip to content

Machine Learning Models

Latest
Compare
Choose a tag to compare
@casporo casporo released this 07 Aug 04:55
· 4 commits to master since this release

Release of the following machine learning models:

  1. Artificial Neural Network (classified as neuralnetwork.py)
  2. Decision Tree (classified as decision_tree_classification.py)
  3. Linear Regression (classified as linear_regression.py)
  4. Multiple Regression (classified as multipleregression.py)
  5. Naive Bayes (classified as naive_bayes.py)
  6. Polynomial Regression (classified as polynomialregression.py)
  7. Random Forest (classified as randomforest.py)
  8. Support Vector Machine (classified as svm_classification.py)

Release of CGKS algorithms used for Masters work. This includes

  1. Machine Learning Models
  2. Model Results