Pinned Repositories
dataEncryptionNSteg
GUI tool to encrypt texual data and embed into digital medium.
deepcluster
Deep Clustering for Unsupervised Learning of Visual Features
distributedPassBruteforce
A tool to brute force passwords with length uptill 8 characters and lowercase characterset, implemented in c++ and mpi for distributed logic.
DL_codes
PiCIE
PiCIE: Unsupervised Semantic Segmentation using Invariance and Equivariance in clustering (CVPR2021)
RetinaNetExperiment
Building a custom object detector
AVD
gemmini
Berkeley's Spatial Array Generator
llm.c
LLM training in simple, raw C/CUDA
MLBasics
Introductory machine learning exercises for a beginner, mostly from widely available courses or literature
danzz006's Repositories
danzz006/llm.c
LLM training in simple, raw C/CUDA
danzz006/gemmini
Berkeley's Spatial Array Generator
danzz006/streaming-test-suite
danzz006/onnxruntime-riscv
Fork of upstream onnxruntime focused on supporting risc-v accelerators
danzz006/PiCIE
PiCIE: Unsupervised Semantic Segmentation using Invariance and Equivariance in clustering (CVPR2021)
danzz006/DL_codes
danzz006/AVD
danzz006/deepcluster
Deep Clustering for Unsupervised Learning of Visual Features
danzz006/mmselfsup
OpenMMLab Self-Supervised Learning Toolbox and Benchmark
danzz006/mmsegmentation
OpenMMLab Semantic Segmentation Toolbox and Benchmark.
danzz006/vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
danzz006/RetinaNetExperiment
Building a custom object detector
danzz006/mlops-on-gcp
danzz006/Multiple-Techniques-for-Text-Summarization
danzz006/dataEncryptionNSteg
GUI tool to encrypt texual data and embed into digital medium.
danzz006/MLBasics
Introductory machine learning exercises for a beginner, mostly from widely available courses or literature
danzz006/socketServerForMultiplayerGames
A server to handle connection logic for multiplayer games. Implemented in python fairly from scratch.
danzz006/railFenceCipher
Implementation of a simple rail fence cipher in javascript.
danzz006/distributedPassBruteforce
A tool to brute force passwords with length uptill 8 characters and lowercase characterset, implemented in c++ and mpi for distributed logic.
danzz006/tickTackToeBot
Tick tack toe bot with hardcoded rules implemented in python