solar-c's Stars
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
modin-project/modin
Modin: Scale your Pandas workflows by changing a single line of code
minimaxir/textgenrnn
Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.
jettify/pytorch-optimizer
torch-optimizer -- collection of optimizers for Pytorch
benedekrozemberczki/pytorch_geometric_temporal
PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
lucidrains/perceiver-pytorch
Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch
google-deepmind/neural-processes
This repository contains notebook implementations of the following Neural Process variants: Conditional Neural Processes (CNPs), Neural Processes (NPs), Attentive Neural Processes (ANPs).
PAIR-code/what-if-tool
Source code/webpage/demos for the What-If Tool
ratschlab/RGAN
Recurrent (conditional) generative adversarial networks for generating real-valued time series data.
rizkiarm/LipNet
Keras implementation of 'LipNet: End-to-End Sentence-level Lipreading'
abey79/vsketch
Generative plotter art environment for Python
nschaetti/EchoTorch
A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
hsd1503/resnet1d
PyTorch implementations of several SOTA backbone deep neural networks (such as ResNet, ResNeXt, RegNet) on one-dimensional (1D) signal/time-series data.
matousc89/padasip
Python Adaptive Signal Processing
NYUMedML/GNN_for_EHR
Code for "Graph Neural Network on Electronic Health Records for Predicting Alzheimer’s Disease"
deepconvolution/LipNet
Automated Lip reading from real-time videos in tensorflow in python
VIPL-Audio-Visual-Speech-Understanding/learn-an-effective-lip-reading-model-without-pains
The PyTorch Code and Model In "Learn an Effective Lip Reading Model without Pains", (https://arxiv.org/abs/2011.07557), which reaches the state-of-art performance in LRW-1000 dataset.
broadinstitute/ml4h
MRSRL/complex-networks-release
Implementation related to the paper "Analysis of deep complex-valued convolutional neural networks for MRI reconstruction and phase-focused applications" by Elizabeth K. Cole et. al; Toolbox for complex-valued convolution and activation functions using an unrolled architecture.
hhi-aml/ecg-selfsupervised
Self-supervised representation learning from 12-lead ECG data
hassanhub/LipReading
antonior92/ecg-age-prediction
Scripts and modules for training and testing neural network for age prediction from the ECG. Companion code to the paper "Deep neural network-estimated electrocardiographic age as a mortality predictor".
PierreElias/IntroECG
Resource library for getting started with deep learning work using electrocardiograms
bcol23/HyperIM
PyTorch implementation of the paper "Hyperbolic Interaction Model For Hierarchical Multi-Label Classification"
karolpiczak/echonet
Convolutional neural networks for sound classification
elmar-peise/python-lsf
Improved interface for the LSF batch job scheduler
AdityaKshettri/Power_Line_Interference_Removal_in_ECG_Signal
Comparison of IIR Notch Filter for removal of power line interference in ECG signal using MATLAB 2015a
irvined1982/python-lsf-collection
A collection of python classes and utilities for manipulating Platform LSF
a2gs/BinanceTrailingStop
Trailing Stop tool for Binance
Jakub-Marek/ECG-Filtering-AdaptiveFilters
For this project, raw ECG signal data will be taken and subjected to an adaptive filter which is aimed to attenuate the P wave, QRS complex, T wave, and U wave of the ECG signal. The specifications will be chosen to best minimize the mean square error and maximize the peak signal to noise ratio between the raw ECG data. Three adaptive filters were applied: least means square, normalized least means squares, and recursive least squares.