• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Predicting Rainfall in a Region using Machine Learning (Linear Regression)

More Repositories

1

rake_new2

A Python library that enables smooth keyword extraction from any text using the RAKE(Rapid Automatic Keyword Extraction) algorithm.
Python
29
star
2

Implementing-Basic-ANPR

This project aims to implement basic ANPR(Automatic Number Plate Recognition system) using OpenCV and Tesseract-OCR in Python.
Python
5
star
3

SVM-Series

A series of notebooks on Support Vector Machine algorithm
Jupyter Notebook
3
star
4

SVM_Visual_Tool

A simple web app that helped students visualize the SVM algorithm according to their choice of hyperparameter setting.
Python
3
star
5

Hybrid-Recommendation-system

A hybrid movie recommendation system
Jupyter Notebook
2
star
6

SVM_Flask

A simple web app that helped students visualize the SVM algorithm according to their choice of hyperparameter setting.
HTML
2
star
7

python-alban

Shared. @alban
Jupyter Notebook
2
star
8

Sentiment-Analyzer-App

A web app that works as a movie review sentiment analyzer.
HTML
2
star
9

Coding-Assignments-IEM-SEM-4

Coding Class Day 1 : Sum of two numbers stored in linked list using Stack data structure
Python
2
star
10

Sample_Recommendation_Pyspark_ALS

A sample notebook that illustrates Apache Spark's ALS recommendation algorithm.
Jupyter Notebook
2
star
11

Regression-Series

A series of notebooks on Linear and Logistic Regression
Jupyter Notebook
2
star
12

implicit_rec-official

This is an implementation of the ALS algorithm under Apache Spark's mllib library, designed specifically for designing recommendation systems on implicit data, with the recent update on the regularization parameter.
Python
2
star
13

Ambulance-call-bot

This is a phone call bot for an ambulance service. It automates the otherwise manual task of extracting basic information needed to send an ambulance, like, patient's name, address of the accident scene.
Python
2
star
14

ML-Web-App-Iris-Species-Predictor

A simple Flask application that uses Machine Learning to predict the species of Iris flower based on user choices of different features, like sepal length, sepal width, petal length, petal width. Also allows the user to choose between Logistic Regression and K Nearest Neighbors Classifier
Jupyter Notebook
2
star
15

Seaborn-1

Data Visualization Exercise with Seaborn
Jupyter Notebook
1
star
16

BALaka-18

1
star
17

OOP-Lab-5th-Semester

All lab assignments for IEM CSE's 5th semester Object Oriented Programming Laboratory(OOP).
Java
1
star
18

EDA-Countries_of_the_world

This is a notebook that walks through the 'countries' dataset and provides insights and draws conclusions from the visualizations.
Jupyter Notebook
1
star
19

Visualizations-IPL-and-FIFA

Two notebooks that provide deep insights and visualizations into the IPL and FIFA datasets
1
star
20

Weather-App-using-Flask

Implemented a Flask web app that tells the current weather of the city typed in by the user in the form.
HTML
1
star
21

Data-Analysis-Projects

Notebooks which contain analysis on some datasets taken from Kaggle
Jupyter Notebook
1
star
22

PCA-from-scratch

Implementing Principal Component Analysis from scratch. PCA : One of the simplest and most effective linear dimensionality reduction algorithm
Python
1
star
23

Price-Predictor-App

A simple web app that predicts the price of the car you wish to sell.
HTML
1
star
24

SVM-Visualizer-Web-App

A web application to see effect of C hyperparameter on classification boundary and marginal threshold in SVM.
HTML
1
star
25

EDA-on-the-IPL-Dataset

Using the very useful, powerful and dynamic plotly library to visualize the IPL Dataset
Jupyter Notebook
1
star
26

Data-Wrangling-Notebook

Data Wrangling - colab notebook
Jupyter Notebook
1
star
27

Finding-most-valuable-column-in-Decision-Tree

Decision Tree : Drawing the entire Algorithm for first best split from scratch.
Jupyter Notebook
1
star
28

IEM_Coding-5th-Semester

Solutions for the coding assignments, IEM CSE Dept., 5th Semester.
Python
1
star
29

Unsupervised-algorithm-and-Dimensionality-Reduction

A series of notebooks on unsupervised machine learning algorithms and dimensionality reduction techniques.
Jupyter Notebook
1
star
30

Neural-Networks-and-Deep-Learning

Notebooks of the Coursera course
Jupyter Notebook
1
star
31

Sankey-diagrams

A series of Sankey diagrams, on various datasets
1
star
32

Programming-In-Python---class-files

Programming In Python - class files
Python
1
star
33

COVID-19_Extensive-Visualization

Extensive in-depth visualization on the Novel Corona Virus Dataset. Some scary details have been shown.
Jupyter Notebook
1
star
34

Statistics-Assignment-2

Notebook for 2nd assignment on statistics
Jupyter Notebook
1
star
35

LarynxCode_Guide_webapp

Web app that is a user manual for voice coding
JavaScript
1
star
36

Pandas2

Notebooks to brush up Pandas on the IPL Dataset
Jupyter Notebook
1
star
37

Test_App

Test 1
Jupyter Notebook
1
star
38

Github-tut

Github training
Jupyter Notebook
1
star
39

CN-Lab-Project_Blinders

Code for Stop n Wait ARQ protocol and Go Back N protocol for 6th semester lab project
Java
1
star
40

Data-Mining---APIs-and-Web-scraping

Contributed two datasets to Kaggle. Both were extracted using two popular methods : public APIs and web scraping.
Jupyter Notebook
1
star
41

Sample-Web-Design-College-Project-

College project : Sample website design for IEM English Language Lab.
JavaScript
1
star
42

COVID-19-Timeline-Race

An advamced visualization that shows the timeline race between the number of recorded cases of COVID-19 across the world
Jupyter Notebook
1
star
43

Numpy

Notebooks to brush up on Numpy
Jupyter Notebook
1
star
44

Credit-Card-Fraud-Detection

Credit card Frauds are very common. This is a comparative study between the Naive Bayes and Logistic Regression approaches to this problem
Jupyter Notebook
1
star
45

Seaborn-2

A notebook to solve some questions on specific visualization plot types.
Jupyter Notebook
1
star
46

Automatic-message-alert-bot

This is a bot, created mainly in selenium, that takes input of chat heads from the user and sends alert messages to the users via Whatsapp. The alert message warns the user to stay indoors, wash hands and stay safe to prevent Corona outbreak
Python
1
star
47

Simple-Voice-Assistant-

A simple voice assistant for automating simple computer based tasks for users who are not adept to using a computer
Python
1
star
48

Statistics_Assignment

A group of questions to get warmed up to Statistics.
Jupyter Notebook
1
star
49

Movie-Recommender-System

Implemented a simple Movie recommender system based on Collaborative Filtering using K Means Clustering Algorithm
Jupyter Notebook
1
star
50

Bride-Match-Analysis-and-Prediction_Screening

An ML task assigned as part of screening. Working on Indian Brides' dataset to see if bride has found a match or not. If not matched, return how much it deviated.
Jupyter Notebook
1
star
51

Decision-Trees-Series

Series of notebooks containing implementations of Decision Trees algorithms from scratch
Jupyter Notebook
1
star
52

Python_Assignments_1-10_IEM

1st to the 10th Assignment of IEM Python Laboratory
Jupyter Notebook
1
star
53

pandas

Jupyter Notebook
1
star
54

Decision-Tree-from-Scratch

Building the Decision Tree classifier from scratch. (on 2 different datasets)
Jupyter Notebook
1
star