Pinned Repositories
ccv
C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
convnet
GPU implementation of Convolutional Neural Nets in C++
convnet_rw
fork of cuda-convnet
cracking-the-coding-interview
Solutions for the book: Cracking the coding interview V4. Written in C++.
ctci
Cracking the Coding Interview
cuda-convnet-extensions
A few extensions to cuda-convnet
datasetCreator
Create datasets for cuda-convnet
DSN
EM_GMM
Gaussian Mixture Model based on Expectation Maximation
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
research2010's Repositories
research2010/EM_GMM
Gaussian Mixture Model based on Expectation Maximation
research2010/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
research2010/ccv
C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
research2010/convnet
GPU implementation of Convolutional Neural Nets in C++
research2010/convnet_rw
fork of cuda-convnet
research2010/cracking-the-coding-interview
Solutions for the book: Cracking the coding interview V4. Written in C++.
research2010/ctci
Cracking the Coding Interview
research2010/cuda-convnet-extensions
A few extensions to cuda-convnet
research2010/datasetCreator
Create datasets for cuda-convnet
research2010/DSN
research2010/epibook.github.io
Publishes to Github Pages
research2010/hebel
GPU-Accelerated Deep Learning Library in Python
research2010/imageprocessing
general pipeline components used for image processing
research2010/kaggle-galaxies
Winning solution for the Galaxy Challenge on Kaggle (http://www.kaggle.com/c/galaxy-zoo-the-galaxy-challenge)
research2010/MPI-Image-Processor
The project consists of a image processing application that is using distributed processors (MPI). The development language is C/C++ with MPI extension and basically provides three operation types: contrast an image, add a filter (smooth, blur, sharpen, mean_removal, emboss) to an image and computing the entropy for an image.
research2010/oculus-fpv
Code for TPG4850 eksperter i team vr-landsbyen
research2010/parseldd
parse the output of ldd command
research2010/PythonBooks
Directory of free Python ebooks
research2010/rcnn
R-CNN: Regions with Convolutional Neural Network Features
research2010/rpivideo
research2010/sparse_linear_model
ML library with emphasis on the sparse linear model.
research2010/spearmint
Spearmint is a package to perform Bayesian optimization according to the algorithms outlined in the paper: Practical Bayesian Optimization of Machine Learning Algorithms. Jasper Snoek, Hugo Larochelle and Ryan P. Adams. Advances in Neural Information Processing Systems, 2012
research2010/thpp
TH++, C++ interface to the torch7 TH library
research2010/torch7
research2010/utils
some useful packages
research2010/word2vec
Word2Vec in C++ 11