Pinned Repositories
DiT-Implementation
Implementation of Diffusion Transformer with CIFAR-10 Dataset, ***WORK IN PROGRESS***
VQ-VAE-Implementation
Implementation/experiments with flavors of discrete-VAE. Mainly for latent-diffusion/generative models that could potentially be used w/ it,
NightlyNeuralNet
chuckles201.github.io
Site
CNeuro
Scratch Neural Network designed to expose the simplicity of gradient descent and MLPs!
CNNfromScratchCompletely
Scratch Convolutional Network designed as per Lecun et al. 1989, no ML library used whatsoever, only numpy and math :)
Cplusplusfun
CudaNN
Neural Network Implemented from scratch with custom CUDA library for training
Image-Video_NN
Learning how Generative Image and Video Deep Learning Works with hands-on implementation
JupyterToMdWebsite
Fetches Jupyter notebook from a remote github url, reads, and converts into nice-readable markdown.
chuckles201's Repositories
chuckles201/chuckles201.github.io
Site
chuckles201/JupyterToMdWebsite
Fetches Jupyter notebook from a remote github url, reads, and converts into nice-readable markdown.
chuckles201/VQ-VAE-Implementation
Implementation/experiments with flavors of discrete-VAE. Mainly for latent-diffusion/generative models that could potentially be used w/ it,
chuckles201/Image-Video_NN
Learning how Generative Image and Video Deep Learning Works with hands-on implementation
chuckles201/DiT-Implementation
Implementation of Diffusion Transformer with CIFAR-10 Dataset, ***WORK IN PROGRESS***
chuckles201/ResearchCyclePipe
Dataset managing/experiment pipeline to streamline processing of data for projects so I can focus on the neural net. architecture itself!
chuckles201/NeuralNetEssentials
chuckles201/NightlyNeuralNet
chuckles201/CNNfromScratchCompletely
Scratch Convolutional Network designed as per Lecun et al. 1989, no ML library used whatsoever, only numpy and math :)
chuckles201/SimpleTransformer
Transformer Implemented from Scratch w/ no autograd, based on GPT-2
chuckles201/CudaNN
Neural Network Implemented from scratch with custom CUDA library for training
chuckles201/CNeuro
Scratch Neural Network designed to expose the simplicity of gradient descent and MLPs!
chuckles201/SimpleRNN
*Work in Progress*
chuckles201/Cplusplusfun
chuckles201/PolyRegScratch
Scratch Polynomial Regression Model