Posts for iniabasi bernard

Hi there! I'm Ini-Abasi Bernard and I'm a Machine Learning Developer. I am a final year student, studying Computer Engineering in the University of Uyo. I'm also a Computer Vision Enthusiast. My goal is to solve medical and financial problems with Machine Learning. I co-own a YouTube channel "Team TechDom", where I and my team teach programming. In my free time, I like playing chess and FIFA, and seeing movies.

Building a Regression Model to Predict Sales Revenue using Sci-Kit Learn

In this guide, we will learn how to build a multiple linear regression model with Sci-kit learn. Unlike the Simple Linear Regression model that uses a single feature to make predictions, the Multiple Linear Regression model uses more than one feature to make predictions. It shows the relationship between multiple independent variables and a dependent […]

February 18, 2021 in Machine Learning & Tutorials

Building a RESTful Flask CRUD API

In this guide, we will learn how to build a Restful CRUD API with Flask. Most beginners prefer to use Flask because it is easy to learn and use as its syntax is more python friendly. Flask is more flexible, and it doesn’t enforce dependencies. It allows developers to structure their projects the way they […]

October 15, 2020 in Flask & Python