I write about things I’m learning and things I’m building.

All of my long-form thoughts on programming, machine learning, infrastructure, and more, collected in chronological order.

MLP from Scratch: Fashion-MNIST

2024-01-11

Based on the Colab Notebook, explore MLP building from scratch with Python, covering data preprocessing, neural network layers, backpropagation, and hyperparameter tuning.

Protein Secondary Structure Prediction

2024-01-10

This project focuses on predicting alpha-helix secondary structures in amino acids using a RNN with LSTM units. The challenge lies in handling FASTA format sequences, with constraints on model size and dependencies. Utilizing deep learning and NLP techniques, the model, trained in Google Colab and inference implemented in NumPy, demonstrates promising accuracy in protein structure prediction.