Skip to content

nsotiriou88/Machine_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine_Learning

Intro

This is a repo for Machince learning algorithms; Python and R. Generic badge

It includes a lot of commends on each individual template, so that it is easier to use it as an off-the-shelf solution, with minimal effort.

Parts

  1. Data Prepocessing

    Clearing datasets, create categorical variables, separate training/test sets.

  2. Regression Algorithms

    Simple Linear, Multiple Linear, Polynomial, Support Vector, Decision Trees, Random Forest.

  3. Classification Algorithms

    Logistic Regression, KNN, SVM, Kernel SVM, Naive Bayes, Decision Trees, Random Forest.

  4. Clustering

    K-means and Hierarchical clustering.

  5. Association Rule Learning

    Apriori and Eclat.

  6. Reinforcement Learning

    Upper Confidence Bound (UCB) and Thompson Sampling.

  7. Natural Language Processing

    NLP template.

  8. Deep Learning

    Neural Networks: ANNs and CNN (image recognition) with Keras and TensorFlow.

  9. Dimensionality Reduction

    Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA) and Kernel PCA.

  10. Model Selection + XGBoosting

    Model Selection techniques (Grid Search and k-fold Cross Validation) and XGBoost Algorithm.

  11. Multi-Output Models

    Examples of Model techniques for multiple output dependent variables. MultiOutputRegressor sklearn Class examples.

Modeling

Various additional modeling scripts, like scorecard etc.

Reading Material

Reading Material.

Other Folders

Folders that include interesting reading and coding material.

Other Info

The main Python libraries used in this repo are: pandas, numpy, scipy, sklearn, matplotlib, keras, jupyter instructions and tensorflow for ANNs.

About

This is a repo for Machince learning algorithms; Python and R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published