saimunikoti's Stars
lucidrains/DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
coaxsoft/pytorch_bert
Tutorial for how to build BERT from scratch
YuliaRubanova/latent_ode
Code for "Latent ODEs for Irregularly-Sampled Time Series" paper
FanzhenLiu/Awesome-Deep-Community-Detection
Deep and conventional community detection related papers, implementations, datasets, and tools.
anmol098/anmolsingh.me
This is my personal website here I keep updating changes which cannot be summed up in my Resume
aprbw/traffic_prediction
Traffic prediction is the task of predicting future traffic measurements (e.g. volume, speed, etc.) in a road network (graph), using historical data (timeseries).
philtabor/Deep-Q-Learning-Paper-To-Code
learnables/learn2learn
A PyTorch Library for Meta-learning Research
DynamicaLab/code-dynalearn
rail-berkeley/rlkit
Collection of reinforcement learning algorithms
qihongl/dnd-lstm
A Python(PyTorch) implementation of memory augmented neural network based on Ritter et al. (2018). Been There, Done That: Meta-Learning with Episodic Recall. ICML.
BKHMSI/Meta-RL-TwoStep-Task
PyTorch implementation of Episodic Meta Reinforcement Learning on variants of the "Two-Step" task. Reproduces the results found in three papers. Check the ReadMe for more details!
mahakal001/reinforcement-learning
A collection of various projects related to Reinforcement Learning
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
Haipeng-Chen/RL4IM-Contingency
This project aims at using RL to address the contingency-aware influence maximization problem
Aditya239233/GNNExplainer
Code for running experiments and benchmarking on GNNExplainer: Generating Explanations for Graph Neural Networks
ppope/explain_graphs
Code for "Explainability methods for graph convolutional neural networks" - PE Pope*, S Kolouri*, M Rostami, CE Martin, H Hoffmann (CVPR 2019)
idea-iitd/GCOMB
IBM/UQ360
Uncertainty Quantification 360 (UQ360) is an extensible open-source toolkit that can help you estimate, communicate and use uncertainty in machine learning model predictions.
albermax/interpretable_ai_book__sw_chapter
The code snippets for the SW chapter of the "Interpretable AI" book.
nisyad/network-of-networks-resilience
Network-of-networks modeling approach for critical infrastructure resilience.
geopanag/pandemic_tgnn
bbengfort/hadoop-fundamentals
Code for the Hadoop Fundamentals for Data Scientists course.
drkhan107/CoroNet
CoroNet is a Covid-19 detection and diagnosis tool. It scans chest x-rays and clasifies it into normal, pneumonia or covid classes
agchung/Figure1-COVID-chestxray-dataset
Figure 1 COVID-19 Chest X-ray Dataset Initiative
ieee8023/covid-chestxray-dataset
We are building an open database of COVID-19 cases with chest X-ray or CT images.
IN-CORE/pyincore
pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: 1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses . The pyIncore allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.
Hanjun-Dai/graph_comb_opt
Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"
anderzzz/london_bike_forecast
Graph convolutional neural network for forecasting traffic in the London bike-share system, where the graph convolutions pass spatial information between stations, and one-dimensional convolutions pass information from past traffic.
SheffieldML/GPy
Gaussian processes framework in python