Deep Learning for NLPThe Basic Perception Model Neural Network resembles a lot like our neurons in brain, this is called perceptions. Just like our neuron gets inputs and passes out to another neuron in order to make a decision or analyze something, neural network follow...Jun 5, 2025·6 min read·42
ML chapter 10: Model Selection & BoostingWelcome to the final part of our journey. After we built our Machine Learning models, I guess we still have some questions: How do we handle the bias-variance tradeoff when building a model and checking its performance? How do we pick the best valu...Nov 27, 2024·6 min read·46
Machine Learning Chapter 9: Dimensionality ReductionWelcome to Part 9 - Dimensionality Reduction! In chapter 3 - Classification, we used datasets with two independent variables to better visualize Machine Learning models and because we can often reduce variables to two using Dimensionality Reduction. ...Nov 27, 2024·8 min read·115
ML Chapter 8.2 : Deep LearningWelcome to Part 8.2 - Deep Learning! Deep Learning is the most exciting and powerful branch of Machine Learning. If you're new to this blog, I strongly advise you to read the previous blogs because this one is quite advanced. Thank you! Plan of attac...Nov 26, 2024·34 min read·267
ML Chapter 8.1 : Deep LearningWelcome to Part 8.1 - Deep Learning! If you're new to this blog, I strongly advise you to read the previous posts because this one is quite advanced. Thank you! Deep Learning is the most exciting and powerful branch of Machine Learning. Deep Learning...Nov 21, 2024·39 min read·124
ML Chapter 7: Natural Language ProcessingNatural Language Processing (NLP) involves using machine learning models to work with text and language. The goal of NLP is to teach machines to understand spoken and written words. For example, when you dictate something into your iPhone or Android ...Nov 16, 2024·12 min read·143
ML Chapter 6: Reinforcement LearningWelcome to Part 6 - Reinforcement Learning! Reinforcement Learning is a powerful branch of Machine Learning used to solve problems by deciding actions based on past data. It's also used in AI to train machines for tasks like walking, using rewards an...Nov 15, 2024·24 min read·91