Pinned Repositories
ai-alchemist
Machine Learning Notes for AI enthusiasts
cct
Unofficial implementation of Compact Convolution Transformers with CBAM Attention
cloud-tech-webapp
Web Application for Cloud Tech
neural-networks
Implementation of different versions of FeedForward Neural Network in python from scratch. The repository includes, Backpropagation, Dimensionality Reduction with Autoencoder and Word2Vec model (CBOW).
pytorch-llama-3
Llama 3 Implementation
receipt-data-extraction
Finetuning LayoutLMV2 for receipt extraction
Computer-Vision-Projects
Contains learner projects for Computer Vision. Learn how to use Keras with OpenCV to build Deep-Learning models. Projects in repository also demonstrate use of various Contour Detection algorithms and Haarcascade classifiers.
Cryptography-algorithms
The repository includes the most basic form of cryptographic algorithms that is "Classical Ciphers" as well as the modern day algorithms that include "Public key Cryptography"
Dollar-Rupee-Predictor
This project focuses on one of many applications of time series “Predicting Prices of Dollar-Rupee based on previous trend”. It emphasizes on providing accurate predictions for future trend and there by help the investors to know the market condition.
image-reconstruction
ishan-modi's Repositories
ishan-modi/Computer-Vision-Projects
Contains learner projects for Computer Vision. Learn how to use Keras with OpenCV to build Deep-Learning models. Projects in repository also demonstrate use of various Contour Detection algorithms and Haarcascade classifiers.
ishan-modi/Cryptography-algorithms
The repository includes the most basic form of cryptographic algorithms that is "Classical Ciphers" as well as the modern day algorithms that include "Public key Cryptography"
ishan-modi/Dollar-Rupee-Predictor
This project focuses on one of many applications of time series “Predicting Prices of Dollar-Rupee based on previous trend”. It emphasizes on providing accurate predictions for future trend and there by help the investors to know the market condition.
ishan-modi/image-reconstruction
ishan-modi/ishan-modi
ishan-modi/machine-learning-algorithms
The repository contains implementation of various machine learning algorithms from scratch in python. Knowledge of basic python libraries like numpy, pandas is enough to understand and use the code written.
ishan-modi/Static-Dynamic-Algorithms
Contains basic Static and Dynamic Algorithms that are discussed in the popular book "Introduction to algorithm". These algorithms are implemented using C and C++.
ishan-modi/prototypical-networks
Prototypical Networks for Few-shot Learning
ishan-modi/role-based-FTPserver
This project consists of a centralized FTP server that works on TCP/IP protocol which contains all the access information and the files that are to be shared with the clients.