Pinned Repositories
ai-dungeon-cli
GPT-3 Interactive CLI built on ai dungeon
d2l-pytorch
This project reproduces the book Dive Into Deep Learning (www.d2l.ai), adapting the code from MXNet into PyTorch.
DeepCrawler
Deep learning based Smart Web Crawler
fundamentals
computer science basics
industry-machine-learning
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Math_of_intelligence
translation of 'The Math of Intelligence'
nlp-library
curated collection of papers for the nlp practitioner 📖👩🔬
PRML
PRML algorithms implemented in Python
PyTorchNLPBook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Transformer-Encoder-with-Char
Transformer Encoder with Char information for text classification
eugene-renoir's Repositories
eugene-renoir/DeepCrawler
Deep learning based Smart Web Crawler
eugene-renoir/dl_career_faq
Deep Learning Career FAQ
eugene-renoir/Generative_Models_Tutorial_with_Demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
eugene-renoir/lmgec-lite
A language model-based approach to Grammatical Error Correction for English that uses minimal annotated data.
eugene-renoir/mlconvgec2018
Code and model files for the paper: "A Multilayer Convolutional Encoder-Decoder Neural Network for Grammatical Error Correction" (AAAI-18).
eugene-renoir/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
eugene-renoir/torch-light
Deep-learning by using Pytorch. Basic nns like Logistic, CNN, RNN, LSTM and some examples are implemented by complex model.