Pinned Repositories
arcface
Implementation of arcface
aws-study
Studying AWS one step at a time
beating-the-dead-cartpole
My attempt to beat dqn to the death by implementing as many RL algorithms on it possible
DeepLearningAdventure
My repository to record my progress and practices that I am doing to get better at deep learning
lets-study-attention
Repo specifically to study Attention/Transformer
Linear-Algebra-Notes
Linear Algebra Notes for MATH115 Students
PathPlanning
Implementation of PRM and RRT
sobel-operator-pytorch
Sobel edge detection implemented on PyTorch
taco-yolo
Writing YOLO object detection algorithm on TACO dataset for trash detection
tSNE-helper
code to help with tsne plotting
chaddy1004's Repositories
chaddy1004/taco-yolo
Writing YOLO object detection algorithm on TACO dataset for trash detection
chaddy1004/beating-the-dead-cartpole
My attempt to beat dqn to the death by implementing as many RL algorithms on it possible
chaddy1004/lets-study-attention
Repo specifically to study Attention/Transformer
chaddy1004/features
feature extraction using opencv
chaddy1004/lru_cache_example
VERY simple code snippet (for my reference) on using lru_cache in Python
chaddy1004/LunarLanderSAC
Solving LunarLander Continuous with SAC
chaddy1004/rl-tf2
Reinforcement Learning Algorithms with tensorflow 2.0/keras
chaddy1004/yolov5
YOLOv5 in PyTorch > ONNX > CoreML > TFLite
chaddy1004/ARL_AFF_POSE
chaddy1004/brian2
Brian is a free, open source simulator for spiking neural networks.
chaddy1004/brian_test_codes
chaddy1004/csc2626-project
CSC2626 project code repo
chaddy1004/csc2626w21
chaddy1004/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
chaddy1004/depth-estimation-and-refinement
Codebase for my depth estimation and refinement project
chaddy1004/depth-refinement
Tensorlfow implementation of Neural Dispairty Refinement
chaddy1004/EKF
Implementation of Extended Kalman Filter
chaddy1004/GarbageApp
This app detects garbage.
chaddy1004/head-direction-cell
chaddy1004/PlotNeuralNet
Latex code for making neural networks diagrams
chaddy1004/pytorch-cifar
95.47% on CIFAR10 with PyTorch
chaddy1004/pytorch-GradCAM
GradCAM implementation using PyTorch
chaddy1004/pytorch-lightning
The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.
chaddy1004/pytorch-weighted-sampler
testing weighted sampler
chaddy1004/SAC-Breakout
Implementation of SAC (discrete version) to play Atari Breakout
chaddy1004/stochastic_neurons
repository for simulation stochastic neurons in Brian2
chaddy1004/stochastic_neurons_experiment
chaddy1004/TACO
🌮 Trash Annotations in Context Dataset Toolkit
chaddy1004/TD-mountain-car
Mountain car using TD(n) methods
chaddy1004/tic-tac-toe
Solving TicTacToe