Pinned Repositories
c-darray
A dynamic array data structure in C
c-hashmap
Implementation of hash maps in C
json_api_errors
An implementation of JSON API error spec using composition, dependency injection, and the builder pattern.
rubbish
Rewriting Redis in Ruby for practice
slightly-deeper-mnist
Using different combinations of advanced deep learning techniques on the MNIST dataset.
sprout
Some low level work with tcp sockets in Ruby
stop-palu-code
My first ever software program.
byelipk's Repositories
byelipk/learning-iris
byelipk/deep-pokemon
Playing around with a kaggle pokemon dataset
byelipk/js-algos
Algorithms and data structures in JS
byelipk/slightly-deeper-mnist
Using different combinations of advanced deep learning techniques on the MNIST dataset.
byelipk/back-propagation
Implementation of the back propagation algorithm in Octave
byelipk/deep-imdb
IMDB data with keras and tensor flow
byelipk/deep-mnist
Test MNIST classifier on my own hand drawn digits
byelipk/deeper-mnist
Using advanced deep learning techniques on the MNIST dataset. Over 98% validation set accuracy.
byelipk/ember.js
Ember.js - A JavaScript framework for creating ambitious web applications
byelipk/exercism-c
Exercism.io for C language
byelipk/exercism-elixir
Exercism.io for Elixir language
byelipk/exercism-javascript
byelipk/gradient-descent
byelipk/gradient-descent-from-scratch
Implement gradient descent from scratch in python
byelipk/housing
Regression algorithms with python on California housing data
byelipk/islands-engine
Working through the new elixir book
byelipk/js-async
Async javascript
byelipk/js-async2
More async js stuff
byelipk/js-computation
Algorithms and data structures in JS
byelipk/linear-regression-with-r
byelipk/logistic-regression
The logistic regression algorithm with Octave
byelipk/ml-r
Machine learning with R
byelipk/mnist-tensorflow
A Neural net trained on MNIST in pure tensorflow
byelipk/neural-networks
byelipk/phoenix
Productive. Reliable. Fast.
byelipk/phoenix-playground
Playing around with phoenix
byelipk/regularized-linear-regression
Working on identifying variance and bias
byelipk/rumbl-project
byelipk/softmax-learning
A generalized softmax implementation in tensorflow
byelipk/support-vector-machines
SVMs from scratch