greeness's Stars
grpc/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
google-research/bert
TensorFlow code and pre-trained models for BERT
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
sebastianruder/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
jina-ai/clip-as-service
🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
allenai/allennlp
An open-source NLP research library, built on PyTorch.
google/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
vahidk/EffectiveTensorflow
TensorFlow tutorials and best practices.
jupyter/docker-stacks
Ready-to-run Docker images containing Jupyter applications
drivendata/cookiecutter-data-science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
jason718/awesome-self-supervised-learning
A curated list of awesome self-supervised methods
google-deepmind/graph_nets
Build Graph Nets in Tensorflow
simoninithomas/Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
dkozlov/awesome-knowledge-distillation
Awesome Knowledge Distillation
tensorflow/hub
A library for transfer learning by reusing parts of TensorFlow models.
danielecook/Awesome-Bioinformatics
A curated list of awesome Bioinformatics libraries and software.
fastnlp/fastNLP
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
phanein/deepwalk
DeepWalk - Deep Learning for Graphs
scikit-learn-contrib/category_encoders
A library of sklearn compatible categorical variable encoders
lilianweng/stock-rnn
Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
google/nucleus
Python and C++ code for reading and writing genomics data.
lilianweng/transformer-tensorflow
Implementation of Transformer Model in Tensorflow
guoyinwang/LEAM
Refefer/fastxml
FastXML / PFastXML / PFastreXML - Implementation of Extreme Multi-label Classification
googlegenomics/gcp-variant-transforms
GCP Variant Transforms
dhruvramani/C2AE-Multilabel-Classification
Tensorflow implementation for the paper 'Learning Deep Latent Spaces for Multi-Label Classfications' in AAAI 2017
roomylee/self-attentive-emb-tf
Simple Tensorflow Implementation of "A Structured Self-attentive Sentence Embedding" (ICLR 2017)
tcncloud/protoc-gen-persist
GRPC SQL and Spanner persistence layer
hinanmu/C2AE_tensorflow
Tensorflow implementation of the paper 'Learning Deep Latent Spaces for Multi-Label Classifications' in AAAI 2017
greeness/EM-Tutorial
My notes about expectation maximization. (Heavily taken from the referenced papers and tutorials)