Ml learning documentation blog



  • Andrej Karpathy makemore series
    1. Makemore - learning NN from one of the top researchers and engineers in the world

  • fastai 2022 course
    1. 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
    2. fastai pets on huggingface 2022 edition
    3. This blog :)



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.
    1. Introduction to machine learning

  • 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:

    1. Transfer learning to the style of Joplin

    2. Transfer learning to the style of Chopin

Approaching this using transformers would probably yield much better result.



Posts

subscribe via RSS