Some random code samples that may be useful.
-
count-triangles : Quickly count number of triangles in a large (sparse) graph
-
nnet-cifar10 : Simple neural network implementation for a class project. Achieves 56% accuracy on CIFR-10 with 30 mins training time.
-
convNet-cifar100 : Simple convolutional neural network using tensorflow. Achieves 40% accuracy on CIFAR-100 with 30 mins training time.
-
SfM2 : Structure from motion using two views. Matlab implementation using RANSAC Sampson's error, calibrated fivepoint.