Pinned Repositories
alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4
bark-server
Backend of Bark
chess-alpha-zero
Chess reinforcement learning by AlphaGo Zero methods.
coach
Reinforcement Learning Coach by Intel® AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
CTPN
Detecting Text in Natural Image with Connectionist Text Proposal Network
d2l-zh
《动手学深度学习》
dcgan_code
Deep Convolutional Generative Adversarial Networks
deblur-gan
Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
DeblurGAN
Image Deblurring using Generative Adversarial Networks
deep_trader
This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.
newworldnewlife's Repositories
newworldnewlife/alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4
newworldnewlife/bark-server
Backend of Bark
newworldnewlife/chess-alpha-zero
Chess reinforcement learning by AlphaGo Zero methods.
newworldnewlife/coach
Reinforcement Learning Coach by Intel® AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
newworldnewlife/CTPN
Detecting Text in Natural Image with Connectionist Text Proposal Network
newworldnewlife/d2l-zh
《动手学深度学习》
newworldnewlife/deblur-gan
Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
newworldnewlife/DeblurGAN
Image Deblurring using Generative Adversarial Networks
newworldnewlife/deep_trader
This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.
newworldnewlife/DeepLearningNotes
机器学习和量化分析学习进行中
newworldnewlife/differentiable-plasticity
Implementations of the algorithms described in Differentiable plasticity: training plastic networks with gradient descent, a research paper from Uber AI Labs.
newworldnewlife/drawio
Source to www.draw.io
newworldnewlife/house
newworldnewlife/jqdatasdk
简单易用的量化金融数据包(easy utility for getting financial market data of China)
newworldnewlife/keras-non-local-nets
Keras implementation of Non-local Neural Networks
newworldnewlife/models
Models and examples built with TensorFlow
newworldnewlife/MyQuantLib
一些关于量化分析的代码
newworldnewlife/onionshare
Securely and anonymously share a file of any size
newworldnewlife/pix2pix
Image-to-image translation with conditional adversarial nets
newworldnewlife/prednet
Code and models accompanying "Deep Predictive Coding Networks for Video Prediction and Unsupervised Learning"
newworldnewlife/QUANTAXIS
QUANTAXIS 量化金融框架 Quantitative Financial Framework 中小型策略团队解决方案
newworldnewlife/rainbow
A PyTorch implementation of Rainbow DQN agent
newworldnewlife/sceneReco
ctpn+crnn Scene character recognition
newworldnewlife/sonnet
TensorFlow-based neural network library
newworldnewlife/spark-ml-source-analysis
spark ml 算法原理剖析以及具体的源码实现分析
newworldnewlife/StockMarketGAN
Stock Market Prediction Using Unsupervised Features
newworldnewlife/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
newworldnewlife/tencent-ml-images
Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
newworldnewlife/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
newworldnewlife/text-detection-ctpn
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network