sevenpen's Stars
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
microsoft/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
AI4Finance-Foundation/FinRL
FinRL: Financial Reinforcement Learning. ๐ฅ
TA-Lib/ta-lib-python
Python wrapper for TA-Lib (http://ta-lib.org/).
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
amueller/introduction_to_ml_with_python
Notebooks and code for the book "Introduction to Machine Learning with Python"
teddylee777/machine-learning
๋จธ์ ๋ฌ๋ ์ ๋ฌธ์ ํน์ ์คํฐ๋๋ฅผ ์ค๋นํ์๋ ๋ถ๋ค์๊ฒ ๋์์ด ๋๊ณ ์ ๋ง๋ repository์ ๋๋ค. (This repository is intented for helping whom are interested in machine learning study)
jdwittenauer/ipython-notebooks
A collection of IPython notebooks covering various topics.
amazon-science/chronos-forecasting
Chronos: Pretrained (Language) Models for Probabilistic Time Series Forecasting
Nixtla/mlforecast
Scalable machine ๐ค learning for time series forecasting.
ashishpatel26/Amazing-Feature-Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
kevinblighe/PCAtools
PCAtools: everything Principal Components Analysis
Leci37/TensorFlow-stocks-prediction-Machine-learning-RealTime
Predict operation stocks points (buy-sell) with past technical patterns, and powerful machine-learning libraries such as: Sklearn.RandomForest , Sklearn.GradientBoosting, XGBoost, Google TensorFlow and Google TensorFlow LSTM..Real time Twitter:
hippocritical/strategies
gaugau3000/mc_sim_fin
Montecarlo simulations/analysis for finance (equity simulator)
ZmicierGT/fcore
Fcore Is an AI Framework for Financial Markets Analysis (Active Development).
emergentmethods/datasieve
Adding coherence to the SKLearn pipeline
mrzdev/quest_deep_orderbook
Store Binance Futures orderbook metrics in QuestDB leveraging local depth cache manager
emergentmethods/flowdapt-cryptocast-plugin
freqtrade/ft-scikit-optimize
Sequential model-based optimization with a `scipy.optimize` interface
knowusuboaky/feature_engineering
Unleash the Power of Your Data with Feature Engineering: The Ultimate Python Library for Machine Learning Preprocessing and Enhancement
vishalbelsare/cointanalysis
Python library for cointegration analysis. It carries out cointegration test and evaluates spread between cointegrated time-series based on scikit-learn API.
DragonBtc93/generative-ai-for-beginners
12 Lessons, Get Started Building with Generative AI ๐ https://microsoft.github.io/generative-ai-for-beginners/
emergentmethods/GLiNER
Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) @ NAACL 24
sevenpen/crypto-rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
sevenpen/CryptocurrencyPrediction
Predict Cryptocurrency Price with Deep Learning
sevenpen/freqai
An interface that lets users build, test, and deploy custom adaptive machine learning models in freqtrade. Mirrored development on github.com/freqtrade/freqtrade
sevenpen/machine-learning
๋จธ์ ๋ฌ๋ ์ ๋ฌธ์ ํน์ ์คํฐ๋๋ฅผ ์ค๋นํ์๋ ๋ถ๋ค์๊ฒ ๋์์ด ๋๊ณ ์ ๋ง๋ repository์ ๋๋ค. (This repository is intented for helping whom are interested in machine learning study)
sevenpen/strategies
Custom trading strategies using the freqtrade framework
sevenpen/tf_deep_rl_trader
Trading Environment(OpenAI Gym) + PPO(TensorForce)