How to implement Decision Tree using Scikit-learn?
Author(s): Akash Dawari Originally published on Towards AI. All About Decision Tree In this article we will understand the Decision Tree by answering the following question: What is a Decision Tree? What is the core concept of a Decision Tree? What are …
Beginner Tips for Getting Started with Azure Machine Learning
Author(s): Andrew Blance Originally published on Towards AI. Getting ready for the DP-100 Azure Data Science Associate exam. Image by Alan Warburton / Β© BBC / Better Images of AI / Nature / CC-BY 4.0 The end-to-end pipeline for a data science …
Local Outlier Factor (LOF) For Anomaly Detection
Author(s): Amy @GrabNGoInfo Originally published on Towards AI. LOF for novelty and anomaly detection This member-only story is on us. Upgrade to access all of Medium. Image Owned by GrabNGoInfo.com Local Outlier Factor (LOF) is an unsupervised model for outlier detection. It …
How does Support Vector Machine work for Regression problems?
Author(s): Akash Dawari Originally published on Towards AI. All About Support Vector Machine This article will explore Support Vector Machine and try to answer the following question: What is a Support Vector Machine? What are the terminologies used in Support Vector Machine? …
Understanding the problem and background
Author(s): Himanshu Pareek Originally published on Towards AI. Sound and Acoustic patterns to diagnose COVID [Part 1] Link to Part 2 of this case study Link to Part 3 of this case study In this case study, we will attempt to build …
Simple Text Classifier With Basic Machine Learning Model (Part-5)
Author(s): Md. Zubair Originally published on Towards AI. The easiest way to create a text classifier with a basic Machine Learning model for beginners This member-only story is on us. Upgrade to access all of Medium. Image by Author When I get …
Why not Linear Regression?
Author(s): Akash Dawari Originally published on Towards AI. All About Logistic Regression In this article we will understand Logistic Regression and try to answer the following questions: What is Logistic Regression? Why not Linear Regression? Why Logistic Regression? When Logistic Regression? How …
Support Vector Machine (SVM) for Binary and Multi-Class Classification: Hands-On with Scikit-Learn
Author(s): Carla Martins Originally published on Towards AI. Using Python and Google Colab This member-only story is on us. Upgrade to access all of Medium. Support Vector Machine (SVM) is a classification algorithm based on the linear model. It allows for binary …
Regression Model in Weight Prediction
Author(s): Gencay I. Originally published on Towards AI. Simple Linear Regression to Predict your Weight This member-only story is on us. Upgrade to access all of Medium. Machine Learning Model Prediction Image by Author Data scientists have known too many industrial applications …
Use Google Colab Like A Pro
Author(s): Wing Poon Originally published on Towards AI. 15 tips to supercharge your productivity Image by Alexander on Pixabay (modified by author) Regardless of whether youβre a Free, Pro, or Pro+ user, we all love Colab for the resources and ease of …
9 Lessons From the Tesla AI Team
Author(s): Gary Chan Originally published on Towards AI. Top highlight What contributes to the success of Tesla, and what you can do While OpenAI is famous for its success in NLP and DeepMind is well known for RL and decision making, Tesla …
Linear Regression With PyTorch in Python
Author(s): Amit Chauhan Originally published on Towards AI. Deep Learning framework for Machine Learning applications This member-only story is on us. Upgrade to access all of Medium. Photo by Emile Perron on Unsplash In this article, we will create a linear regression …
Original Research to Predict Prime Numbers β Error Convergence Using Data Science
Author(s): Ashutosh Malgaonkar Originally published on Towards AI. Using Python to Unlock the Prime Number Pattern Top highlight This member-only story is on us. Upgrade to access all of Medium. I. Sample of primes between 0 and 103(excluded) II. Modular Indexing the …
ML Algorithms from scratch in Python
Author(s): Ravi Shankar Originally published on Towards AI. Self notes for behind the scenes mathematical understanding This member-only story is on us. Upgrade to access all of Medium. Goal: To build Machine Learning algorithms in python without using any over-the-shelf ML library …
Towards Artificial Intelligence β Overcoming Data Challenges
Author(s): Ramkumar Hariharan Originally published on Towards AI. The many varieties of messy data, and its fixes βData Mining is whatβs mine is mine and whatβs yours is also mineβ, Sydney Brenner Using the Data Preprocessing Toolbox is often critical (source: Anete-Lusina, …