Pinned Repositories
Butterfly_Recognition
Classification of different butterflies using CNN and one using transfer learning
Databases
Assignments from database class (SQL)
DataScience
Data science tutorials
Dotfiles
.files
Fine-Tuning-BERT-Sentiment-Analysis
Fine-tuning google's BERT model on text classification for sentiment analysis with pytorch and keras
Game-Dev-with-Godot
Games that I've made and tutorials using Godot game engine
SE-Class-Projects
Projects for my software engineering class including Git, JUnit, Android Development, Software Design, Category Partitioning, and White Box Testing
Speech_to_Text_Model
Model for translating speech to text. This is similar to using amazon alexa amongst many other products
Spotify_Analysis
Clustering for spotify dataset
Topic-Modeling-Summarizer
I don't feel like reading this research paper that my professor has us doing so I made this summarizer using Latent Dirichlet Allocation
JoeyCheung's Repositories
JoeyCheung/Fine-Tuning-BERT-Sentiment-Analysis
Fine-tuning google's BERT model on text classification for sentiment analysis with pytorch and keras
JoeyCheung/DataScience
Data science tutorials
JoeyCheung/Topic-Modeling-Summarizer
I don't feel like reading this research paper that my professor has us doing so I made this summarizer using Latent Dirichlet Allocation
JoeyCheung/SE-Class-Projects
Projects for my software engineering class including Git, JUnit, Android Development, Software Design, Category Partitioning, and White Box Testing
JoeyCheung/Data-Analytics
Projects for my Data Analytics class
JoeyCheung/DataScraping
All of my web scrapers, command line tools and more for extracting data
JoeyCheung/Dotfiles
.files
JoeyCheung/Operating-Systems
Projects for my CS340 operating systems class
JoeyCheung/SARA
Search And Reporting Application for Internet And Web Technologies class
JoeyCheung/Spotify_Analysis
Clustering for spotify dataset
JoeyCheung/Butterfly_Recognition
Classification of different butterflies using CNN and one using transfer learning
JoeyCheung/Speech_to_Text_Model
Model for translating speech to text. This is similar to using amazon alexa amongst many other products
JoeyCheung/Dog_Cat_Classifier
CNN for classic dog cat dataset
JoeyCheung/Genetic-Algorithms
Projects for my Genetic Algorithms class
JoeyCheung/Heart-Disease-UCI
Heart Disease analysis
JoeyCheung/Image_Classification_Stuff
Repo to hold all of the image work that I need to figure out in the future
JoeyCheung/JoeyCheung.github.io
Personal Website https://JoeyCheung.github.io
JoeyCheung/LaTeX_Code
LaTex code goes here
JoeyCheung/Macfiles
Unfortunately Mac's are company standard so .files for work
JoeyCheung/MNIST
Learning CNN model with MNIST dataset
JoeyCheung/Mushroom_Classification
Safe or not safe to eat mushroom? (Using a MLP model)
JoeyCheung/Pivot
Pivot is a web app where we use dynamic bar graphs for real time data using data stored in AWS' Athena and implements Latent Dirichlet Allocation for topic modeling of user comments
JoeyCheung/slackbot
Personal helper for me on slack
JoeyCheung/Smash_Twitter_Sentiment_Analysis
Sentiment Analysis on top super smash bros melee players tweets
JoeyCheung/Spelling_Correction
NMT model for grammatical error correction (GEC)
JoeyCheung/Tamil_Text_Classification
Can we get the same accuracy for Tamil as English?
JoeyCheung/Text-Rank-Summarizer
Better model for summarizing my professors research article
JoeyCheung/Text_Similarity
Lexical and Semantic analysis of stock data
JoeyCheung/Titanic_RF_NN
Predicting survival of passengers for titanic dataset using RF and a NN
JoeyCheung/Tuning-Neural-Networks
Tuning NN parameters from keras library with sklearn's grid search