GitHub / FarheenB 5 Repositories
A technology and programming enthusiast | IIT Bombay | Google Summer of Code 2020
FarheenB/Data-Structures-and-Algorithms
Solution to 500+ popular data structure and algorithm problems in Java, C++ and Python programming languages.
Language: Java - Size: 791 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 145 - Forks: 34

FarheenB/FCM-Satellite-Images-in-Python
Fuzzy C-Means clustering on Satellite Images.
Language: Jupyter Notebook - Size: 9.65 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

FarheenB/PCA-from-Scratch-in-Python
Modeled Principal component analysis from scratch in Python
Language: Jupyter Notebook - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

FarheenB/Wine-Customers-Classification-with-PCA-in-Python
Used PCA (an unsupervised technique) to perform dimensionality reduction on given dataset. Modeled Logistic Regression on selected features to classify the wine customers. Model accuracy 97.22%.
Language: Jupyter Notebook - Size: 42 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

FarheenB/Wine-Customers-Classification-with-LDA-in-Python
Used LDA (supervised technique) to perform dimensionality reduction on datasets. Modeled Logistic Regression on selected features to classify the wine customers. Model accuracy 100.00%
Language: Jupyter Notebook - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

FarheenB/SUV-Buyers-Classification-with-kPCA-in-Python
Used Kernel PCA to extract the principle components of non-linearly separable dataset of SUV Buyers. Modeled Logistic Regression to classify whether a person will buy a SUV or not. Model Accuracy is 91.25%
Language: Jupyter Notebook - Size: 53.7 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

FarheenB/SUV-Buyers-Classification-in-Python
Performed Classification on non-linearly separable datasets of SUV Buyers. Modeled all the classification techniques available to find the best algorithm that classify whether a person will buy a SUV or not. Used k-Fold Validation for all the techniques. Model Accuracy on test set are: Logistic Regression-89.00% KNN- 93.00% SVM-90.00% Kernel SVM-93.00%, Naive Bayer's-90.00%, Decision Tree-91.00%, Random Forest-91.00%
Language: Jupyter Notebook - Size: 947 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

FarheenB/Flight-Delay-Prediction-in-Python
Language: Jupyter Notebook - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

FarheenB/Flight-Delay-Prediction-by-Logistic-Regression-in-Python
Modeled Logistic regression from scratch to predict the delay of flights.
Language: Jupyter Notebook - Size: 50.8 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

FarheenB/personal-voice-assistant
A personal voice assistant built in Python
Language: Jupyter Notebook - Size: 2.05 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 2

FarheenB/Cloud-Platform-for-Big-Geospatial-Data-Analysis
Master Thesis
Language: JavaScript - Size: 2.96 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

FarheenB/Spatial-Interpolation-Methods-using-R
Perform Spatial interpolation like IDW, Trend, Variogram and Kriging in R
Language: R - Size: 1010 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

FarheenB/Google-Stock-Price-Trend-Prediction-in-Python
Predicting the upward and downward trend of the Google Stock Price using LSTM Recurring Neural Network.
Language: Jupyter Notebook - Size: 838 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FarheenB/awesome-algorithms Fork of tayllan/awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
Size: 212 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

FarheenB/Algorithms-1 Fork of jpa99/Algorithms
A collection of various useful algorithms and data structures along with their Java implementations.
Size: 7.26 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

FarheenB/Algorithms Fork of williamfiset/Algorithms
A collection of algorithms and data structures
Size: 972 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

FarheenB/fuzzy-clustering-satellite-image
A web application to perform Fuzzy clustering on a satellite images using Expectation-Maximum Algorithm
Language: Python - Size: 1.47 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

FarheenB/UI_Challenge
IITB Kubric UI Challenge
Language: HTML - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

FarheenB/zoo-project Fork of niroshansb/zoo-project
ZOO is a WPS (Web Processing Service) open source project released under a MIT/X-11 style license . It provides an OGC WPS compliant developer-friendly framework to create and chain WPS Web services. This repo is a mirror of the project SVN.
Size: 55.3 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

FarheenB/earthengine-api Fork of google/earthengine-api
Python and JavaScript bindings for calling the Earth Engine API.
Size: 14.6 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

FarheenB/Recommender-System-for-Movies-in-Python
Modeled a recommender system that will predict if a user is going to like a movie or not. Used Boltzman Machine for this purpose
Language: Jupyter Notebook - Size: 19.4 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FarheenB/pygeoapi Fork of geopython/pygeoapi
pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
Language: PLpgSQL - Size: 39.7 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

FarheenB/automatic-music-generator
Language: Python - Size: 26.9 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FarheenB/myblog
Language: HTML - Size: 218 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FarheenB/Digit-Recognizer-using-CNN
Language: Jupyter Notebook - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FarheenB/covid-detection-ct-scan-images
Detect whether a person is COVID-19 positive by CT Scan images of Transverse Section of Chest.
Language: Jupyter Notebook - Size: 167 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 2

FarheenB/Employee-Salary-Prediction-in-Python
Model a system that suggests the HR as what salary should be offered to the new hired Employee depending on his position and years of experience.
Language: Jupyter Notebook - Size: 117 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FarheenB/Auto-Rickshaw-Tracking-System
Auto-Rickshaw Tracking System is flask based application to track auto rickshaw within college campus with the help of RFIDs .
Language: HTML - Size: 1.59 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

FarheenB/Fuzzy-Clustering-in-Python
An illustration of fuzzy clustering algorithm in python
Language: Jupyter Notebook - Size: 216 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FarheenB/OpenAPI-Specification Fork of OAI/OpenAPI-Specification
The OpenAPI Specification Repository
Size: 2.51 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/pycql Fork of geopython/pycql
A pure python CQL parser.
Size: 142 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

FarheenB/Deep-Learning-Explained Fork of MicrosoftLearning/Deep-Learning-Explained
This repository contains the lab files for Microsoft course DAT236x: Deep Learning Explained
Size: 4.25 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/geotools Fork of geotools/geotools
Official GeoTools repository
Size: 212 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

FarheenB/workshops Fork of planetfederal/workshops
Workshop materials relating to open source projects that we participate in or products we support.
Size: 177 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

FarheenB/ogcapi-features Fork of opengeospatial/ogcapi-features
An open standard for querying geospatial information on the web.
Size: 3.68 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Grocery-Store-Recommendation-System-in-Python
A recommendation model that optimizes the sales in a grocery store. Association rule learning to know exactly where to place the products in the store.
Language: Python - Size: 46.9 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

FarheenB/Restaurant-Reviews-with-NLP-in-Python
Design an appropriate model that classify the restaurant as good or bad depending on the reviews posted for it. Used Natural Language Processing to read the reviews and predict the quality of restaurant.
Language: Jupyter Notebook - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Grid-Search-in-Python
Grid Search is to search the hyper-parameter space for the best cross validation score in the dataset.
Language: Jupyter Notebook - Size: 40 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Logistic-Regression-from-Scratch-in-Python
Modeled Logistic Regression Algorithm from scratch in Python
Language: Jupyter Notebook - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Linear-Regression-from-Scratch-in-Python
Modeled Linear Regression Algorithm from scratch in Python
Language: Jupyter Notebook - Size: 21.5 KB - Last synced at: about 16 hours ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/SVM-from-Scratch-in-Python
Modeled Support Vector Machine Classification Algorithm from scratch in Python
Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Perceptron-from-Scratch-in-Python
Modeled Perceptron Algorithm from scratch in Python
Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/KNN-from-Scratch-in-Python
Modeled K-Nearest Neighbor Algorithm from scratch in Python
Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Decision-Tree-from-Scratch-in-Python
Modeled Decision Tree Algorithm from scratch in Python
Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/KMeans-from-Scratch-in-Python
Modeled K-Means Algorithm from scratch in Python
Language: Python - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Polynomial-Regression-from-Scratch-in-Julia
Modeled Polynomial Regression Algorithm from scratch in Julia
Language: Julia - Size: 210 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Ridge-Regression-from-Scratch-in-Julia
Modeled Ridge Linear Regression Algorithm from scratch in Julia
Language: Julia - Size: 210 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/LASSO-Regression-from-Scratch-in-Julia
Modeled LASSO Linear Regression Algorithm from scratch in Julia
Language: Julia - Size: 210 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

FarheenB/Linear-Regression-from-Scratch-in-Julia
Modeled Linear Regression Algorithm from scratch in Julia
Language: Julia - Size: 210 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Naive-Bayes-from-Scratch-in-Python
Modeled Naive Bayes Classification Algorithm from scratch in Python
Language: Jupyter Notebook - Size: 130 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/OGC-Interoperability
A Web App to make OGC WMS, WFS and WCS APIs calls. Using GeoServer and OpenMap for integration and AngularJS for front-end development.
Language: TypeScript - Size: 3.37 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FarheenB/sobel-edge-detector-app
A Web Application to detect the edges in an image by performing Sobel Edge Detection. Smoothen the image by applying different sigma values and changing window size on Gaussian Filter. Developed in python-Flask.
Language: HTML - Size: 4.39 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/animal-image-detection-app
A Web App that differentiates between the images of cat and dog. Used AngularJS and python-Flask.
Language: TypeScript - Size: 1.17 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

FarheenB/Movie-Ratings-Data-Exploration-in-Python
Movie Rating Data Exploration using Seaborn Library
Language: Jupyter Notebook - Size: 907 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/animal-image-detection-cnn-in-flask
Language: Python - Size: 1.7 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

FarheenB/Animal-Image-Detection-in-Python
A model to detect whether its an image of a Cat or a Dog. Used CNN Algorithm with an accuracy of 88% for image prediction.
Language: Jupyter Notebook - Size: 213 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

FarheenB/Basketball-Players-Career-Exploratory-Analysis-in-Python
Language: Jupyter Notebook - Size: 883 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Bank-Customer-Association-Prediction-by-ANN-in-Python
An artificial neural network model that based on the customer details predicts whether he/she will remain associated with the Bank or will close his/her account soon.
Language: Jupyter Notebook - Size: 260 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Mall-Customer-Clusters-in-Python
Python code to clusters the different type of customers in a mall in separate categories. Methods used are K-Means Clustering and Hierarchical Clustering.
Language: Jupyter Notebook - Size: 96.7 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Exploratory-Data-Analysis-Flight-Dataset-in-Python
Language: Jupyter Notebook - Size: 850 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

FarheenB/Feature-Relation-Analysis-in-Python
Language: Jupyter Notebook - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Random-Forest-from-Scratch-in-Python
Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/MLfromscratch Fork of patrickloeber/MLfromscratch
Machine Learning algorithm implementations from scratch.
Size: 20.5 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Cell-Movement-Flower-plot-in-R
R project for flower plot and trajectory
Language: R - Size: 151 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/geoserver Fork of geoserver/geoserver
Official GeoServer repository
Size: 223 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/react-native Fork of facebook/react-native
A framework for building native apps with React.
Size: 479 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/react Fork of facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
Size: 145 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/scikit-learn Fork of scikit-learn/scikit-learn
scikit-learn: machine learning in Python
Size: 112 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

FarheenB/timescaledb Fork of timescale/timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Size: 10.8 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/TensorFlow-Examples Fork of aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Size: 9.11 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FarheenB/Farheen_Bano
Language: HTML - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0
