A-Jatin
Machine Learning Engineer @Vector.AI | ex-RedHatter, Acquian | Certified Tensorflow Developer | Machine Learning | Natural Language Processing
Yellow PaperBangalore
Pinned Repositories
Chat-Bot
It's just a chat-bot
Churn-Prediction
This repository contains an ipython notebook which implements an Artificial Neural Network using keras to do churn prediction .
classify-fashion-images
image-clf
CNN-CIFAR-10
Implementation of a convolutional neural network in keras to do a 10 class classification on CIFAR-10 dataset
CNN-implementation-for-binary-image-classification
This repository contains an ipython notebook which implements a Convolutional Neural Network to do a binary image classification. I used this to classify Cats vs Dogs and you can get the dataset from here https://www.kaggle.com/c/dogs-vs-cats/data . (This model trains with thousands of input images so be patient.)
Data-Analysis
This repository contains some basic data analysis projects
FaceNet
Implementation of face verification and face recognition system. Most of the work i did in this notebook was inspired by FaceNet paper(https://arxiv.org/abs/1503.03832) . It was also an assignment of deep learning specialization in coursera.
llms-for-compliance
medusa-optimized-llm-service
Student-Performance-Analysis
A-Jatin's Repositories
A-Jatin/FaceNet
Implementation of face verification and face recognition system. Most of the work i did in this notebook was inspired by FaceNet paper(https://arxiv.org/abs/1503.03832) . It was also an assignment of deep learning specialization in coursera.
A-Jatin/CNN-implementation-for-binary-image-classification
This repository contains an ipython notebook which implements a Convolutional Neural Network to do a binary image classification. I used this to classify Cats vs Dogs and you can get the dataset from here https://www.kaggle.com/c/dogs-vs-cats/data . (This model trains with thousands of input images so be patient.)
A-Jatin/Student-Performance-Analysis
A-Jatin/Chat-Bot
It's just a chat-bot
A-Jatin/Churn-Prediction
This repository contains an ipython notebook which implements an Artificial Neural Network using keras to do churn prediction .
A-Jatin/classify-fashion-images
image-clf
A-Jatin/CNN-CIFAR-10
Implementation of a convolutional neural network in keras to do a 10 class classification on CIFAR-10 dataset
A-Jatin/Data-Analysis
This repository contains some basic data analysis projects
A-Jatin/llms-for-compliance
A-Jatin/medusa-optimized-llm-service
A-Jatin/Memory_Puzzle
Implementation of pygame library to create a game (Memory Puzzle).
A-Jatin/Music-Generation-With-LSTM
In this notebook, I've implement a model that uses an LSTM to generate music.
A-Jatin/My-first-project
This is a sample repo
A-Jatin/Neural-Network-with-Tensorflow
This notebook contains the code for a neural network implemented using tensorflow to classify the MNIST dataset.
A-Jatin/production-ml
A-Jatin/question_generation
Neural question generation using transformers
A-Jatin/RAG-Evaluation
This repo is to evaluate different types of RAG architecture
A-Jatin/Scooter-Direction-Test
A-Jatin/Titanic-Survival-Predictions-Kaggle
A-Jatin/Virtual-Personal-Assistant
Virtual Personal assistant
A-Jatin/Web-Scraper
This is a python script by which we can download multiple files with same extension (in my case i used it to download 200+ zip files ) from a given web page.