Pinned Repositories
caffe
Caffe: a fast open framework for deep learning.
Cerebellar-model-articulation-controller-weighted-regression
Cerebellar Motion articulator controller is a type of neural network based on a model of mamallian cerebellum. It is a type of associative memory and was proposed by James Albus in 1975. In this code, CMAC is used to demonstrate weighted regression.
compute-power
Compute power of one number raised to another
Linux-Hacks
Tips and Tricks for Linux ecosystem
Longest-Subsequence-Alphabetical-Order
program that prints the longest substring in which the letters occur in alphabetical order
Sierpinski-gasket
Sierpinski gasket, is a fractal with the overall shape of an equilateral triangle, subdivided recursively into smaller equilateral triangles.
sieve_of_eratosthenes
Sieve of Eratosthenens to compute prime number upto a given upper limit
Traffic_sign_recognition
Recognize traffic sign using Histogram of Oriented Gradients (HOG) and Colorspace based features. Support Vector Machines (SVM) is used for classifying images.
sarveshj's Repositories
sarveshj/Traffic_sign_recognition
Recognize traffic sign using Histogram of Oriented Gradients (HOG) and Colorspace based features. Support Vector Machines (SVM) is used for classifying images.
sarveshj/Cerebellar-model-articulation-controller-weighted-regression
Cerebellar Motion articulator controller is a type of neural network based on a model of mamallian cerebellum. It is a type of associative memory and was proposed by James Albus in 1975. In this code, CMAC is used to demonstrate weighted regression.
sarveshj/Sierpinski-gasket
Sierpinski gasket, is a fractal with the overall shape of an equilateral triangle, subdivided recursively into smaller equilateral triangles.
sarveshj/caffe
Caffe: a fast open framework for deep learning.
sarveshj/compute-power
Compute power of one number raised to another
sarveshj/Linux-Hacks
Tips and Tricks for Linux ecosystem
sarveshj/Longest-Subsequence-Alphabetical-Order
program that prints the longest substring in which the letters occur in alphabetical order
sarveshj/sieve_of_eratosthenes
Sieve of Eratosthenens to compute prime number upto a given upper limit
sarveshj/cpp-switch-case-demo
Switch case demo
sarveshj/data.gov
Data.gov source code and issue tracker
sarveshj/Digit-Recogntion-MNIST-SVHN
Digit Recognition Using Tensorflow with optional Keras front end for MNIST and Google Street View House Number Dataset
sarveshj/DSaPP_RA_Project
This repository includes an exercise for aspiring DSaPP volunteers and research assistants to complete
sarveshj/github-example
sarveshj/go
The Go programming language
sarveshj/googletest
Google Test
sarveshj/GPLv3.md
GPLv3 in Markdown.
sarveshj/hdp
Hierarchical Dirichlet processes. Topic models where the data determine the number of topics. This implements Gibbs sampling.
sarveshj/keras-applications
Reference implementations of popular deep learning models.
sarveshj/MNIST_Exploration
sarveshj/Non-maximal-suppression-evolution
sarveshj/puzzles-in-probability
Exploration of Puzzles and trick problems in probability using Python
sarveshj/requests-for-research
A living collection of deep learning problems
sarveshj/sample
playing_around
sarveshj/scikit-learn
scikit-learn: machine learning in Python
sarveshj/stanford_dl_ex
Programming exercises for the Stanford Unsupervised Feature Learning and Deep Learning Tutorial
sarveshj/stroke-width-transform-text-detection
Text detection in Images using Stroke width transform
sarveshj/StrokeWidthTransform
A playground implementing Epshtein, Ofek, and Wexler's Stroke Width Transform
sarveshj/YOLO-tensorflow-keras-implementation