Pinned Repositories
Automatic-Email-Sender
Basic script for automatically sending emails through gmail to emails listed in an excel sheet.
byTheCook2
CatDogIdentifier
Utilize tensorflow in python to build out a convolutional neural network classifier that can identify if an image is a cat or a dog. Model trained on dataset and obtained 78.8% accuracy
clussier
Config files for my GitHub profile.
clussier.github.io
Professional Website
CustomerRetention
Data science project where I design a Neural network to predict whether or not a client will stay with a bank or not based on a data set of 10,000 clients of a bank (made up data)
DeepCDR
Cancer Drug Response Prediction via a Hybrid Graph Convolutional Network
GeniA
Your Engineering Gen AI Team member 🧬🤖💻
InvestmNet
Quantlab Datathon Challenge
PokemonRevolutionOnlineScript
A program that allows you to automatically catch pokemon or farm them for EXP in the online Pokemon MMO "Pokemon Revolution Online."
clussier's Repositories
clussier/PokemonRevolutionOnlineScript
A program that allows you to automatically catch pokemon or farm them for EXP in the online Pokemon MMO "Pokemon Revolution Online."
clussier/clussier.github.io
Professional Website
clussier/Automatic-Email-Sender
Basic script for automatically sending emails through gmail to emails listed in an excel sheet.
clussier/byTheCook2
clussier/CatDogIdentifier
Utilize tensorflow in python to build out a convolutional neural network classifier that can identify if an image is a cat or a dog. Model trained on dataset and obtained 78.8% accuracy
clussier/clussier
Config files for my GitHub profile.
clussier/CustomerRetention
Data science project where I design a Neural network to predict whether or not a client will stay with a bank or not based on a data set of 10,000 clients of a bank (made up data)
clussier/DeepCDR
Cancer Drug Response Prediction via a Hybrid Graph Convolutional Network
clussier/GeniA
Your Engineering Gen AI Team member 🧬🤖💻
clussier/InvestmNet
Quantlab Datathon Challenge
clussier/Movie-rating
Using an autoencoder in order to predict movie ratings. Dataset containing 1 million reviews.
clussier/Snake_Java
Traditional Snake
clussier/StockPredictionLSTM
Using a recurrent neural network in order to predict the future price of Google stock trained on 5 years of historical price data. I implement a stacked LSTM with dropout regulation to avoid overfitting using tensorflow, keras, and python.
clussier/Tetris_Java
Simple game of Tetris programmed in Java
clussier/tiktok-scraper
TikTok Scraper. Download video posts, collect user/trend/hashtag/music feed metadata, sign URL and etc.
clussier/Tron_Java
2 player Tron (local)
clussier/VAEN
A deep generative neural network based approach to impute drug response
clussier/VAEN-master_modified