Pinned Repositories
Class.js
A simple class based system for JavaScript
computer-science-in-javascript
Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript.
Demos
Testing out various APIs, frameworks & fun
flask-angular
A dev environment for setting up flask applications with Angular.JS
Front-end-Developer-Interview-Questions
A list of questions you can use to help interview potential candidates for a front-end development position.
history.js
History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.
JSONFactory
Simple way to build objects for testing.
moment
Parse, manipulate, and display dates in javascript.
usda-food
Downloads all nutritional data from the USDA and makes it available for query
kevinwestern's Repositories
kevinwestern/angular2-workout-log
Angular 2 application for workout logging
kevinwestern/boilerpipe
Work in progress transmit from Google Code
kevinwestern/build-your-own-x
🤓 Build your own (insert technology here)
kevinwestern/CapsNet-Keras
A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
kevinwestern/CarND-Advanced-Lane-Lines
kevinwestern/CarND-Behavioral-Cloning-P3
Starting files for the Udacity CarND Behavioral Cloning Project
kevinwestern/CarND-LaneLines-P1
Lane Finding Project for Self-Driving Car ND
kevinwestern/CarND-Term1-Starter-Kit
kevinwestern/CarND-Traffic-Sign-Classifier-Project
Classify Traffic Signs.
kevinwestern/CarND-Vehicle-Detection
Vehicle Detection Project
kevinwestern/chatprojects
quick and dirty projects for yt chat
kevinwestern/closure-compiler
A JavaScript checker and optimizer.
kevinwestern/coopstreaming
Streams from both youtube gaming and twitch.
kevinwestern/curryon2018
Resources related to CurryOn 2018 Talk
kevinwestern/gae-goblog
blog in go on app engine
kevinwestern/html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
kevinwestern/iron-ajax
Easily make ajax requests
kevinwestern/iron-autogrow-textarea
Textarea that grows in height as more lines of input are entered
kevinwestern/iron-jsonp-library
Loads jsonp libraries.
kevinwestern/makemore
Following the colab https://github.com/karpathy/makemore and video https://www.youtube.com/watch?v=PaCmpygFfXo
kevinwestern/meal-planner
kevinwestern/paper-input
A Material Design text field
kevinwestern/paper-radio-button
A Material Design radio button
kevinwestern/paper-radio-group
A group of Material Design radio buttons
kevinwestern/polydev
Polymer DevTools Extension
kevinwestern/pytudes
Python programs to practice or demonstrate skills.
kevinwestern/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
kevinwestern/RL-Adventure-2
PyTorch0.4 implementation of: actor critic / proximal policy optimization / acer / ddpg / twin dueling ddpg / soft actor critic / generative adversarial imitation learning / hindsight experience replay
kevinwestern/Signal-Android
A private messenger for Android.
kevinwestern/Technical_Book_DL
This note presents in a technical though hopefully pedagogical way the three most common forms of neural network architectures: Feedforward, Convolutional and Recurrent.