MalayAgr
Comp Sc. Engineer • M.Tech@IIITB • Deep Learning • Python • Reader • Occasional Writer • Math Enthusiast • Atheist •
MathWorksBengaluru, Karnataka, India
Pinned Repositories
bookacle
bookacle is a RAPTOR-based RAG application to aid in understanding complex PDF documents.
Deep-Learning-Specialization-Coursera
Deep Learning Specialization Course by Coursera. Neural Networks, Deep Learning, Hyper Tuning, Regularization, Optimization, Data Processing, Convolutional NN, Sequence Models are including this Course.
DeepNeuralNetworksFromScratch
Different kinds of deep neural networks (DNNs) implemented from scratch using Python and NumPy, with a TensorFlow-like object-oriented API.
fast-ats-pytorch
Implementation of "Processing Megapixel Images with Deep Attention-Sampling Models" in PyTorch.
File-Zipper
A command-line utility to create an archive out of some files and extracting the files of an existing archive
generative-ai-with-llms-notes
Notes for the course Generative AI With Large Language Models, offered by DeepLearning.AI on Coursera
Inverted-Index-Python
A python program that creates an inverted index from a bunch of text files
MesoNet-DeepFakeDetection
A CNN-based DeepFake detector called MesoNet, replicated from a 2018 paper available at https://arxiv.org/abs/1809.00888
Python101
A repository containing documents for the basics of Python
real_python_data_cleaning_tutorial
Companion notebook for Real Python's Data Cleaning Tutorial
MalayAgr's Repositories
MalayAgr/generative-ai-with-llms-notes
Notes for the course Generative AI With Large Language Models, offered by DeepLearning.AI on Coursera
MalayAgr/real_python_data_cleaning_tutorial
Companion notebook for Real Python's Data Cleaning Tutorial
MalayAgr/MesoNet-DeepFakeDetection
A CNN-based DeepFake detector called MesoNet, replicated from a 2018 paper available at https://arxiv.org/abs/1809.00888
MalayAgr/DeepNeuralNetworksFromScratch
Different kinds of deep neural networks (DNNs) implemented from scratch using Python and NumPy, with a TensorFlow-like object-oriented API.
MalayAgr/fast-ats-pytorch
Implementation of "Processing Megapixel Images with Deep Attention-Sampling Models" in PyTorch.
MalayAgr/Deep-Learning-Specialization-Coursera
Deep Learning Specialization Course by Coursera. Neural Networks, Deep Learning, Hyper Tuning, Regularization, Optimization, Data Processing, Convolutional NN, Sequence Models are including this Course.
MalayAgr/Kaggle-Spaceship-Titanic
Use ensembling and Optuna to solve the Saceship Titanic competition.
MalayAgr/MesoNet-DeepfakeDetection-API
A Django REST API to get results from MesoNet (https://github.com/MalayAgarwal-Lee/MesoNet-DeepFakeDetection), a DeepFake detector
MalayAgr/MesoNet-DeepfakeDetection-WebApp
A web app to obtain predictions from MesoNet, a CNN-based deepfake detector.
MalayAgr/SteeringWheelAnglePredictor
A CNN-based deep learning model to predict steering wheel angles for a car, replicated from a 2016 paper available at https://arxiv.org/abs/1604.07316
MalayAgr/Algorithms
C implementation of popular algorithms and solutions for problems from CLRS
MalayAgr/bookacle
bookacle is a RAPTOR-based RAG application to aid in understanding complex PDF documents.
MalayAgr/leetcode
Solutions to problems on the online competitive programming platform, LeetCode.
MalayAgr/yarl
Yet Another RogueLike - A roguelike game built using Python and TCOD.
MalayAgr/Blackjack
The game of Blackjack, in the comfort of your terminal and written in Python using the Rich library.
MalayAgr/ciphers
Some common ciphers in Cryptography
MalayAgr/htmldom
Parse any HTML document to its DOM.
MalayAgr/Kaggle-CDiscount-ViT
MalayAgr/Kaggle-Dogs-Vs-Cats
PyTorch pipeline for the Dogs vs. Cats competition on Kaggle.
MalayAgr/Kaggle-Monet-CycleGAN
MalayAgr/Kaggle-Titanic
EDA and solution for the titanic competition.
MalayAgr/kickstart.nvim
A launch point for your personal nvim configuration
MalayAgr/lane_detection_opencv
A lane detector built using Python and OpenCV
MalayAgr/Library-Management-System
A Java based application for Library Management
MalayAgr/Prime-Factorization
A Python script which can factorize numbers to their prime counterparts.
MalayAgr/simple-rss
A simple CLI tool to get your RSS feeds in one place.
MalayAgr/StreamingCNN
To train deep convolutional neural networks, the input data and the activations need to be kept in memory. Given the limited memory available in current GPUs, this limits the maximum dimensions of the input data. Here we demonstrate a method to train convolutional neural networks while holding only parts of the image in memory.
MalayAgr/striver-dp-series
Solutions to Striver DP Series in C++ and Python
MalayAgr/textual-monopoly
The game of monopoly implemented using Textual.
MalayAgr/Tic-Tac-Toe
A game of Tic-Tac-Toe made in Python