Kshitiz Rohilla (kshitizrohilla)

kshitizrohilla

Geek Repo

Location:Indore, Madhya Pradesh, India

Home Page:kshitizrohilla.bio.link

Github PK Tool:Github PK Tool

Kshitiz Rohilla's repositories

blog-using-php-mysql

This simple blog application provides a user-friendly platform for bloggers to publish their posts online. It is built using PHP on the server-side and uses MySQL for storing blog posts. The application allows bloggers to write blog posts, add images and publish them on the blog.

Language:PHPStargazers:5Issues:1Issues:0

weather-app-using-openweathermap-api

A weather app made using OpenWeatherMap API in JavaScript. The app tells the current temperature and some additional information like Air Quality Index, Real Feel, Humidity, Highest Temperature, Lowest Temperature, Wind Speed, Wind Direction, Visibility, Pressure, Sunrise and Sunset.

house-price-prediction-using-simple-linear-regression

This project aims to predict the price of a house based on its area using simple linear regression. The dataset used in this project consists of 1000 houses in Monroe Township, New Jersey, and their respective areas and prices. The data is stored in a CSV file named house-prices.csv.

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

insurance-premium-prediction-using-logistic-regression

The problem involves using logistic regression to predict whether a person will purchase life insurance or not, based on their age. Since there are only two possible outcomes (i.e. purchase or not purchase), it is considered a binary logistic regression problem.

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

iris-flower-classification-using-k-nearest-neighbor-algorithm

This project uses the K-Nearest Neighbors (KNN) algorithm to classify Iris flowers based on their sepal and petal measurements. The dataset used in this project is the Iris Dataset, which includes 150 samples of Iris flowers, each with four features: sepal length, sepal width, petal length, and petal width.

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

mall-customer-segmentation-using-k-means-clustering-algorithm

This project aims to perform customer segmentation on a Mall customer dataset using the K-Means clustering algorithm. The goal of this project is to cluster the customers based on their purchasing behavior and demographic characteristics.

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

titanic-survival-prediction-using-naive-bayes-classifier-algorithm

This project aims to predict the survival of passengers aboard the Titanic using the Naive Bayes classifier algorithm. The dataset used in this project contains information about Titanic passengers, such as their age, gender, passenger class, and other relevant features.

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

to-do-list

A simple to-do list web app made using vanilla JavaScript. Users can create a list of tasks, mark them as complete, and delete them.

Language:CSSStargazers:0Issues:1Issues:0

user-purchase-prediction-and-classification-using-support-vector-machine-algorithm

This project implements the Support Vector Machine (SVM) algorithm for predicting user purchase classification. The goal is to train an SVM classifier to predict whether a user will purchase a particular product or not.

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

age-height-relation-using-polynomial-regression

This project explores the relationship between age and height using polynomial regression. The data used in this project is given in the CSV file named age-height-data.csv.

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

covid-19-india-cases-analysis

This notebook studies the time-series data of Covid-19 India data set with the following heads: date, time, state/union territory, confirmed Indian national, confirmed Foreign national, cured, deaths and confirmed(sum of confirmed Indian national and confirmed foreign national cases recorded). The data is available as a csv file.

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

first-contributions

🚀✨ Help beginners to contribute to open source projects

License:MITStargazers:0Issues:0Issues:0

javascript-password-validation

This is a simple JavaScript code snippet that provides real-time password validation based on specific requirements.

Language:JavaScriptStargazers:0Issues:0Issues:0

kshitizrohilla

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0

kshitizrohilla.github.io

A website to view the categorical organization of all the projects.

Language:HTMLStargazers:0Issues:0Issues:0

linear-regression-example-head-size-brain-weight

This is a sample project that demonstrates how to use linear regression to analyze the relationship between head size and brain weight. The dataset used in this project includes the head size (in cubic centimeters) and brain weight (in grams) of 237 adult individuals.

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

monkeytype

The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.

Language:TypeScriptLicense:GPL-3.0Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

predict-country-gdp-using-simple-linear-regression

This project aims to predict the per capita income of Canada for a given year, based on the country's adjusted net per capita income. Specifically, the project will use historical data on Canada's income levels to develop a predictive model that can estimate the per capita income of a given year, such as 2020 or 2022.

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

salary-prediction-using-linear-regression

This notebook aims to predict salaries based on years of experience using linear regression. The prediction is done from scratch without the use of external libraries such as the Scikit-learn library.

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

spell-checker-using-python-dictionary

This project is a simple spell checker program written in Python. It allows you to check the spelling of words in a given text and provides suggestions for corrections if a word is misspelled.

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

weather-analysis-using-python

Simple weather analysis of a given data set of a particular location using python. Here, the weather dataset is a time-series data set with per-hour information about the weather conditions at a particular location. It records temperature, dew point temperature, relative humidity, wind speed, visibility, pressure and weather description.

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