Code Monkey home page Code Monkey logo

Kshitiz Rohilla's Projects

blog-using-php-mysql icon 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.

covid-19-india-cases-analysis icon 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.

house-price-prediction-using-simple-linear-regression icon 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.

insurance-premium-prediction-using-logistic-regression icon 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.

iris-flower-classification-using-k-nearest-neighbor-algorithm icon 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.

linear-regression-example-head-size-brain-weight icon 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.

login-signup-using-php-mysql icon login-signup-using-php-mysql

A simple LogIn and SignUp system made using PHP on the server side and MySQL for storing client's database consisting of their username, email and passoword using password_hash() function using a strong one-way hashing algorithm.

monkeytype icon 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.

predict-country-gdp-using-simple-linear-regression icon 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.

salary-prediction-using-linear-regression icon 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.

spell-checker-using-python-dictionary icon 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.

titanic-survival-prediction-using-naive-bayes-classifier-algorithm icon 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.

to-do-list icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.