Pinned Repositories
Attention-CNN-Visualization
Visualizing the filters of a traditional CNN and a CNN with an attention mechanism.
Chess-with-Python
A complete chess game with GUI using python and tkinter (Fully commented)
Deep_Hierarchical_Classification
PyTorch Implementation of Deep Hierarchical Classification for Category Prediction in E-commerce System
DeepCaps
PyTorch implementation of DeepCaps : Going Deeper with Capsule Networks. Original research paper : https://arxiv.org/abs/1904.09546.
Face-Recognition-Eigenface-Scratch
Face detection and recognition using Eigenfaces implemented with only NumPy and OpenCV
Faster-RCNN-RPN
Region Proposal Network (RPN) of Faster R-CNN implementation in Python and Tensorflow 1.8 with explanations.
Kalman-Filter-Scratch
Implementation of Kalman Filter from scratch with notes.
Masked-AutoEncoder-PyTorch
Unofficial implementation of Masked AutoEncoder (MAE) using PyTorch without using any prebuilt transformer modules.
NTU-RGB-Skeleton-Python
Read the skeleton files provided in NTU RGB skeleton dataset and draw the skeleton on the corresponding RGB video.
ResNet-50-CBAM-PyTorch
Implementation of Resnet-50 with and without CBAM in PyTorch v1.8. Implementation tested on Intel Image Classification dataset from https://www.kaggle.com/puneet6060/intel-image-classification.
Ugenteraan's Repositories
Ugenteraan/Deep_Hierarchical_Classification
PyTorch Implementation of Deep Hierarchical Classification for Category Prediction in E-commerce System
Ugenteraan/ResNet-50-CBAM-PyTorch
Implementation of Resnet-50 with and without CBAM in PyTorch v1.8. Implementation tested on Intel Image Classification dataset from https://www.kaggle.com/puneet6060/intel-image-classification.
Ugenteraan/Attention-CNN-Visualization
Visualizing the filters of a traditional CNN and a CNN with an attention mechanism.
Ugenteraan/DeepCaps
PyTorch implementation of DeepCaps : Going Deeper with Capsule Networks. Original research paper : https://arxiv.org/abs/1904.09546.
Ugenteraan/Masked-AutoEncoder-PyTorch
Unofficial implementation of Masked AutoEncoder (MAE) using PyTorch without using any prebuilt transformer modules.
Ugenteraan/Software-Design-Patterns
Notes and Python Implementation of some well-known software design patterns.
Ugenteraan/gRPC-image-streaming
Stream image bytes to the server one row at a time!
Ugenteraan/I-JEPA
PyTorch implementation of I-JEPA
Ugenteraan/Self-Driving-Car-CV-Module
Computer vision modules for self-driving car.
Ugenteraan/DFT-and-FFT-NumPy
Discrete Fourier Transform and Fast Fourier Transform implementation using only NumPy with notes of derivation.
Ugenteraan/PyTorch-Distributed-Processing-MNIST
Distributed data parallel training in Pytorch using MNIST model as example.
Ugenteraan/Vision-Transformer
Vision Transformer for classification.
Ugenteraan/Testing-CircleCi
CircleCi test
Ugenteraan/ugenteraan
My Profile
Ugenteraan/ugenteraan.github.io
Online Resume
Ugenteraan/VGG-16-PyTorch1.5
Ugenteraan/Vision-Transformer-Classification-PyTorch
Implementation of ViT for classification.
Ugenteraan/ViT-with-Register
Experimentation setup to compare the performance of a plain Vanilla ViT and a Vanilla ViT with Registers as per https://arxiv.org/pdf/2309.16588v1.pdf
Ugenteraan/WiFi-Intruder-Detector
Just a simple python script to detect unknown devices in your network.
Ugenteraan/Be-my-guest---Recruit-Restaurant-EDA
Python version of Kaggle's answer:
Ugenteraan/continuous-integration-circle
Ugenteraan/creating-a-pipeline-in-blue-ocean
For an introductory tutorial on how to use the Blue Ocean feature of Jenkins to create a Pipeline that builds an application.
Ugenteraan/DeepCaps-PyTorch
PyTorch Implementation of "DeepCaps: Going Deeper with Capsule Networks" by Jathushan Rajasegaran et al.
Ugenteraan/freelancer-theme
Jekyll theme based on Freelancer Start Bootstrap theme
Ugenteraan/Image-Caption-Generation-PyTorch
Understanding the evolution of transformers from RNN. For learning purposes only.
Ugenteraan/mario_rl_pytorch_ddqn
Ugenteraan/MNIST-coding-exercise
Coding exercise for Krenovator competition participants
Ugenteraan/Naive-Bayes-Scratch
Implementation of Naive Bayes Classifiers without Libraries
Ugenteraan/Simple_Rust_Projects
Projects aimed to learn rust.
Ugenteraan/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite