sarosijbose
PhD Student @ UC Riverside || Vision and Robotics
University of California, RiversideRiverside, CA
Pinned Repositories
A-Fusion-architecture-for-Human-Activity-Recognition
An late fusion architecture between I3D and Xception for Human Activity Recognition
BodyTrack2D
Algorithm for 2D Bodytracking
ClassifyToView
This Repository detects and classifies Diseases in leafs as well as uses the FiftyOne tool to visualize various data parameters.
DenseCrowdCounting
IoT course capstone project
LBANN
Overview of Lipschitz regularization of Neural Networks (FCNNs and CNNs)
ML_Interview_Answers
This repository contains some basic set of questions and answers for ML interviews
RobustFreqCNN
This repository contains the [PyTorch] implementation of the paper: "Towards Frequency-Based Explanation for Robust CNN"
SoccerKDNet
A unified framework for KD applied to Sport Analytics
Trivial-Lipschitz-Bound-Estimation
Generates the product of loose upper bound of each layer for a trained neural network
TSCLite
This repository contains an implementation of Traffic Sign Classification using the OpenVINO toolkit Inference Engine.
sarosijbose's Repositories
sarosijbose/RobustFreqCNN
This repository contains the [PyTorch] implementation of the paper: "Towards Frequency-Based Explanation for Robust CNN"
sarosijbose/Trivial-Lipschitz-Bound-Estimation
Generates the product of loose upper bound of each layer for a trained neural network
sarosijbose/TSCLite
This repository contains an implementation of Traffic Sign Classification using the OpenVINO toolkit Inference Engine.
sarosijbose/A-Fusion-architecture-for-Human-Activity-Recognition
An late fusion architecture between I3D and Xception for Human Activity Recognition
sarosijbose/BodyTrack2D
Algorithm for 2D Bodytracking
sarosijbose/ClassifyToView
This Repository detects and classifies Diseases in leafs as well as uses the FiftyOne tool to visualize various data parameters.
sarosijbose/DenseCrowdCounting
IoT course capstone project
sarosijbose/LBANN
Overview of Lipschitz regularization of Neural Networks (FCNNs and CNNs)
sarosijbose/ResCNN
ResCNN: An alternate CNN implementation
sarosijbose/sarosijbose
My personal Information
sarosijbose/action-recognition-pytorch
This is the pytorch implementation of some representative action recognition approaches including I3D, S3D, TSN and TAM.
sarosijbose/ML_Interview_Answers
This repository contains some basic set of questions and answers for ML interviews
sarosijbose/SoccerKDNet
A unified framework for KD applied to Sport Analytics
sarosijbose/Cats-and-Dogs
Here a deep learning model is built to predict whether an image is that of a dog or a cat from it's image using the famous MNIST dataset.85.1% accuracy is achieved.
sarosijbose/cs344
Introduction to Parallel Programming class code
sarosijbose/DAD
Data Free adversarial defence at test time
sarosijbose/Flower-Species-Prediction
This project aims to predict to which species of Iris family does a flower belong to among three species:Iris setosa, Iris virginica and Iris versicolor.A ML model is created which uses the Iris flower dataset containing 50 samples of each flower or a total of 150 samples. The model uses a SVM for classification and also runs a Gridsearch for finding the optimal parameters.98% accuracy is achieved.
sarosijbose/Loan-Payback
Here a ML model is built to predict whether a borrower will be able to payback a loan or not using real world data from LendingClub.com from 2007-2010.
sarosijbose/Review-Classifer
This is a NLP/ML model which aims to predict what rating will a customer give a business listed on Yelp in the future.
sarosijbose/SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.