MiniSongSong's Stars
GitHubDaily/GitHubDaily
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
USTC-Resource/USTC-Course
:heart:**科学技术大学课程资源
stefan-jansen/machine-learning-for-trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
dragen1860/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
MingchaoZhu/DeepLearning
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
dragen1860/TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
oakserver/oak
A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
rosedblabs/rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
tensortrade-org/tensortrade
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
tradytics/eiten
Statistical and Algorithmic Investing Strategies for Everyone
scrtlabs/catalyst
An Algorithmic Trading Library for Crypto-Assets in Python
andredumas/techan.js
A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.
nicolaspanel/numjs
Like NumPy, in JavaScript
AI4Finance-Foundation/FinRL-Trading
For trading. Please star.
PacktPublishing/Machine-Learning-for-Algorithmic-Trading-Second-Edition
Code and resources for Machine Learning for Algorithmic Trading, 2nd edition.
wwxFromTju/awesome-reinforcement-learning-zh
中文整理的强化学习资料(Reinforcement Learning)
tradytics/surpriver
Find big moving stocks before they move using machine learning and anomaly detection
binance/binance-public-data
Details on how to get Binance public data
SChernykh/p2pool
Decentralized pool for Monero mining
TulipCharts/tulipnode
Tulip Node is the official node.js wrapper for Tulip Indicators. It provides over 100 technical analysis overlay and indicator functions.
gongdaowei/ituring_books
图灵程序设计丛书分享
sudharsan13296/Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
SC4RECOIN/LSTM-Crypto-Price-Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
jinglescode/time-series-forecasting-tensorflowjs
Pull stock prices from online API and perform predictions using Long Short Term Memory (LSTM) with TensorFlow.js framework
liuhuisheng/ali-mysql-client
a lightweight mysql tools for nodejs
jinglescode/demos
Some JavaScript works published as demos, mostly ML or DS
mudenglong/hxc3-indicatorFormula
技术指标计算模块,包含常用的 asi, bias, boll, kdj, macd, rsi, vr, wr
jinglescode/reinforcement-learning-tic-tac-toe
A reinforcement learning algorithm for agents to learn the tic-tac-toe, using the value function.