-
magenta Public
Forked from magenta/magentaMagenta: Music and Art Generation with Machine Intelligence
-
-
NeuralNetworkImplementation Public
An implementation I wrote for neural networks and backpropogation to understand how they work.
-
NeuralNetworkWrappers Public
This is a respository of a collection of class wrappers for neural networks implemented in Tensorflow/Keras. These will help with rapid prototype development and provide custom error messages.
UpdatedApr 8, 2017 -
JobMineDisplay Public
This program allows one to to parse and tag job description data to help with job searches. It incorporates easy-to-read, reusable module structures that are easy to maintain and save time.
-
Project-Euler Public
Solutions for Project Euler problems. My files include at least 2 solutions including a brute force approach and a faster way.
C++ UpdatedFeb 26, 2017 -
YoutubeSubscriptionFilter Public
Uses Youtube API to retrieve links of new videos (from specified users) and filter results for the most important videos
C# UpdatedFeb 26, 2017 -
QuestionBank Public
(WORK IN PROGRESS) website that serves as a tagged database of math questions an solutions to use for practice
-
CSharpQuirks Public
This is a file that runs various tests to get a better understanding of how C# works (ie if you pass an object, will any changes be visible outside the function call? What about List<int>?). It als…
C# UpdatedFeb 26, 2017 -
ApiMaker Public
(work in progress) program that takes website links, desired data and computes paths for the data to algorithmically generate an API for that website
-
interesting facts about different programming languages
UpdatedJan 21, 2016 -
QuestionBank2016 Public
QuestionBank is a system for tagging math questions and content for efficient and thorough studying. This repository is a collection of small projects/resources related to Question Bank.
UpdatedJan 12, 2016 -
ParseLatexByTags Public
Parse latex notes of UW courses (by tags) to apply filters and efficiently create suty notes.
C# UpdatedJan 11, 2016 -
CodeSnippetHelper Public
A simple tool which allows one to type in name of snippet, press enter, then have the code copied to the clipboard
C# UpdatedDec 23, 2015 -
MusicComposition Public
This is a program I wrote in high school that uses an algorithm to compose a complete piano piece. To use it, run the .exe. Click the "Created Piece" tab, then click the "Create" button. Finally, c…
-
ClipboardSaver Public
copies an image in the clipboard to an image file in a specified directory
C# UpdatedNov 18, 2014 -
PlannerCreator Public
program which takes weekly or one-time events as input and creates a pdf of a weekly planner ready for printing
-
ChessAI Public
chess AI which plays like a human; it uses tactics and openings to play aggressively and use traps
-