Pinned Repositories
algorithmic-puzzles
My solutions to algorithmic puzzles from different places
convolutional-kanji
Convolutional nets for Chinese character recognition
edx-downloader
A simple tool to download video lectures from edx.org.
gradient-descent
Simple C++ implementation of gradient descent optimization
haar-training
OpenCV Haar cascade classifier
hmm-address-recognition
German address recognition using Hidden Markov Models
image-segmentation
Graph-based image segmentation course project
interviewing-python-book
A collection of most frequent coding problems and their solutions
kaggle-GiveMeSomeCredit
Kaggle competition "Give Me Some Credit"
srw
supervised random walks implementation
dmitrime's Repositories
dmitrime/gradient-descent
Simple C++ implementation of gradient descent optimization
dmitrime/srw
supervised random walks implementation
dmitrime/image-segmentation
Graph-based image segmentation course project
dmitrime/hmm-address-recognition
German address recognition using Hidden Markov Models
dmitrime/edx-downloader
A simple tool to download video lectures from edx.org.
dmitrime/ioc_dashboard
dmitrime/newton-method
Simple implementation of the Newton's method for function optimization
dmitrime/pagerank-omp
PageRank in C++ using OpenMP
dmitrime/string-search
Implementation of some well-known substring search algorithms.
dmitrime/algorithms
Implementations of some well-known algorithms
dmitrime/exersism
exersism.io solutions
dmitrime/go-koans
koans for go
dmitrime/kaggle
Scripts from Kaggle competitions
dmitrime/keyvi
keyvi is a key value index, an in-memory FST-based data structure, optimized for size and lookup performance.
dmitrime/lithp
McCarthy's Lisp in Python with macros
dmitrime/nchat
simple unix chat client and server
dmitrime/python_koans
Python Koans - Learn Python through TDD
dmitrime/scheme48
Write Yourself a Scheme in 48 Hours
dmitrime/secure-library
Applied cryptography course project
dmitrime/sicp-exercises
My solutions to some of the exercises in the SICP book using Racket
dmitrime/ttt
Tic tac toe with AI