Skip to content
View maadabrandon's full-sized avatar
Block or Report

Block or report maadabrandon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maadabrandon/README.md

Who am I?

I'm a mathematician who's aspiring to be a Machine Learning Engineer (MLE).

Why did I choose this career path?

I did a PhD in Maths (Algebraic Geometry) and decided that a career in academia wasn't for me, and that I'd rather make use of my mathematical and statistical knowledge to build things that make me money by making even more money for other people.

I am of Ghanaian, Sierra Leonean and British heritage, and beyond my personal professional goals, I would like to somehow apply my budding skills to contribute in some small way to the scientific, technological, and economic advancement of the African continent and its people.

With that being said, I think that above all other technologies, machine learning models have the ability to turn our world into a dystopian hellhole depending on how they are used, and I think that MLEs should be cognisant of that when selecting projects and jobs.

I'm determined to complete end-to-end ML projects of various kinds to grow my skills.

Ongoing Projects

  • 🔭 I’m currently working on:
    • a Streamlit web application that predicts user demand for the City of Chicago's Divvy bike-sharing service.
    • creating and deploying an exchange rate prediction service as a REST API. The purpose of this project is to force me to become familiar with FastAPI.
    • creating a service that receives a picture of a mushroom, and identifies its genus, and eventually its species. I'm using this project to force myself to transition to Pytorch and delve deeper into deep learning (I had used Tensorflow before, but Pytorch appeals to me a great deal more). I have an eye on learning some of the more "advanced" network types and architectures as my skills (and my courage) grow.

Current Learning Objectives

  • Become more proficient with Pytorch. I initially learned to build some networks with Keras in Tensorflow, but I've decided to switch libraries.
  • Learn about some of the more advanced neural network architectures, such as GANs and transformers, and use them to make cool stuff.
  • Learn about model deployment on AWS and GCP.
  • Start reading deep learning papers.

👯 I’m open to collaborating with others on virtually any project, as I'm eager to learn about as many machine learning architectures and tools as possible.

🛠️ Languages and Tools

Python  Jupyter  Numpy  Pandas  scikit-learn  Pytorch  Optuna  Comet  Hopsworks  Linux 

Popular repositories

  1. maadabrandon maadabrandon Public

  2. Divvy-Bikes-Demand-Predictor Divvy-Bikes-Demand-Predictor Public

    This repository tracks the development of a web app that displays the results of a machine learning model which predicts the demand for a popular Chicago-based bike sharing system, known as Divvy.

    Jupyter Notebook

  3. exchange-rate-predictor-service exchange-rate-predictor-service Public

    This repository tracks my attempt to learn how to deploy a prototype machine learning model that predicts selected exchange rates, and serves these predictions through a REST API.

    Python

  4. real-time-exchange-rate-data-pipeline real-time-exchange-rate-data-pipeline Public

    Python

  5. mushroom-identification-service mushroom-identification-service Public

    Developing an end-to-end machine learning application that accepts an image of a mushroom, and tells you which genus it belongs to.

    Python

  6. translate-with-transformers translate-with-transformers Public

    Python