Srishti Patkar's repositories

Password-Validation

See if the password is strong enough

Language:C#Stargazers:1Issues:0Issues:0

Basic-C-Programming

Basic C programs

Language:CLicense:GPL-3.0Stargazers:0Issues:0Issues:0

beginners-C-program-examples

Simple, Short and Sweet beginners friendly C language programs

Language:CLicense:MITStargazers:0Issues:0Issues:0

Cancer-Prediction-using-SVM

In this notebook, you will use SVM (Support Vector Machines) to build and train a model using human cell records, and classify cells to whether the samples are benign or malignant.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

CO2-emission-prediction

A simple machine learning model to predict the CO2 emission using a fuel consumption dataset which contains model-specific fuel consumption ratings and estimated carbon dioxide emissions for new light-duty vehicles for retail sale.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

movie-recommendation-engine

A recommendation engine is a type of data filtering tool using machine learning algorithms to recommend the most relevant items to a particular user or customer. These systems have become ubiquitous, and can be commonly seen in online stores, movies databases and job finders. This is a content-based recommendation engine

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

SpaceX-Falcon-9-first-stage-Landing-Prediction

Determines the price of the launch. Also, determines if SpaceX will reuse the first stage.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Tic-Tac-Toe

It is a two-player game. After the game is finished you can choose to start a new game or exit.

Language:C++Stargazers:0Issues:0Issues:0

Voice-Activity-Detection-Using-Deep-Learning

This project shows how to detect regions of speech in a low signal-to-noise environment using deep learning. The project uses the Speech Commands Dataset to train a Bidirectional Long Short-Term Memory (BiLSTM) network to detect voice activity.

Language:MATLABStargazers:0Issues:0Issues:0

weight-on-this-planet

This program calculates your weight on different planets.

Language:C++Stargazers:0Issues:0Issues:0

Car-Price-Prediction

A complete Data Analysis project to predict the car price using given data.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Churn-Prediction-using-Logstic-Regression

In this notebook, you will learn Logistic Regression, and then, you'll create a model for a telecommunication company, to predict when its customers will leave for a competitor, so that they can take some action to retain the customers.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Customer-Classification-KNN

Imagine a telecommunications provider has segmented its customer base by service usage patterns, categorizing the customers into four groups. If demographic data can be used to predict group membership, the company can customize offers for individual prospective customers. It is a classification problem. That is, given the dataset, with predefined labels, we need to build a model to be used to predict class of a new or unknown case. The example focuses on using demographic data, such as region, age, and marital, to predict usage patterns. The target field, called custcat, has four possible values that correspond to the four customer groups, as follows: 1- Basic Service 2- E-Service 3- Plus Service 4- Total Service Our objective is to build a classifier, to predict the class of unknown cases. We will use a specific type of classification called K nearest neighbour.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Data-analysis

projects related to data analysis

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

demographic-data-analyzer

Analysing demographic data using Pandas using a dataset of demographic data that was extracted from the 1994 Census database.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

denspart

Atoms-in-molecules density partitioning schemes based on stockholder recipe

License:GPL-3.0Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Drug-Prediction-Decision-Tree

In this lab exercise, you will learn a popular machine learning algorithm, Decision Trees. You will use this classification algorithm to build a model from the historical data of patients, and their response to different medications. Then you will use the trained decision tree to predict the class of an unknown patient, or to find a proper drug for a new patient.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Extracting-and-Visualizing-Stock-Data

Extracting essential data from a dataset and displaying it is a necessary part of data science; therefore individuals can make correct decisions based on the data. In this assignment, you will extract some stock data, you will then display this data in a graph.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

GDP-Predictor

Non Linear Regression Analysis

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

hacktoberfest

EASY PULL REQUEST! Don't forget to star if it helped!

Stargazers:0Issues:0Issues:0

Hacktoberfest2020

Make your first Pull Request and earn a free tee from GitHub!

License:MITStargazers:0Issues:0Issues:0

hacktoberfest_2020

Solve the given questions, and submit a PR.💬 Make sure you submit the solution in the correct folder. ✔

Language:CStargazers:0Issues:0Issues:0

hello-world

just another repository

Language:HyPhyStargazers:0Issues:0Issues:0

house-price-prediction

Predicting the prices of houses at King County, USA using the given dataset.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

mean-variance-standard-deviation-calculator

Create a function named calculate() that uses Numpy to output the mean, variance, standard deviation, max, min, and sum of the rows, columns, and elements in a 3 x 3 matrix.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

password-validation-program

A program that takes in a string as input and evaluates it as a valid password. The password is valid if it has at a minimum 2 numbers, 2 of the following special characters ('!', '@', '#', '$', '%', '&', '*'), and a length of at least 7 characters.

Language:C++Stargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0