Pinned Repositories
Advanced-Data-Structures-with-Python
Self written codes for Advanced Data Structures and Algorithms using Python. With each code, there is an associated markdown for explanation and applicaitions of that algorithm or data structure.
delf_enhanced
Wrapper of DELF Tensorflow Model
Introduction-to-Machine-Learning
This repo will house all our course material and code snippets from the Introduction to Machine Learning Class
leetcode
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
linkedin-skill-assessments-quizzes
Full reference of LinkedIn answers 2023 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers
matrix_factorization_recommenders
Low-Rank Matrix Factorization for Recommender Systems
Movie-Recommender-in-python
movie_recommender
Movie recommender using the MovieLens dataset
MovieRecommendationEngine
An user based and item based movie rating prediction recommender system based on data provided by MovieLens using memory-based Collaborative filtering technique by utilizing Pearson correlation, Euclidean distances, Cosine distances, and K-nearest neighbors algorithms
scheduling-algorithms-comparison
Comparison of CPU scheduling algorithms on average response time, average waiting time and average turnaround time. Non-preemptive algorithms like First-Come-First-Serve, Shortest-Job-First and Priority scheduling algorithms are analyzed.
maneeshrajan's Repositories
maneeshrajan/scheduling-algorithms-comparison
Comparison of CPU scheduling algorithms on average response time, average waiting time and average turnaround time. Non-preemptive algorithms like First-Come-First-Serve, Shortest-Job-First and Priority scheduling algorithms are analyzed.
maneeshrajan/Advanced-Data-Structures-with-Python
Self written codes for Advanced Data Structures and Algorithms using Python. With each code, there is an associated markdown for explanation and applicaitions of that algorithm or data structure.
maneeshrajan/delf_enhanced
Wrapper of DELF Tensorflow Model
maneeshrajan/Introduction-to-Machine-Learning
This repo will house all our course material and code snippets from the Introduction to Machine Learning Class
maneeshrajan/leetcode
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
maneeshrajan/linkedin-skill-assessments-quizzes
Full reference of LinkedIn answers 2023 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test LinkedIn test questions and answers
maneeshrajan/matrix_factorization_recommenders
Low-Rank Matrix Factorization for Recommender Systems
maneeshrajan/Movie-Recommender-in-python
maneeshrajan/movie_recommender
Movie recommender using the MovieLens dataset
maneeshrajan/MovieRecommendationEngine
An user based and item based movie rating prediction recommender system based on data provided by MovieLens using memory-based Collaborative filtering technique by utilizing Pearson correlation, Euclidean distances, Cosine distances, and K-nearest neighbors algorithms
maneeshrajan/netflix-style-recommender
A simple movie recommendation engine
maneeshrajan/python-recsys
A python library for implementing a recommender system
maneeshrajan/pytorch-tutorials
maneeshrajan/Recommender-System---Pearson-Correlation-Movie-Recommender-
Basic recommender system build using the Pearson correlation coefficient to recommend a-like movies taking in consideration the user ratings.
maneeshrajan/RecommenderSystems_PyData_2016
maneeshrajan/Solutions
maneeshrajan/Sorting-Algorithm-Visualizer
This project helps us see in action how sorting algorithms such as bubble, quick, merge and insertion sort would sort a bar graph of random data
maneeshrajan/sparsesvd
Python wrapper around SVDLIBC, a fast library for sparse Singular Value Decomposition
maneeshrajan/Webpage-Maintaining-Database-using-GoogleLogin
Webpage capable of maintaining database using authenticated API calls