yc14600's Stars
jessevig/bertviz
BertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)
thuml/Time-Series-Library
A Library for Advanced Deep Time Series Models.
thuml/Autoformer
About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
som-shahlab/femr
FEMR (Framework for Electronic Medical Records) provides tooling for large-scale, self-supervised learning using electronic health records
neotree/neotree
Overview of Neotree project and codebase
asaini/Apriori
Python Implementation of Apriori Algorithm for finding Frequent sets and Association Rules
mlmed/torchxrayvision
TorchXRayVision: A library of chest X-ray datasets and models. Classifiers, segmentation, and autoencoders.
dataabc/weiboSpider
新浪微博爬虫,用python爬取新浪微博数据
HazyResearch/hippo-code
jambo6/neuralRDEs
Code for: "Neural Rough Differential Equations for Long Time Series", (ICML 2021)
tatsu-lab/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
nliulab/mimic4ed-benchmark
Python workflow for generating benchmark datasets and machine learning models from the MIMIC-IV-ED database.
jambo6/online-neural-cdes
Code for: "Neural Controlled Differential Equations for Online Prediction Tasks"
JonathanCrabbe/Simplex
This repository contains the implementation of SimplEx, a method to explain the latent representations of black-box models with the help of a corpus of examples. For more details, please read our NeurIPS 2021 paper: 'Explaining Latent Representations with a Corpus of Examples'.
medspacy/medspacy
Library for clinical NLP with spaCy.
PBarnaghi/ML4NS
Machine Learning for Neuroscience Module, Spring 2023 (https://www.imperial.ac.uk/study/courses/postgraduate-taught/translational-neuroscience/)
NLPatVCU/medaCy
:hospital: Medical Text Mining and Information Extraction with spaCy
garyongguanjie/Ordinal-Classifier
Classifying classes with ordinality
shap/shap
A game theoretic approach to explain the output of any machine learning model.
patrick-kidger/NeuralCDE
Code for "Neural Controlled Differential Equations for Irregular Time Series" (Neurips 2020 Spotlight)
msurtsukov/neural-ode
Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations
patrick-kidger/torchcde
Differentiable controlled differential equation solvers for PyTorch with GPU support and memory-efficient adjoint backpropagation.
raminmh/CfC
Closed-form Continuous-time Neural Networks
google-research/torchsde
Differentiable SDE solvers with GPU support and efficient sensitivity analysis.
optimass/continual_learning_papers
Relevant papers in Continual Learning
esoreq/dcarte
Dcarte code
pengzhiliang/MAE-pytorch
Unofficial PyTorch implementation of Masked Autoencoders Are Scalable Vision Learners
vanderschaarlab/hyperimpute
A framework for prototyping and benchmarking imputation methods
mmalekzadeh/motion-sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope) (PMC Journal) (IoTDI'19)
ContinualAI/continual-learning-baselines
Continual learning baselines and strategies from popular papers, using Avalanche. We include EWC, SI, GEM, AGEM, LwF, iCarl, GDumb, and other strategies.