raminnakhli's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
SimplifyJobs/Summer2025-Internships
Collection of Summer 2025 tech internships!
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
acheong08/ChatGPT
Reverse engineered ChatGPT API
jcjohnson/neural-style
Torch implementation of neural style algorithm
diff-usion/Awesome-Diffusion-Models
A collection of resources and papers on Diffusion Models
openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
hxu296/leetcode-company-wise-problems-2022
Lists of company wise questions available on leetcode premium. Every csv file in the companies directory corresponds to a list of questions on leetcode for a specific company based on the leetcode company tags. Updated as of May, 2022.
acheong08/EdgeGPT
Reverse engineered API of Microsoft's Bing Chat AI
google/latexify_py
A library to generate LaTeX expression from Python code.
dangkhoasdc/awesome-ai-residency
List of AI Residency Programs
ChandlerBang/awesome-self-supervised-gnn
Papers about pretraining and self-supervised learning on Graph Neural Networks (GNN).
jiaweizzhao/GaLore
GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection
LirongWu/awesome-graph-self-supervised-learning
Code for TKDE paper "Self-supervised learning on graphs: Contrastive, generative, or predictive"
sail-sg/poolformer
PoolFormer: MetaFormer Is Actually What You Need for Vision (CVPR 2022 Oral)
facebookresearch/fairo
A modular embodied agent architecture and platform for building embodied agents
f-dangel/cockpit
Cockpit: A Practical Debugging Tool for Training Deep Neural Networks
insideofdrop/Dropbox-Interview-Prep
Preparation material for Dropbox interviews
raminnakhli/Decoupled-Contrastive-Learning
This repository is an implementation for the loss function proposed in https://arxiv.org/pdf/2110.06848.pdf.
mynameischaos/GCC
Graph Contrastive Clustering (ICCV2021)
getzlab/MutSig2CV
MutSig2CV from Lawrence et al. 2014
AIMLab-UBC/MIDL2020
Ovarian cancer classification based on histopathology images - Transfer learning strategy
GerkeLab/TCGAhrd
Homologous recombination deficiency in TCGA PanCancer Atlas
raminnakhli/HMM-DNN-Speech-Recognition
This repository is a Python implementation of HMM-DNN model.
liupei101/GraphLSurv
GraphLSurv: A Scalable Survival Prediction Network with Adaptive and Sparse Structure Learning for Histopathological Whole-Slide Images -- CMPB 2023
raminnakhli/AMIGO
This is the pytorch\DGL implementation of the AMIGO paper.
AIMLab-UBC/pathGAN
Synthesis of diagnostic quality cancer pathology images by Q3 generative adversarial networks
raminnakhli/Contrastive-Cell-Representation-Learning
raminnakhli/dgl_batchbox
This is Pytorch repository for the common operations in DGL in a batch-wised manner.
raminnakhli/GMM-HMM-from-scratch
This repository is an implementation of GMM-HMM model from scratch in Python.