Submitted by itsstylepoint t3_z1vh52 in MachineLearning
Hi folks,
stylepoint here.
I am about to be done with implementing traditional ML models and approaches and as promised, will be moving into more advanced models and techniques. Not that I have implemented every single traditional ML model, but I think this should be enough for the time being (implemented Gaussian Naive Bayes, K-Nearest Neighbors, Linear Regression, Logistic Regression, and K-Means Clustering using NumPy).
The list I currently have in mind:
- VGG models (image/signal classification)
- Two-Tower Models (recommender systems)
- Autoencoders (compression and embedding generation)
- Siamese Neural Network (similarity and few-shot learning)
- Prototypical Networks (few-shot learning)
- Enc-Dec, Enc-Enc, Dec-Dec Transformers (translation, generation, etc.)
Let me know what you folks think would be helpful (is my list good enough?). More exotic models are also welcome. Does not have to be a model either - can be a neat technique for example.
All of the videos are and will be available on my YouTube channel. Implementations are and will be in this GitHub repo.
NOTE: "from scratch" here means using NumPy or PyTorch. Using tools provided by these libraries is okay for basic constructs that are not too difficult to implement or for those I have already made a video about.
MUSEy69 t1_ixd12bw wrote
Great work, why don't you try stable diffusion? I think the topic has enough momemtum to boost your channel.