Building a spam messages detector using Machine Learning Creating a simple Spam Messages Detector using Logistic Regression. Logistic regression is a simple method of classifying data — be it hot or not hot, spam or not spam.
Writing Logistic Regression from Scratch In Machine Learning the best way to learn it is to write all common algorithms from scratch — without using any libraries like Scikit.
Using NLP for classifying Job posts Overview of natural language processing, its applications and how we can build the NLP model to solve some real-world problems.