Pinned Repositories
3D-Machine-Learning
A resource repository for 3D machine learning
abcnn_pytorch
Implementation of ABCNN(Attention-Based Convolutional Neural Network) on Pytorch
amrlib
A python library that makes AMR parsing, generation and visualization simple.
ARIMA-LSTM-hybrid-corrcoef-predict
Applied an ARIMA-LSTM hybrid model to predict future price correlation coefficients of two assets
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
timeseries-clustering-vae
Variational Recurrent Autoencoder for timeseries clustering in pytorch
mfriendly's Repositories
mfriendly/3D-Machine-Learning
A resource repository for 3D machine learning
mfriendly/amrlib
A python library that makes AMR parsing, generation and visualization simple.
mfriendly/BM-NAS
Incomplete Codes of BMNAS
mfriendly/mfriendly.github.io
My tech blog
mfriendly/Auto-PyTorch
Automatic architecture search and hyperparameter optimization for PyTorch
mfriendly/Autoformer
About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
mfriendly/Awesome-AutoDL
Automated Deep Learning: Neural Architecture Search Is Not the End (a curated list of AutoDL resources and an in-depth analysis)
mfriendly/codellama
Inference code for CodeLlama models
mfriendly/cookiecutter-data-science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
mfriendly/darts
A python library for easy manipulation and forecasting of time series.
mfriendly/early-stopping-pytorch
Early stopping for PyTorch
mfriendly/EDMarketConnector
Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
mfriendly/financial-machine-learning
A curated list of practical financial machine learning tools and applications.
mfriendly/google-research
Google Research
mfriendly/graphviz
Simple Python interface for Graphviz
mfriendly/minillm
MiniLLM is a minimal system for running modern LLMs on consumer-grade GPUs
mfriendly/nixtla
Python SDK for TimeGPT
mfriendly/oil-prices
Brent crude and WTI oil prices from US EIA
mfriendly/prophet
Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
mfriendly/pytorch-forecasting
Time series forecasting with PyTorch
mfriendly/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
mfriendly/ReGraFT
Forecasting Epidemic Spread with Recurrent Graph Gate Fusion Transformers
mfriendly/statsmodels
Statsmodels: statistical modeling and econometrics in Python
mfriendly/STNSCM
This is the official release code of AAAI2023 accepted paper: "Spatial temporal Neural Structural Causal Models for Bike Flow Prediction"
mfriendly/TCN
Sequence modeling benchmarks and temporal convolutional networks
mfriendly/TDengine
An open-source time-series database with high-performance, scalability and SQL support. It can be widely used in IoT, Connected Vehicles, DevOps, Energy, Finance and other fields.
mfriendly/Times_series
time series
mfriendly/tsai
Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
mfriendly/viewformer
ViewFormer: NeRF-free Neural Rendering from Few Images Using Transformers
mfriendly/vit-pytorch-1
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch