Pinned Repositories
BciPy
Python Brain-Computer Interface Software
multi-label-emg
"A Multi-label Classification Approach to Increase Expressivity of EMG-based Gesture Recognition"
bci-disc-models
"Recursive Estimation of User Intent from Noninvasive Electroencephalography using Discriminative Models"
com-hom-emg
"Fast and Expressive Gesture Recognition using a Combination-Homomorphic Electromyogram Encoder"
gan-compression
image compression using generative models
generator-surgery
"Generator Surgery for Compressed Sensing" - NeurIPS 2020 Deep Inverse Workshop
ohmyzsh
🙃 A delightful community-driven (with 1700+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
ProbProgEpiNet.jl
"Probabilistic program inference in network-based epidemiological simulations" - PLOS Computational Biology 2022
python-project-template
thu-rsvp-dataset
Python code for loading RSVP Benchmark data from https://doi.org/10.3389/fnins.2020.568000
nik-sm's Repositories
nik-sm/com-hom-emg
"Fast and Expressive Gesture Recognition using a Combination-Homomorphic Electromyogram Encoder"
nik-sm/bci-disc-models
"Recursive Estimation of User Intent from Noninvasive Electroencephalography using Discriminative Models"
nik-sm/thu-rsvp-dataset
Python code for loading RSVP Benchmark data from https://doi.org/10.3389/fnins.2020.568000
nik-sm/gan-compression
image compression using generative models
nik-sm/generator-surgery
"Generator Surgery for Compressed Sensing" - NeurIPS 2020 Deep Inverse Workshop
nik-sm/ohmyzsh
🙃 A delightful community-driven (with 1700+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
nik-sm/ProbProgEpiNet.jl
"Probabilistic program inference in network-based epidemiological simulations" - PLOS Computational Biology 2022
nik-sm/python-project-template
nik-sm/pytorch-avitm
PyTorch implementation of AVITM
nik-sm/raft
golang implementation of Raft protocol
nik-sm/BciPy
Python Brain-Computer Interface Software
nik-sm/brain-segmentation-pytorch
U-Net implementation in PyTorch for FLAIR abnormality segmentation in brain MRI
nik-sm/click_example_app
nik-sm/dqn
Implementation of "Playing Atari with Deep Reinforcement Learning"
nik-sm/good_lp
Linear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
nik-sm/labgraph
LabGraph is a Python framework for rapidly prototyping experimental systems for real-time streaming applications. It is particularly well-suited to real-time neuroscience, physiology and psychology experiments.
nik-sm/locaNMF
Pytorch implementation of LocaNMF
nik-sm/lsun
LSUN Dataset Documentation and Demo Code
nik-sm/meta-dataset
A dataset of datasets for learning to learn from few examples
nik-sm/microblog
A microblogging web application written in Python and Flask that I developed as part of my Flask Mega-Tutorial series.
nik-sm/neural-topic-models-music
neural topic modeling for song lyrics
nik-sm/pyomyo
PyoMyo - Python Opensource Myo armband library
nik-sm/pytorch-examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
nik-sm/pytorch-project-template
A simple project template for using PyTorch
nik-sm/rbenv
Manage your app's Ruby environment
nik-sm/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
nik-sm/scikit-learn
scikit-learn: machine learning in Python
nik-sm/STNeuroNet
Software for the paper "Fast and robust active neuron segmentation in two-photon calcium imaging using spatio-temporal deep learning," Proceedings of the National Academy of Sciences (PNAS), 2019.
nik-sm/trefide
Trend Filter Denoising
nik-sm/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch