Skip to content

Machine Learning/Deep Learning templates

Notifications You must be signed in to change notification settings

ThoughtfulMind/ml-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML-Cookbook

Info

ML-Cookbook is a repository that contains supervised learning algorithm templates. The algorithms are divided by regression and classification, as shown below in "List of Algorithms".

How To Use

Each algorithm is divided in different sections in Jupyter Notebook with appropriate instructions. None of the sections needs to be adjusted but the data input and input/target variables definition. Note that all algorithms use one dataset as an example. Therefore, in some algorithms, the quality of the input and target variables of being suitable or proper in the circumstances might be very low.

List of Algorithms

Classification

  1. Neural Network Classifier
  2. Linear Support Vector Machines (LSVM)
  3. Logistic Regression
  4. Multiclass Classification
  5. Kernelized Support Vector Machines (SVM)
  6. Decision Trees
  7. Naive Bayes Classifiers
  8. Random Forests

Regression

  1. Neural Network Regressor
  2. Ridge Regression
  3. Lasso Regression
  4. Polynomial Regression
  5. Linear Regression

About

Machine Learning/Deep Learning templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%