Pinned Repositories
awesome-account-abstraction
📖 A curated list of resources dedicated to Account Abstraction (EIP-4337)
3-min-pytorch
<펭귄브로의 3분 딥러닝, 파이토치맛> 예제 코드
algorithms
Minimal examples of data structures and algorithms in Python
awesome-bits
:computer: A curated list of awesome bitwise operations and tricks
awesome-nlp
:book: A curated list of resources dedicated to Natural Language Processing (NLP)
deep-q-learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
deepstock
Technical experimentations to beat the stock market using deep learning :chart_with_upwards_trend:
pointer-networks
Pointer Networks Implementation in Keras
policy-gradient
Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras
seq2seq
Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch
keon's Repositories
keon/deepstock
Technical experimentations to beat the stock market using deep learning :chart_with_upwards_trend:
keon/pytorch-exercises
Pytorch exercises
keon/CodeGAN
[Deprecated] Source Code Generation using Sequence Generative Adversarial Networks :octocat:
keon/keras-text-classification
Text classification using Convolutional Neural Networks (CNN)
keon/deep-nlp
[In-Progress] Mini implementations of deep learning algorithms for natural language processing in PyTorch
keon/intro-to-blockchain
Introduction To Building Blockchain And Cryptocurrency In JavaScript
keon/text-wgan
Improved Training of Wasserstein GANs for Text Generation
keon/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
keon/keras-autocomplete
Autocompleting the code using Basic LSTM
keon/seq2seq-wgan
Improved Training of Wasserstein GANs for Neural Machine Translation
keon/language-model
RNN Language Modeling with PyTorch
keon/reinforcement-learning
Minimal and Clean Reinforcement Learning Examples
keon/DeepLearningZeroToAll
TensorFlow Basic Tutorial Labs
keon/sentiment
keon/intro-to-dapp
keon/awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。
keon/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keon/pytorch-rwa
[In-Progress] Recurrent Weighted Average Implementation in Pytorch
keon/text-classification
keon/cg
Computer Graphics
keon/Intro_to_ML_Lecture_Note
keon/text
Data loaders and abstractions for text and NLP
keon/advnlp
keon/builder
Continuous builder and binary build scripts for pytorch
keon/ccxt
A JavaScript / Python / PHP cryptocurrency trading library with support for more than 90 bitcoin/altcoin exchanges
keon/hugo-coder
A very minimalist developer blog theme for hugo.
keon/javascript
JavaScript Style Guide
keon/CarND-Behavioral-Cloning-P3
Starting files for the Udacity CarND Behavioral Cloning Project
keon/ignite
keon/keraspp
코딩셰프의 3분 딥러닝, 케라스맛