Pinned Loading
-
ANN-from-scratch-using-NumPy
ANN-from-scratch-using-NumPy PublicAn ANN Model for image classification task over the MNIST dataset from scratch using NumPy library.
Python 1
-
Denoising-Autoencoder
Denoising-Autoencoder PublicA learning project wherein I implemented a CNN based autoencoder for denoising images. Used the PyTorch framework.Trained separate models on BSD100 and FFHQ datasets with gaussian noise.
Jupyter Notebook 1
-
BigInt-implementation-in-C
BigInt-implementation-in-C PublicA C implementation of arbitrary-precision integers (BigInt) supporting 1024-bit unsigned integers with an additional boolean sign variable. The implementation uses base-32 representation for effici…
C
-
Expense-Tracking-system-using-BTrees
Expense-Tracking-system-using-BTrees PublicModern database management system uses advanced datastructures like B+ Trees, which are closely related, and extension rather, to B-Trees. The motive of this project was to implement the CRUD opera…
C
-
Heap-Management-simulation-in-C
Heap-Management-simulation-in-C PublicSimulation of Heap management using First Fit strategy. Used Array of structures to simulate a heap storage class, storing pointers for linking free and allocated location (an implicit double linke…
C
-
Implementation-of-Symbol-Table-to-handle-nested-scopes
Implementation-of-Symbol-Table-to-handle-nested-scopes PublicA compiler records the variable names used in the source program along with its attributes and stores it in a data structure called a symbol table. I have simulated it in C using a hash table for a…
C
If the problem persists, check the GitHub status page or contact support.
