Pinned Repositories
Algorithm-Assignments
Contains the codes and .tex files for DAA Assignments
aws-bootcamp-cruddur-2023
BeowulfClusterSampleMatrixMultiplication
Multipluing a sample matrix by itself in a clustered environment with the slave and master node configuration, by using each node's processing power.
breaking_algos_badly
Here I break down algorithms by applying them to solve some terrific problems!
Neural-Network-Models
Various neural network models implemented in scratch via Python
paper_replications
Replicating some of the interesting research papers
Question_Answering_Model
A BERT based question answering model based on Wikipedia pages.
rag_based_local_llm_evaluation
UCSD_c2_3d
A combination of 2D and 3D CNN for anomaly detection on UCSD Ped-2
video_anomaly_optical_flow
Anomaly detection in videos using optical flow
neeraj2681's Repositories
neeraj2681/Question_Answering_Model
A BERT based question answering model based on Wikipedia pages.
neeraj2681/UCSD_c2_3d
A combination of 2D and 3D CNN for anomaly detection on UCSD Ped-2
neeraj2681/video_anomaly_optical_flow
Anomaly detection in videos using optical flow
neeraj2681/youtube_watch_later_duration_sort
Sorting watch later playlist from Youtube based on duration of the videos
neeraj2681/Algorithm-Assignments
Contains the codes and .tex files for DAA Assignments
neeraj2681/aws-bootcamp-cruddur-2023
neeraj2681/BeowulfClusterSampleMatrixMultiplication
Multipluing a sample matrix by itself in a clustered environment with the slave and master node configuration, by using each node's processing power.
neeraj2681/breaking_algos_badly
Here I break down algorithms by applying them to solve some terrific problems!
neeraj2681/gen_ai_web_app
neeraj2681/InterviewBit-Practice
Interview coding problems @Interviewbit
neeraj2681/neeraj2681
Config files for my GitHub profile.
neeraj2681/Neural-Network-Models
Various neural network models implemented in scratch via Python
neeraj2681/paper_replications
Replicating some of the interesting research papers
neeraj2681/rag_based_local_llm_evaluation
neeraj2681/Removing-noise-from-an-image-using-SVD
Adding Gaussian mean noise to an image, and then removing the noise using Singular Value Decomposition
neeraj2681/Signature-Forgery-Detector
Detects if a given handwritten signature is authentic or not
neeraj2681/home_credit_risk
Home Credit Risk Competition Feb 2024 Kaggle
neeraj2681/Investing_Strategy_Testing
neeraj2681/llm_engineer
neeraj2681/neeraj2681.github.io
A personal portfolio.
neeraj2681/pdf_based_custom_LLM
Custom LLM(Open-Source based) for handling queries based on custom set of documents
neeraj2681/Recommendation_system
Recommendation system based on Amazon reviews
neeraj2681/templates_data_structures
Templates for frequently used data structures
neeraj2681/vid_anomaly_2d_reconstruction
Video Anomaly Detection using 2D CNN(only spatial features)
neeraj2681/vid_anomaly_3D_reconstruction
Video Anomaly Detection using 3D CNN(Spatial Features only)
neeraj2681/vid_anomaly_base
Video Anomaly Detection base model(all variants)