Skip to content

thierryherrmann/simple-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning and (some) Deep Learning

2019-05 Metropolis Hastings

2019-04 Gaussian Processes

  • Step by step explanation of getting the conditional distribution of unknown points given data using gaussian processes and an exponential quadratic kernel
    201904_gaussian-processes.ipynb

2018-09 Forward-Backward Algorithm for Hidden Markov Models

2018-08 Appliances Energy Prediction

2018-02 Probabilistic Graphical Models

2017-09 Predicting Customer Calls from Network Anomalies

  • Network elements emit health measurements (CPU temperature, signal quality, number of connected devices...). When measurement's Z-Score is above some threshold compared to expected value ==> anomaly
  • This notebook shows how a neural network can learn to predict from historical data increases of customer calls when network anomalies are detected
    Predict_calls_from_anomalies.ipynb

2017-03 Singular Value Decomposition

2017-02 EKG Anomaly Detection with Clustering

2016-07 Badges

  • Find how the badges at a 1994 machine learning conference were labeled
    badges.ipynb

2016-07 Study of Adult Income Data Set

2015-02 SVM with RBF Kernel

2014-09 Step by Step Gradient Descent

2014-09 Naive Bayes

  • Manual implementation of Naive Bayes classification to understand what's under the hood!
  • Application to email spam classification with Naive Bayes
    naive-bayes.ipynb

2014-09 K Nearest Neighbors

  • Using KNN algo to detect non linear boundaries
    knn.ipynb

About

Machine learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published