Iniabasi Affiah
Ini-Abasi Affiah is a machine learning developer with an interest in healthcare and finance. He is also a YouTuber at Team Techdom channel.
Author Insights

5

0

0
Ini-Abasi Affiah is a machine learning developer with an interest in healthcare and finance. He is also a YouTuber at Team Techdom channel.
5
0
0
Jan 14, 2022
The most typical strategy in machine learning is to divide a data set into training and validation sets. 70:30 or 80:20 could be the split ratio. It is the holdout method.
Sep 30, 2021
It is not enough to build and train ML models. Your ML model is useless if it just sits in your PC after training. Would it not be great to show others what your machine learning model can do after training it?...
Jul 20, 2021
In this article, you will learn how to build and train an artificial neural network with Keras. We will make a model that will tell us if a customer will churn. That can be very useful in businesses. If you...
May 4, 2021
In this guide, we will learn how to use machine learning to diagnose if a patient has diabetes. We can do this by using their medical records. We will use the Support Vector Machine Algorithm (from Sci-kit...
Feb 8, 2021
In this article, we will learn how to use a convolutional neural network to build an image classifier. We will use Keras with TensorFlow at the backend. Image classification helps us recognize and identify...