Pinned Repositories
Adaptive_Learning_Rate_Yann_Lecun2
code-library
Templates, algorithms and data structures implemented and collected for programming contests.
data-structures-c
A collection of algorithms for data structure manipulation in C
Is-Attention-all-I-need
A learning journey to learn maths and implement the net in pytorch.
Neural_Network_From_Scratch
This repo contains implementation of a typical FC neural network.
Nit-Kurukshetra-OnCampus-Placements-2021
This repo has 2021 on-campus placements data of Nit Kurukshetra.
ParseArrays
This code is along-with a blog post which lists a possible way to parse random( N dimensional) arrays.
Queue-Detection
A naive Algorithm that uses People Detection and Convex Hull as subroutines to solve this problem: "Given an image of people standing randomly, how many people can be a part of some queue {Q}. A queue {Q} is basically a line(y = mx + c) that minimises a custom loss function. "
vision-hw0
Contains my submissions for the 0th homework for computer vision created by Pjreddie.
jalotra's Repositories
jalotra/Neural_Network_From_Scratch
This repo contains implementation of a typical FC neural network.
jalotra/Adaptive_Learning_Rate_Yann_Lecun2
jalotra/Ds-and-Algo
Repository contains the implementation of all the algorithm and data structures that the course Data Structures and Algorithm offers for Ece Students in 5th Semester.
jalotra/Get_Better_at_CP_in_2_Months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
jalotra/Learning_Rate_Yann_Lecun
This is the code for the paper by Yann Lecun : http://www.bcl.hamilton.ie/~barak/papers/nips92-lecun-nofigs.pdf
jalotra/MachineLearningStarterPackage
Entry Level code repo to start a Machine Learning Project in Kaggle or anywhere you want.
jalotra/Adaptive_Learning_Rate_Yann_Lecun
jalotra/Algo_Ds_Notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
jalotra/atcoder-training
This repository includes my solutions of Atcoder training. Problem list can be found here: https://kenkoooo.com/atcoder/#/training/Boot%20camp%20for%20Beginners
jalotra/augmix
AugMix : A tool to use the state of the art augmentations and shearing
jalotra/AUTOMATE-GOOGLE-MEET-LECTURES
jalotra/C-Plus-Plus
All Algorithms implemented in C++
jalotra/Competitive-Programming
My own templates and implementation of important algorithms and data structures for competitive programming purposes
jalotra/Computer-Vision-Emr-
This is the course for the winter school to make people of Emr Nitkkr able to see images and make computer talk with them.
jalotra/Deep-Learning-Starter-Code
Starter Code for any Computer Vision task that includes deep-NNs.
jalotra/e01
jalotra/EMR-GIT-HOMEWORK
jalotra/EMR-GIT-WORKSHOP-2020
This contains some of the material that I found useful.
jalotra/Fun
jalotra/Kaggle-Competitions
Just learning stuff.
jalotra/KaggleBengaliAi
Code for the Kaggle Bengali Grapheme Challenge.
jalotra/olymp
My collection of algorithms and data structures
jalotra/pytorch-HTR
jalotra/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
jalotra/PytorchExamples
jalotra/QR_CODE
jalotra/SystemProgramming
Angrave's Crowd-Sourced System Programming Book used at UIUC
jalotra/USACO
General Resources for Competitive Programming
jalotra/Visual-QA
Implementing the Visual-QA(BottomUp-TopDown Approach iniitially).
jalotra/Week1HW
Week 1 Custom Homework for Learning Computer Vision