• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

More Repositories

1

Hackerrank-Python-3-Solutions

Hackerrank being the top platform to test your coding skills and optimize the way of writing code as you practice more. I have shared the solutions of questions which I solved and the test cases were passed and solution is accepted.
Jupyter Notebook
3
star
2

Hackerrank-SQL-Solutions

Every problem from hackerrank SQL will be uploaded with solution and problem url.
TSQL
2
star
3

Appstore-Games-Data-Analysis-in-Python-

2
star
4

Breadth-First-Traversal-in-Python

2
star
5

Python-Master-Coding

I have clubbed the programming problems, concepts, small basic algorithms like the bubble sort, etc., complexity problems related to order(N).
Jupyter Notebook
2
star
6

CNN-Fashion-MNIST-Data-Analysis

Fashion MNIST dataset is famous dataset of 60000 raw images of fashion clothes. We have to categories and identify the type of clothes.
Jupyter Notebook
2
star
7

Hackerrank-Data-Structures-Solutions

Every problem from hackerrank Data Structures will be uploaded with solution and problem url.
Jupyter Notebook
2
star
8

Temperature-Humidity-Regression-Analysis

This simple small project is all about analyzing 72 readings of temperature and humidity. Using Linear Regression, the analysis of past readings and forecast is shown in the two different graphs of temperature and humidity. The project is simply coded and anyone who knows the basics can easily understand the logic and implementation. The most valuable features like reshape, fit_transform, polynomial feature with degree n, applying model, predicting and forecasting with the graphical representation in the end.
Jupyter Notebook
2
star
9

Exploratory-Data-Anlysis-Basics-with-Referee-Dataset

Creating a small subgroup of data set values from a huge data. The tables created in the file are players and clubs. You can try out more because the helping function is already created in the file.
Jupyter Notebook
2
star
10

Exploratory-Data-Analysis-on-Different-Datasets

Jupyter Notebook
1
star
11

Regression-Project-Bangalore-House-Price-Prediction

The Bangalore House Price Dataset is taken from kaggle source. The data set is all about flat housing property and its features. The most tedious task in this dataset was data cleaning. It took lot of time and good logics to be resolved and get the optimized dataset. Else the another tasks of One Hot Encoding, Model Building are more of self-explanatory, if your basics are good and you know something about it before reading this project. In the end using GridSearchCV, I have tested the accuracy of model with comparing with one another model and then predicted the prices of properties/houses on the basis of some features. I hope you will enjoy it! Happy Learning!
Jupyter Notebook
1
star
12

Boston-Data-Analysis-using-TensorFlow-Keras

the Housing dataset which contains information about different houses in Boston. This data was originally a part of UCI Machine Learning Repository and has been removed now. We can also access this data from the scikit-learn library. There are 506 samples and 13 feature variables in this dataset. The objective is to predict the value of prices of the house using the given features.
Jupyter Notebook
1
star