Pinned Repositories
CIFAR-image-classification
🖼 Classifying images from the CIFAR-10 dataset using a convolutional neural network.
CSCI3390-GPU-Computing
CSCI3390 GPU Computing Lab
cvxpy
A Python-embedded modeling language for convex optimization problems.
Data-Analysis-Algorithm-Comparison
Using Logistic Regression, Linear Discriminant Analysis and KNN algorithm in R to analyze Weekly dataset from ISLR package
Implementation-of-Parallel-String-Matching-Algorithms-with-CUDA
Implement parallel string matching algorithms with CUDA in C
Link-Prediction-in-Co-Authorship
Link Prediction in Co-authorship dataset
P2P-Photo-Editor
react-native-apple-music
React Native library for selecting tracks from apple music library.
Shortest-Path-Algorithm-Comparison
Implementation of Bellman-Ford and Dijkstra with Java
TaxiCabCompetition
Implement a strategy to beat opponent
JasontheMonster's Repositories
JasontheMonster/Link-Prediction-in-Co-Authorship
Link Prediction in Co-authorship dataset
JasontheMonster/Implementation-of-Parallel-String-Matching-Algorithms-with-CUDA
Implement parallel string matching algorithms with CUDA in C
JasontheMonster/P2P-Photo-Editor
JasontheMonster/Shortest-Path-Algorithm-Comparison
Implementation of Bellman-Ford and Dijkstra with Java
JasontheMonster/CIFAR-image-classification
🖼 Classifying images from the CIFAR-10 dataset using a convolutional neural network.
JasontheMonster/CSCI3390-GPU-Computing
CSCI3390 GPU Computing Lab
JasontheMonster/cvxpy
A Python-embedded modeling language for convex optimization problems.
JasontheMonster/Data-Analysis-Algorithm-Comparison
Using Logistic Regression, Linear Discriminant Analysis and KNN algorithm in R to analyze Weekly dataset from ISLR package
JasontheMonster/react-native-apple-music
React Native library for selecting tracks from apple music library.
JasontheMonster/TaxiCabCompetition
Implement a strategy to beat opponent
JasontheMonster/Udacity-Sentiment-Network-Practice
Practice from Udacity on Sentiment Analysis with Neural Network
JasontheMonster/Union-Find-Implementation-Python-Java
Implement Path-Compressed Find and Union by Rank