Profile Picture

Welcome to my portfolio page! I'm Biniam, an experienced Bioinformatics professional with over 5 years of industry experience. My passion is using data to drive sustainable decision-making and positively impact the world. I specialize in utilizing technologies such as Machine Learning, Python, R, SQL, Tableau, and Linux. I am excited to share my work with you and look forward to collaborating on projects that make a real difference.
LinkedIn: Biniam Feleke

Predicting Fitness Class Attendance

In this project, we will use GoalZone Fitness club's dataset to build and evaluate two classification Machine Learning models (Logistic Regression and XGBoost with SMOTE) in Python. GoalZone will use the best model to predict gym attendance. This will help determine whether the gym should make another space available.

Photo created using DALLE2

Predicting Song Genres from Audio Data in Python

Photo from DataCamp

Using audio music data, we will be building machine learning models to predict music genres (Hip-Hop or Rock). The classification ML models include Logistic Regression, Decision Tree and XGBoost. The best model will be chosen based on a chosen performance metric.

Predicting Bee Species in Python

Photo by Meggyn Pomerleau on Unsplash

This project will use the Python image library Pillow to manipulate bee images, then build a machine learning model to identify bee species. The goal is to enhance field data collection by quickly and accurately distinguishing between honey bees and bumble bees. Deep learning techniques will also be leveraged to further improve the model's accuracy.

Predicting Iowa House Price in Python

Photo by Tierra Mallorca on Unsplash

In this project, we aim to build and evaluate a robust XGBoost regression model using the Iowa housing dataset. Our goal is to identify the top 20 influential features that have the greatest impact on the house price and use these features to make predictions. The process will be implemented in Python.

Investment Risk and Returns: The Sharpe Ratio

Photo from Tradebrains

In this project, we analyze the investment potential and risk of Amazon and Facebook using the Sharpe Ratio and pandas. The Sharpe Ratio, a metric developed by Nobel Prize winner William Sharpe, compares the return of an investment to an alternative while considering its risk (measured by the standard deviation of returns). Real financial data is used in the project for analysis.

Discovering Handwashing @ Vienna General Hospital

Photo by Mélissa Jeanty on Unsplash

In this project, we will explore the impact of handwashing on patient outcomes at two maternal clinics. Using statistical analysis and machine learning in Python, we will analyze the available data and determine the significance of handwashing on patient health outcomes. The goal is to provide insights and recommendations for improving maternal health care.