Machine Learning Engineer | ML | NLP | AWS | MLOps
Timelapse of neurons growing in a tissue culture
Machine Learning Engineer | ML | NLP | AWS | MLOps
Timelapse of neurons growing in a tissue culture
Original transformer paper: Implementation of Vaswani, Ashish, et al. "Attention is all you need." Advances in neural information processing systems. 2017.
This repository implements a variety of sequence model architectures from scratch in PyTorch. Effort has been put to make the code well structured so that it can serve as learning material.
This repository presents my solution to FERIT's 2022 Rock, Paper, Scissors, Lizard, Spock competition which achieved 1st place with a score of 1942/2000.
Python 1
This is my refactor of the whisper ASR model by OpenAI. When released the whisper repository had a very complicated function call stack and a lot of boilerplate which was unnecessary. This repo is …
Python 3
Pytorch Implementation of L. A. Gatys, A. S. Ecker and M. Bethge, "Image Style Transfer Using Convolutional Neural Networks," 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR),…
This repository presents an end-to-end process of approaching a machine learning project from data collection to deployment. Problem at hand is price prediction of Cleveland real estate although th…