Linear Algebra for ML
Author(s): Johar M. Ashfaque Source: Unsplash Machine Learning, Mathematics You do not need to learn linear algebra before you get started in machine learning, but at some point, you may wish to dive deeper. Linear algebra will give you the tools to help …
Baseball Pitch Prediction
Author(s): Shafin Haque Credits Predicting the next pitch in baseball with machine learning Introduction Dodger’s shortstop Corey Seager is up to bat with two outs in the ninth inning. Fastball inside, he makes contact… grounder to second, and he’s out. And the …
Transfer Learning
Author(s): Johar M. Ashfaque Source: Unsplash Transfer learning is a machine learning method where a model developed for a task is reused as the starting point for a model on a second task. It is a popular approach in deep learning where …
How I Use Docker To Train Rasa 2.1.x Bots On A GPU
Author(s): ___ Train your model without messing around with CUDA and cuDNN drivers Continue reading on Towards AI » Published via Towards AI …
Fully Explained Linear Regression with Python
Author(s): Amit Chauhan How the regression problem is solved with a real-life example. Continue reading on Towards AI » Published via Towards AI …
How to add Julia to Jupyter Notebook
Author(s): Chetan Ambi Take your first steps towards Julia for Machine Learning Continue reading on Towards AI » Published via Towards AI …
Exploring The Last Trends of Random Forest
Author(s): Barak Or The random forest model is considered one of the promising ML ensemble models that recently became highly popular. In this post, we review the last trends of the random forest. Image by Author Ensemble Models-Intro An ensemble considers multiple learning models …
Brief Introduction to Model Drift in Machine Learning
Author(s): Chetan Ambi What is model drift, different types, how to detect model drift, and how to tackle it Continue reading on Towards AI » Published via Towards AI …
5 Steps to Build a KNN Classifier
Author(s): Florian Geiser Using Python and sci-kit learn to build a simple k-nearest neighbor classification. Continue reading on Towards AI » Published via Towards AI …
Big-Data Pipelines with SparkML
Author(s): Lawrence Alaso Krukrubo Data Analysis, Data Science, Machine Learning Creating Apache Spark ML Pipelines for Big-Data Analysis Photo by Rodion Kutsaev on Unsplash Pipelines are a simple way to keep your data preprocessing and modeling code organized. Specifically, a pipeline bundles preprocessing and modeling …