Pinned Repositories
boggle-solver
A trie + dynamic programming solution to the Boggle game
consistent-hashing
A simple consistent hashing implementation in Python.
DL4NLP
Deep Learning for NLP resources
ExternalSort
Sorting a large number of data that cannot be stored in memory at one time
high-scale-lib
A fork of Cliff Click's High Scale Library. Improved with bug fixes and a real build system.
java-algorithms-implementation
Algorithms and Data Structures implemented in Java
java-string-similarity
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
NaiveBayes
A Naive Bayes text classifier
NonblockingTcpServer
A simple non-blocking TCP server. This is a single threaded TCP server that does not block on I/O.
threadpool
A simple C++ threadpool based on POSIX threads.
bilash's Repositories
bilash/threadpool
A simple C++ threadpool based on POSIX threads.
bilash/consistent-hashing
A simple consistent hashing implementation in Python.
bilash/DL4NLP
Deep Learning for NLP resources
bilash/java-algorithms-implementation
Algorithms and Data Structures implemented in Java
bilash/java-string-similarity
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
bilash/ML-From-Scratch
Bare bones Python implementations of various Machine Learning models and algorithms.
bilash/MLAlgorithms
Minimal and clean examples of machine learning algorithms
bilash/nlp-datasets
Alphabetical list of free/public domain datasets with text data for use in Natural Language Processing (NLP)
bilash/Aeron
Efficient reliable UDP unicast, UDP multicast, and IPC message transport
bilash/agrona
High Performance data structures and utility methods for Java
bilash/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
bilash/BoomFilters
Probabilistic data structures for processing continuous, unbounded streams.
bilash/evio
Fast event-loop networking for Go
bilash/ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
bilash/ipython-notebooks
A collection of IPython notebooks covering various topics.
bilash/ISLR-python
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013) : Python code
bilash/JCTools
bilash/kestrel
simple, distributed message queue system (inactive)
bilash/MITIE
MITIE: library and tools for information extraction
bilash/netty-zmtp
A Netty implementation of ZMTP, the ZeroMQ Message Transport Protocol.
bilash/pywsd
Python Implementations of Word Sense Disambiguation (WSD) Technologies.
bilash/redisson
Redisson - distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate) on top of Redis server. State of the Art Redis Java client
bilash/S-Space
The S-Space repsitory, from the AIrhead-Research group
bilash/state-of-the-art-result-for-machine-learning-problems
This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
bilash/statlearning-notebooks
Python notebooks for exercises covered in Stanford statlearning class (where exercises were in R).
bilash/TextBlob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
bilash/twemproxy
A fast, light-weight proxy for memcached and redis
bilash/undertow
High performance non-blocking webserver
bilash/vert.x
vert.x - The scalable polyglot application platform for the JVM
bilash/word_forms
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.