Pinned Repositories
algorithms
implementation of classic computer science algorithms
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
AutomaticKeyphraseExtraction
Data for Automatic Keyphrase Extraction Task
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
bert-cosine-sim
Fine-tune BERT to generate sentence embedding for cosine similarity
minHeap
simple version of the min-Heap structure; similar to java.util.PriorityQueue.
rnnEssay
An essay about how to implement RNN/LSTM
simpleCNN
A simple neural networks framework with CNN + Pooling layer (python + numpy)
SimpleNN
build a simple Neural Network framework from scratch and test it on MNIST.
simpleRNN
A simple neural networks framework with RNN layers (python + numpy)
beekbin's Repositories
beekbin/few-shot
Repository for few-shot learning machine learning projects
beekbin/CornerNet
beekbin/cv
computer vision related projects
beekbin/mml-book.github.io
Companion webpage to the book "Mathematics For Machine Learning"
beekbin/faiss
A library for efficient similarity search and clustering of dense vectors.
beekbin/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
beekbin/mtcnn-pytorch
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
beekbin/caffe2_cpp_tutorial
C++ transcripts of the Caffe2 Python tutorials and other C++ example code
beekbin/dist_tuto.pth
PyTorch Distributed Tutorial
beekbin/pytorch-ntm
Neural Turing Machines (NTM) - PyTorch Implementation
beekbin/simpleCNN
A simple neural networks framework with CNN + Pooling layer (python + numpy)
beekbin/SimpleNN
build a simple Neural Network framework from scratch and test it on MNIST.
beekbin/simpleRNN
A simple neural networks framework with RNN layers (python + numpy)
beekbin/rnnEssay
An essay about how to implement RNN/LSTM
beekbin/AutomaticKeyphraseExtraction
Data for Automatic Keyphrase Extraction Task
beekbin/kaldi
This is now the official location of the Kaldi project.
beekbin/seq2seq
A general-purpose encoder-decoder framework for Tensorflow
beekbin/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture
beekbin/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
beekbin/PRML
PRML algorithms implemented in Python
beekbin/tangent
Source-to-Source Debuggable Derivatives in Pure Python
beekbin/tictactoe
play tictactoe with Monte Carlo tree search algorithm
beekbin/Conditional-character-based-RNN
An efficient character based RNN
beekbin/CycleGAN-TensorFlow
An implementation of CycleGan using TensorFlow
beekbin/tutorials
The "REST With Spring" Classes:
beekbin/golearn
Machine Learning for Go
beekbin/models
Models built with TensorFlow
beekbin/minHeap
simple version of the min-Heap structure; similar to java.util.PriorityQueue.
beekbin/algorithms
implementation of classic computer science algorithms
beekbin/TaxiPrediction