My first foray into machine learning, comprised of Jupyter notebooks from my early undergrad years (2021-2022)
Note: I've preserved these notebooks as a time capsule into my early ML engineering thought processes and coding patterns, so you can expect inconsistent and suboptimal experimentation.
Uses a basic Scikit Learn KNN model and cross validation to classify avos by location based on sales 🥑
Uses Tensorflow 2 with Keras to build a simple RNN to forecast FOREX time series data 💰
Uses PCA and an ANN to predict the interdimensional transportation of interstellar passengers 🛸
Uses a CNN to detect ships in the water from satellite imagery (a fork of work from Sandrita Sarkar) 🚢
Uses NumPy to build an ANN from scratch for multi-class classification on the Fashion MNIST dataset 💃🏽
Uses PCA and transfer learning to compare what Pokemon embeddings look like in their own latent space vs the MNIST latent space 👾