Pinned Repositories
Spam-Slayer
36-Cube-Puzzle-Solution
Solves the 36 Cube puzzle from Vat 19.
AppEngineWSass
Exercise to deploy flask web app to GCP App Engine with SASS styles.
Cell-Counting-with-CNN-RNN
A model that uses CNN for feature extraction and RNN to track cells between frames for cell counting.
CIFAR-100-Model-Tests-Report
Various models were tested on the CIFAR-100 data set and a short report detailing comparisons and tests is provided.
clouDL
Automate hyperparameter tuning on Google Cloud Platform
CUDA-Enabled-VGG16-Replica
Replicates the VGG16 forward pass with CUDA Numba for parallel computing.
Deep-Learning-Final-Project
Three deep learning models to track and count cells across frames
Diabetic-Retinopathy
Classifies the severity of diabetic retinopathy given an image of the eye.
Equivalent-Resistor
Builds an optimal equivalent resistor from a set of resistors and a desired resistance.
Shu244's Repositories
Shu244/clouDL
Automate hyperparameter tuning on Google Cloud Platform
Shu244/Deep-Learning-Final-Project
Three deep learning models to track and count cells across frames
Shu244/AppEngineWSass
Exercise to deploy flask web app to GCP App Engine with SASS styles.
Shu244/Cell-Counting-with-CNN-RNN
A model that uses CNN for feature extraction and RNN to track cells between frames for cell counting.
Shu244/CIFAR-100-Model-Tests-Report
Various models were tested on the CIFAR-100 data set and a short report detailing comparisons and tests is provided.
Shu244/CUDA-Enabled-VGG16-Replica
Replicates the VGG16 forward pass with CUDA Numba for parallel computing.
Shu244/Diabetic-Retinopathy
Classifies the severity of diabetic retinopathy given an image of the eye.
Shu244/Equivalent-Resistor
Builds an optimal equivalent resistor from a set of resistors and a desired resistance.
Shu244/OOSE_HW3
OOSE hw3 group project.
Shu244/Cytometry-for-Google-Colab
This repo contains the Google Colab compatible version of our code.
Shu244/debug_finance
a lightweight cms self-hosted on cloudflare, for podcasts, blogs, photos, videos, documents, and curated urls.
Shu244/DeployAI
Shu244/deployAppWendpointAI
This repo will deploy a deep learning model to AI Platform Prediction from Google and access the endpoint from an app deployed to App Engine.
Shu244/DigitClassifier
Neural network for classifying handwritten digits. Written from scratch using C++.
Shu244/DigraphAnalyzer
Program to search for digraphs in text. User can then locate digraphs according to length or letters.
Shu244/DistributePythonPackage
This repo experiments with distributing a Python package via PyPi.
Shu244/django-locallibrary-tutorial
Local Library website written in Django; example for the MDN server-side development Django module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django.
Shu244/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
Shu244/HTTPRequestTest
Shu244/ImageManipulation
Methods to manipulate an image in PPM format.
Shu244/kubernetes_django
A repository showing how to launch kubernetes and django
Shu244/quant_trading_chan
This repository contains annotated Python code from "Quantitative Trading" by Chan.
Shu244/Resistor-Sets
Used to store data for Equivalent Resistor app.
Shu244/Self-Study-Notes
Shu244/SmallAnimationWebGame
This repo runs a small game on the browser.
Shu244/test
For testing git commands
Shu244/test_clouDL
Shu244/TreeDataStructure
Program for tree data structure.
Shu244/tutorials
PyTorch tutorials.
Shu244/WordSearch
Searches a grid for specific words. Practice using C language.