Pinned Repositories
Convolutional-Autoencoder
A pair of convolutional autoencoders used for image compression and denoising.
Depreciated-Perpindicular-Projection-Map-Work
Please refer to the new "n-Rule Maps" repository to obtian detailed overview and recent work
English-French-translation
A seq2seq model that translates English to French.
K-Nearest-Neighbors-Image-Classifier
A version of K-Nearest Neighbors that uses cosine similarity as a distance metric, and classifies MNIST data at almost twice the rate of standard K-NN implementations
N-Rule-Maps
This repository provides the code for implementing n-rule maps over the general space of intersecting lines on the plane.
Synthetic-Image-Data-Generation
In this project, I use a GAN to make high quality synthetic images of faces that could be used as training data for a facial recognition model.
samsurf
A SageMath package for studying translation surfaces -- computing generators/fundamental domains for Veech groups, periodic points on Veech surfaces, and much more!
samueleverett01's Repositories
samueleverett01/K-Nearest-Neighbors-Image-Classifier
A version of K-Nearest Neighbors that uses cosine similarity as a distance metric, and classifies MNIST data at almost twice the rate of standard K-NN implementations
samueleverett01/Synthetic-Image-Data-Generation
In this project, I use a GAN to make high quality synthetic images of faces that could be used as training data for a facial recognition model.
samueleverett01/Convolutional-Autoencoder
A pair of convolutional autoencoders used for image compression and denoising.
samueleverett01/Depreciated-Perpindicular-Projection-Map-Work
Please refer to the new "n-Rule Maps" repository to obtian detailed overview and recent work
samueleverett01/Large-Matrix-Operations-Optimization
The notebook in this repositiory demonstrates that switching to an eigenbasis for certain matrix operations can allow for a significant computational speedup.
samueleverett01/N-Rule-Maps
This repository provides the code for implementing n-rule maps over the general space of intersecting lines on the plane.
samueleverett01/English-French-translation
A seq2seq model that translates English to French.
samueleverett01/Face-Generation
Using a GAN to develop faces
samueleverett01/Grade-Book
This is my "Hello World" project to C++. It allows the user to enter test scores for students, and then process the grades to determine things like the students average grade.
samueleverett01/Image-Classification-CNN
This is a simple convolution neural network that is has been trained on the CIFAR-10 dataset (Udacity Course).
samueleverett01/Layered-Matrix-Cipher
A symmetric key cipher that uses rectangular matrices and non-linear functions to build a homomorphic cipher, resistant to know-plaintext attacks.
samueleverett01/My-First-NN
This is a NN designed to predict the number of day to day bike sharing rides (Udacity Course).
samueleverett01/TV-script-generator
TV script generator trained on a Simpsons bar scene scripts (Udacity project)