Ml learning documentation blog
- Stable diffusion experiments
- Andrej Karpathy makemore series
- Makemore - learning NN from one of the top researchers and engineers in the world
- fastai 2022 course
- lotr app A cute app that combines language modeling, language summarization and image generation using the stable diffusion model. Here’s a link to a post with more details
- fastai pets on huggingface 2022 edition
- This blog :)
- Kaggle challenges:
- Natural Language Processing with Disaster Tweets. A top 17% result with a relatively small model (and a very quick training) but some interesting semi-automatic ML-driven data cleaning
- Spaceship titanic challenge. My best submission got me to top 10%
- Titanic intro challenge
- The huggingface course
- Remarqify app on huggingface. This app uses the distilgpt2 model retrained on books by Erich Maria Remarques
- Kaggle courses:
Probably the most interesting for me was the course about explainability since it gives you a basic toolkit to systematically improve upon the results. The data visualisation (and pandas) are also a great for pandas noobs like me.
- Coursera’s Andrew Ng’s machine learning specialization. It’s a great step-by-step course with an emphasis on ‘classical’ regression in the beginning.
-
Mit deep learning course. A free and quick course with colab notebooks as exercises. One of the exercises included a sequential RNN to generate music based on this course. Here’s what LSTM RNN can generate after a quick training on a few musical files and then fine tuning (transfer learning) to a genre:
-
Transfer learning to the style of Joplin
-
Transfer learning to the style of Chopin
-
Approaching this using transformers would probably yield much better result.
- Jeremy’s fast.ai 2019 edition. Followed the video lectures and the textbook. Binder doesn’t work too well, but I saw no reason to migrate the work to huggingface:
Posts
Experiments with stable diffusion - Dreambooth
Experiments with stable diffusion - textual inversion
Papers
Fastai 2022: lesson four exercise and the Lord of the rings app
subscribe via RSS