Pinned Repositories
3DText
This is a unity package, which creates 3D text in unity.
Bit_Mesra_ML_Hackathon-2nd-place-Soln-
This repository contains the code for our 2nd Place solution to the SDS BIT Mesra - ML Contest on Liver Disease Prediction hosted on DPhi.
Cat-vs-Dog-Binary-Classifier
In this project, We use transfer learning to create a Cat or not Cat binary classifier.
CutMix-Regularization-Strategy-to-Train-Strong-Classifiers-with-Localizable-Features
Through this project we will try to understand CutMix by implementing it on a simple problem of cat-vs-dog classification.
EV-Enrouting
Find optimal path for electric vehicle using spatial information.
Framework3
Framework3 is a super-simple and robust ML Pipeline for tabular and image competition. The purpose of this is to make the process not too abstract, so that the user can have full control over it.
Image-Feature-extraction-using-Reinforcement-Learning
In this project we use Reinforcement Learning to extract features from an image.
ML_algos_from_scratch
This repository contains Machine Learning algorithms implementation from scratch.
N-Armed-Bandit
It is a classical Reinforcement Learning problem.
Product-Recommender
This project is part of Product Recommender Hackathon of UNIV.ai.
ar8372's Repositories
ar8372/EV-Enrouting
Find optimal path for electric vehicle using spatial information.
ar8372/3DText
This is a unity package, which creates 3D text in unity.
ar8372/Bit_Mesra_ML_Hackathon-2nd-place-Soln-
This repository contains the code for our 2nd Place solution to the SDS BIT Mesra - ML Contest on Liver Disease Prediction hosted on DPhi.
ar8372/Image-Feature-extraction-using-Reinforcement-Learning
In this project we use Reinforcement Learning to extract features from an image.
ar8372/Cat-vs-Dog-Binary-Classifier
In this project, We use transfer learning to create a Cat or not Cat binary classifier.
ar8372/ML_algos_from_scratch
This repository contains Machine Learning algorithms implementation from scratch.
ar8372/Product-Recommender
This project is part of Product Recommender Hackathon of UNIV.ai.
ar8372/Search-Engine
In this project I built a search tool (a small retrieval system) using Boolean retrieval method for cranfield dataset. and apply various queries with conjunction, disjunction and negation of terms. Here we also have to see the effectiveness of our implementation using MAP and Precision Recall graph for 1.without stemming 2.with stemming 3. zone indexes for title and body text fields and come up with optimal weights.
ar8372/tez
Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle over 90% of deep learning projects in PyTorch.
ar8372/TPS
Tabular Playground Series Kaggle Competitions
ar8372/TPS-Oct-2021
Tabular Playground Series-Oct 2021
ar8372/TRINIT_Hum_kuchh_nahi_karenge_ML01
ar8372/Working-With-Different-File-Formats-
In this project, We will learn to work with different file formats like csv,json,xml,ods and many more.
ar8372/ar8372
Config files for my GitHub profile.
ar8372/COLAME
This is a 3D game made with unity. In this person has to move on bridge without colliding with different color obstacle along with collecting coins.
ar8372/CutMix-Regularization-Strategy-to-Train-Strong-Classifiers-with-Localizable-Features
Through this project we will try to understand CutMix by implementing it on a simple problem of cat-vs-dog classification.
ar8372/FIRST_AID
This is a first aid app which provides accurate first aid regarding given emergency condition.
ar8372/HalloweenNight
This is a unity game based on halloween night theme.
ar8372/uninformed_search
Uninformed search is a class of general-purpose search algorithms that operates in brute force-way. Here we have solved two problems Missionary and Cannibal Problem, Rabbit Leap Problem.
ar8372/ZIG-ZAC
This is a 3D game made with unity.
ar8372/Framework3
Framework3 is a super-simple and robust ML Pipeline for tabular and image competition. The purpose of this is to make the process not too abstract, so that the user can have full control over it.
ar8372/N-Armed-Bandit
It is a classical Reinforcement Learning problem.
ar8372/codepulse
Measure execution time for each line of a code.
ar8372/CreativeCaptions.ai-Language-model-that-can-create-creative-captions
Language Model that creates catchy, exciting, innovative, captivating, creative and engaging captions instead of just a description of the picture.
ar8372/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
ar8372/Framework1
ar8372/Github-Automated-Analysis
This repository helps find most complex repository of a user not just based on file structure but rather code complexity presence of nested loops , coupling and cohesions between classes and modules etc.
ar8372/linkifile
Empowering Effortless Data Linking
ar8372/Optimization-SteepestDescent-vs-GradientDescent
Through this project we will try to understand working of Steepest-Descent and Gradient-Descent method and the differences between them.
ar8372/scipy
SciPy library main repository