Kaz Hishida (.tech)

Deep Learning Projects

After finding myself deeply intrigued by the concept of deep learning and neural networks, I set out to complete some deep learning projects to try and learn how they work. Two of my favorites are published here: One is a Snake AI that I created using a neural network trained by a genetic algorithm, and the other is a Rock Paper Scissors classifier that uses a CNN.

View Projects

Tweet Generator

Whether you love him or hate him, Trump tweets are intriguing and get a lot of attention. After learning about markov models, I used a web scraper to download a large corpus of previous Trump tweets and trained a markov model to simulate his tweets. You can learn more about this project on the github repository.

View Project