Charles Kariuki

Charles is an undergraduate computer science student. He loves developing web solutions, artificial intelligence and machine learning algorithms. He is open to research and colaborating with other developers.

6

0

0
Charles is an undergraduate computer science student. He loves developing web solutions, artificial intelligence and machine learning algorithms. He is open to research and colaborating with other developers.
6
0
0
Mar 31, 2022
Text classification is an essential task in natural language processing that categorizes various texts into classes. Text classification is done using a model trained using a text dataset. Then, the model...
Feb 11, 2022
Transfer learning is a technique that trains a neural network on one problem and then applies the trained neural network to a different but related problem. It focuses on storing knowledge gained while solving...
Jan 11, 2022
Classification of GitHub issues involves analyzing GitHub issues and assigning labels using models. In GitHub, we have in-built labels such as bug, help wanted, revision needed, enhancement, and question. We...
Dec 9, 2021
Imbalanced-learn is a Python package used to handle imbalanced datasets in machine learning. In an imbalanced dataset, the number of data samples is not equally distributed between the classes.
Nov 11, 2021
Snorkel is a Python library that is used for data labelling. It programmatically manages and builds training datasets without manual labelling. In machine learning, labels are the target or the output variable...
Sep 24, 2021
Multi-label classification allows us to classify data sets with more than one target variable. In multi-label classification, we have several labels that are the outputs for a given prediction. When making...