Pinned Repositories
365-Days-of-ML
A repo dedicated to working on a new topic in Machine Learning everyday till the next year!
DAA-Assignments
Repo comprising of weekly based assignments for the course Design and Analysis of Algorithms
Design-and-Analysis-of-Algorithms
Geo-Marker-Estimation
Using the coordinates for longitude and latitude of boundaries of different countries to estimate the position of a pointer which can represent a particular country on a map
LR-Parser-for-Mathematical-Expressions
A right-recursive parser for evaluating simple mathematical expressions
PyTech-Review
PyTech is a platform for learning and reviewing different technologies
Python-for-Data-Analysis
A number of scripts describing use of various data analysis tools in python and their implementation on different case scenarios
Readosphere
A Django-based online book review system that allows people to search and review the best and recent books, using MySQL as a database.
Urecipy
Your personal recipe notebook
Walpole-Solutions
Solutions with Explanation for the Exercise problems and Examples from the Book "Probability and Statistics for Engineers and Scientists 9th Edition" by Walpole| Myers| Myers| Ye
Hassan-Farid's Repositories
Hassan-Farid/Design-and-Analysis-of-Algorithms
Hassan-Farid/Python-for-Data-Analysis
A number of scripts describing use of various data analysis tools in python and their implementation on different case scenarios
Hassan-Farid/Walpole-Solutions
Solutions with Explanation for the Exercise problems and Examples from the Book "Probability and Statistics for Engineers and Scientists 9th Edition" by Walpole| Myers| Myers| Ye
Hassan-Farid/DAA-Assignments
Repo comprising of weekly based assignments for the course Design and Analysis of Algorithms
Hassan-Farid/PyTech-Review
PyTech is a platform for learning and reviewing different technologies
Hassan-Farid/Readosphere
A Django-based online book review system that allows people to search and review the best and recent books, using MySQL as a database.
Hassan-Farid/365-Days-of-ML
A repo dedicated to working on a new topic in Machine Learning everyday till the next year!
Hassan-Farid/Geo-Marker-Estimation
Using the coordinates for longitude and latitude of boundaries of different countries to estimate the position of a pointer which can represent a particular country on a map
Hassan-Farid/Item-value-Prioritization-using-Quick-Sort-
An assembly program that sorts the items based on their item values using Quick Sort Algorithm
Hassan-Farid/2048-js
A simple 2048 game made using javascript, html and css
Hassan-Farid/Cpp-Programs
Cpp Programs covering various basic topics
Hassan-Farid/CG-ALgorithms
Computer Graphics Algorithms implemented in MATLAB
Hassan-Farid/HTML-Quine
HTML code with some styling that displays its own Source Code on the browser
Hassan-Farid/Image-Processing-using-OpenCV
A set of scripts to describe the various Image Processing tools in Python using OpenCV2
Hassan-Farid/Iris-Flower-Detection-using-StreamLit
A demo project to get started with Streamlit library in Python from Python Geekle Global Conference 2020
Hassan-Farid/Password-Cracking
Allows to crack any password within a 4 digit range
Hassan-Farid/Quiz-Game
GUI based Quiz Game with more than 400 questions on various categories
Hassan-Farid/Tetris-Game
A simple Tetris game made using Stagehand Project Generator and WebDev CLI
Hassan-Farid/LR-Parser-for-Mathematical-Expressions
A right-recursive parser for evaluating simple mathematical expressions
Hassan-Farid/Urecipy
Your personal recipe notebook
Hassan-Farid/GRIP-Internship-Tasks-
Repo comprising of Data Science and Business Analytics Notebooks for the Tasks provided at GRIP Internship Program by The Sparks Foundation
Hassan-Farid/Handwritten-Digit-Classifier-using-SGD
An MLP based neural network to classify handwritten digit images (taken from MNIST dataset) using Stochastic Gradient Descent
Hassan-Farid/my-portfolio
My personal web portfolio
Hassan-Farid/Operating-System-Algorithms
A set of different algorithms used by operating systems (for Memory management, File allocation, Process Scheduling, etc.) implemented in Python