Pinned Repositories
ArchiveSpark
An Apache Spark framework that facilitates access to Web Archives, enables easy data extraction as well as derivation.
awesome-deep-learning-papers
The most cited deep learning papers
Bitcoin_File_Timestamping
A node.js, mongo, bitcore application to demonstrate a file storage service that timestamps file hashes onto the bitcoin blockchain
Blockchain_Java_Demonstration
A simple demonstration of generating blocks using POW in Java
CADL
Course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
CIL_Cosmology_Images_VAE_CNN
cryptocurrency-icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
deeplearning4j
Deep Learning for Java, Scala & Clojure on Hadoop & Spark With GPUs - From Skymind
Popular-Movies-Android
Part 1 of the Popular Movies project for the Associate Android Developer Google certification by Udacity
Smart-Transport-Android
prashb94's Repositories
prashb94/ArchiveSpark
An Apache Spark framework that facilitates access to Web Archives, enables easy data extraction as well as derivation.
prashb94/Demonstration-of-Djikstras-Prims-Maximum-Flow-Algorithms---Revamping-a-Road-Network
A C++ program that inputs a given road network that needs to revamped at a minimum cost. Demonstrates Djikstra's, Prim's MST and Ford Fulkerson's Max Flow Algorithms - 2012
prashb94/Falling-Balls--Allegro-Windowsx86--Legacy
One of the first android games (Falling Balls) written using homemade physics, allegro (4.2.1) and Dev C++ (4.9.1) and currently runs on Windows (Preferably XP) x86 (Use a VM). Made in 2012 when I was in the 12th grade. Feel free to develop it and contribute! Would appreciate it.
prashb94/Restaurant-Inventory-Optimization-Simplex-Method
Self explanatory. C++ program that optimizes restaurant inventory using the Simplex method. Written in 2013.