About Me
I am interested in a position to utilize my passion for Machine Learning, Computer Vision Deep Learning, and NLP in helping the company's growth while gaining more experience. I did a remote internship with a role of Data Scientist in Conzumex...
Show MoreSkills
Data & Analytics
Programming Language
Software Engineering
Web Development
Database
Others
Positions
Portfolio Projects
Company
Neural Sign Language Machine Translation
Description
Led a 4 person team and implement a Neural Sign Language Translation (NSLT) model,
which can generate spoken language translations from sign language videos.
Skills
Deep Learning Natural Language Processing Recurrent Neural Network - RNN Convolutional Neural Network - (CNN)Tools
Tensorflow Keras PythonCompany
Renewable Energy Challenge in Nigeria
Description
Worked in a team of 35 people and created a machine learning model that identifies regional clusters in Nigeria where renewable energy microgrids are both most viable and likely to have a high impact on the community.
Show More Show LessTools
XGBoost Keras Tensorflow PythonCompany
Super Resolution of an Image
Description
Build a Generative Adversarial Neural Network to super resolve an image by an up- scaling factor of x4.
Show More Show LessTools
Tensorflow Python KerasCompany
Prediction of Apparent Age and Gender from an Image
Role
Data Scientist
Description
Implemented a model DEX which predicts apparent age and gender from a single image without facial landmarks.
Show More Show LessTools
Tensorflow Python KerasCompany
Language Identication using WiLI-2018
Role
Data Scientist
Description
Extracted character-based TF-IDF features from training data and then trained them on a MLP. Given an unknown paragraph, it predicts the dominant language (among 235 different languages).
Show More Show LessTools
Python Keras Scikit-LearnCompany
Neural Style Transfer
Description
Implemented Neural Style Transfer, it is an algorithm that given a content image C and a style image S, can generate an artistic image. The overall style cost function is obtained using several hidden layers and optimizing the total cost function results in synthesizing new images.
Show More Show LessTools
Python Tensorflow KerasCompany
Car detection with YOLOv2
Description
Worked on YOLO, which is a state-of-the-art object detection model that is fast and accurate. It runs an input image through a CNN which outputs a 19x19x5x85 dimensional volume.
Show More Show LessTools
Python Tensorflow Keras