/ml-tests

🧠👨‍🎓 Machine Learning models developed to learn these techniques

Primary LanguageJupyter Notebook

Miscellaneous Machine Learning code

Little projects I code to learn machine learning algorithms and data science processes.

What I developed

In chronological order, starting from July 2024:

What I learned

Using Numpy, Pandas and TensorFlow (with Keras):

  • Multi-layer Perceptron (MLP)
  • Convolutional Neural Network (CNN)
  • Recurrent Neural Network (RNN) with Long short-term memory (LSTM)
  • Autoencoders
  • Attention blocks and Transformer architecture
  • Cleaning and visualizing structured data, text, images, timeseries
  • Explainability of a model

I compiled all theoretical notions I learned on a single Notion page (in French only for the moment).

My projects around ML

  • Beta project: using AI for rock climbing, for instance predicting route grades or generating new routes
  • Go Neural: implementing a neural network from scratch in Go

Credits

Here are all the resources I used to code these projects: