Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 777 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 777 Bytes

ML Examples

This is a repository for Machine Learning/Data Science code samples.

It includes the following algorithms, frameworks or subdomains of ML/DS:

  • Keras and PyTorch for Deep Learning
  • Transformers and Chat Bots(with HuggingFace)
  • Transfer Learning with PyTorch for Image Classification
  • EEG ERP Classification
  • Decision Trees
  • Statistical Hypothesis Testing
  • A/B Testing
  • Autoencoders
  • Generative Adversarial Network (GAN)

Famous datasets (exploration / classification):

  • Open Food Facts (OFF)

The idea is to download an example quickly, be able to run it right away, go through the comments and links, modify it for your own needs and have a POC prototype in less than 15 minutes.