anjishnu's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
apache/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
lllyasviel/style2paints
sketch + style = paints :art: (TOG2018/SIGGRAPH2018ASIA)
NicolasHug/Surprise
A Python scikit for building and analyzing recommender systems
jarun/googler
:mag: Google from the terminal
claritylab/lucida
Speech and Vision Based Intelligent Personal Assistant
jsvine/waybackpack
Download the entire Wayback Machine archive for a given URL.
jisungk/deepjazz
Deep learning driven jazz generation using Keras & Theano!
ekzhu/datasketch
MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW
zackchase/mxnet-the-straight-dope
An interactive book on deep learning. Much easy, so MXNet. Wow. [Straight Dope is growing up] ---> Much of this content has been incorporated into the new Dive into Deep Learning Book available at https://d2l.ai/.
dmlc/gluon-nlp
NLP made easy
vishnubob/python-midi
Python MIDI library
o19s/elasticsearch-learning-to-rank
Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
brendenlake/omniglot
Omniglot data set for one-shot learning
awslabs/sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
kimhc6028/relational-networks
Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)
ekampf/PySpark-Boilerplate
A boilerplate for writing PySpark Jobs
jirihnidek/daemon
Simple example of daemon for Linux
kuza55/keras-extras
Extra batteries for Keras
ndg63276/alexa-youtube
An Alexa skill to play the audio from YouTube videos
MarcBS/keras
Keras' fork with several new functionalities. Caffe2Keras converter, multimodal layers, etc.
chrischute/squad
Starter code for Stanford CS224n default final project on SQuAD 2.0
pandastrike/bayzee
Text classification using Naive Bayes and Elasticsearch
alexa/alexa-dataset-contextual-query-rewrite
This repo includes extensions to the Stanford Dialogue Corpus. It contains crowd-sourced rewrites to facilitate research in dialogue state tracking using natural language as the interface.
therne/compact-bilinear-pooling-tf
Compact Bilinear Pooling (https://arxiv.org/abs/1511.06062) for TensorFlow
kevinthesun/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
anjishnu/neural-hacker-typer
A hacker typer module for the command line using state of the art neural language modeling models
anjishnu/autodiff
Minimalist Library implementing automatic tensor differentiation for Numpy (e.g. in MxNet and PyTorch) in less than 200 lines of code. Good for anyone who wants to learn the concepts without wading through huge codebases.
anjishnu/bash-generics
Generic utilities I've found useful for terminal operation
anjishnu/micro-LRU
Algorithmically optimal LRU cache implementation in 70 lines of python