cmcai0104
A rookie in Probability, Statistic, Data Science, and finance mathematic.
Hangzhou, Zhejiang Province, China
Pinned Repositories
Assert_Portfolio_Policy_Torch
assert portfolio policy implement by pytorch
awesome-bert
bert nlp papers, applications and github resources , BERT 相关论文和 github 项目
awesome-python-login-model
😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟
bezos
:godmode: Bezos: Build your own Reinforcement Learning framework
birdseye
Graphical Python debugger which lets you easily view the values of all evaluated expressions
cmcai0104.github.io
It's my Blogs repository.
fund_rank
Kashgari
Simple and powerful NLP framework, build your own state-of-art model in 5 minutes.
notes
practicalAI-cn
AI实战-practicalAI 中文版
cmcai0104's Repositories
cmcai0104/Assert_Portfolio_Policy_Torch
assert portfolio policy implement by pytorch
cmcai0104/cmcai0104.github.io
It's my Blogs repository.
cmcai0104/fund_rank
cmcai0104/awesome-bert
bert nlp papers, applications and github resources , BERT 相关论文和 github 项目
cmcai0104/awesome-python-login-model
😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟
cmcai0104/bezos
:godmode: Bezos: Build your own Reinforcement Learning framework
cmcai0104/birdseye
Graphical Python debugger which lets you easily view the values of all evaluated expressions
cmcai0104/Kashgari
Simple and powerful NLP framework, build your own state-of-art model in 5 minutes.
cmcai0104/notes
cmcai0104/practicalAI-cn
AI实战-practicalAI 中文版
cmcai0104/pytorch-doc-zh
Pytorch 中文文档
cmcai0104/Reinforcement_learning_tutorial_with_demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
cmcai0104/reticulate
R Interface to Python
cmcai0104/Assert_Portfolio_Policy
A assert portfolio policy based on reinforcement learning
cmcai0104/BERT_Paper_Chinese_Translation
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding 论文的中文翻译。Chinese Translation!
cmcai0104/deep-learning-ocean
:satellite: All You Need to Know About Deep Learning - A kick-starter
cmcai0104/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
cmcai0104/Flappy-bird-deep-Q-learning-pytorch
Deep Q-learning for playing flappy bird game
cmcai0104/Git-Commands
A list of commonly used Git commands
cmcai0104/keras-YOLOv3-mobilenet
I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101
cmcai0104/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
cmcai0104/numpy-ml
Machine learning, in numpy
cmcai0104/OpenData
开源的金融投资数据提取工具,专注在各类网站上爬取数据,并通过简单易用的API方式使用
cmcai0104/Python
All Algorithms implemented in Python
cmcai0104/Python-100-Days
Python - 100天从新手到大师
cmcai0104/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
cmcai0104/stock_predict_by_news_pytorch
cmcai0104/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.
cmcai0104/Super-Mario-Bros-RL
This project explores deep reinforcement learning, hybrid actor-critic approach with A3C/PPO combined with curiosity for playing Super Mario Bros
cmcai0104/tensortrade
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.