x7jeon8gi's Stars
caozhiy/MATCC
MATCC: A Novel Approach for Robust Stock Price Prediction Incorporating Market Trends and Cross_time Correlations
junhua/awesome-finance-ai-papers
A collection and review of top CS conference papers in AI for Finance
gsyyysg/StockFormer
PyTorch implementation for Paper "StockFormer: Learning Hybrid Trading Machines with Predictive Coding".
Robin-Guilliou/Option-Pricing
Option pricing with various models (Black-Scholes, Heston, Merton jump diffusion, etc) and methods (Monte Carlo, finite difference, Fourier).
valeoai/Maskgit-pytorch
unofficial MaskGIT reproduction in PyTorch
mlech26l/ode-lstms
Code repository of the paper Learning Long-Term Dependencies in Irregularly-Sampled Time Series
minyoungg/vqtorch
robertmartin8/PyPortfolioOpt
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
diff-usion/Awesome-Diffusion-Models
A collection of resources and papers on Diffusion Models
jeongukjae/KR-BERT-SimCSE
Implementing SimCSE using KR-BERT
ML4ITS/TimeVQVAE
[official] PyTorch implementation of TimeVQVAE from the paper ["Vector Quantized Time Series Generation with a Bidirectional Prior Model", AISTATS 2023]
dome272/MaskGIT-pytorch
Pytorch implementation of MaskGIT: Masked Generative Image Transformer (https://arxiv.org/pdf/2202.04200.pdf)
Mooler0410/LLMsPracticalGuide
A curated list of practical guide resources of LLMs (LLMs Tree, Examples, Papers)
x7jeon8gi/FactorVAE
PyTorch implementation of FactorVAE
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
IST-DASLab/gptq
Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers".
hyunwoongko/kochat
Opensource Korean chatbot framework
kwonminki/One-sentence_Diffusion_summary
The repo for studying and sharing diffusion models.
princeton-nlp/LM-BFF
[ACL 2021] LM-BFF: Better Few-shot Fine-tuning of Language Models https://arxiv.org/abs/2012.15723
rosinality/ml-papers
My collection of machine learning papers
ethanjperez/true_few_shot
Code for the paper "True Few-Shot Learning in Language Models" (https://arxiv.org/abs/2105.11447)
sooftware/luna-transformer
A PyTorch Implementation of the Luna: Linear Unified Nested Attention
seopbo/nlp_tutorials
huggingface를 이용하여 downstream task 수행하기
kiyoungkim1/LMkor
Pretrained Language Models for Korean
eubinecto/the-clean-rnns
A clean and structured implementation of the RNN family with wandb and pytorch-lightning
eubinecto/the-clean-transformer
A clean and structured implementation of Transformer with wandb and pytorch-lightning
ndb796/Deep-Learning-Paper-Review-and-Practice
꼼꼼한 딥러닝 논문 리뷰와 코드 실습
metamath1/ml-simple-works
ko-nlp/Korpora
Korean corpus repository
LyWangPX/Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions
Solutions of Reinforcement Learning, An Introduction