Tushar Bhalerao (Rinester88)

Rinester88

Geek Repo

Company:Christ University

Location:Pune

Twitter:@tushinrush

Github PK Tool:Github PK Tool

Tushar Bhalerao's repositories

Language:JavaScriptStargazers:0Issues:0Issues:0

cal.com

Scheduling infrastructure for absolutely everyone.

License:NOASSERTIONStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

autogen

Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ

License:CC-BY-4.0Stargazers:0Issues:0Issues:0

Drinking-Water-Potability-Prediction

The acceptability of water for human eating and other domestic needs without producing harm or health hazards is referred to as water potability. Potable water, also known as drinking water, must meet certain quality criteria in order to be safe for consumption and pose no health risks

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

Rinester88

Config files for my GitHub profile.

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

Pan-Card-Tampering-

The purpose of this project is to detect tampering of PAN card using computer vision. This project will help different organization in detecting whether the Id i.e. the PAN card provided to them by thier employees or customers or anyone is original or not.

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

ML-Libraries

The libraries discussed here widely, one can do ML using python. And applying these libraries in a dataset discussed here widely. We can notice that using replace function we can easily change the values of column. Using sns.countplot() we can visualize the count of how many times repeated of all values of a particular column. Describe() function tells us columns count, mean, sd, min, max etc. Using seaborn boxplot we can visualize that a box plot is a way to show the spread and centers of a data set. Using seaborn histplot we can visualize that histogram represent the data distribution by forming bins along the range of the data and then drawing bars to show the number of observations that fall in each bin. Using pd.dataframe we can create a new dataframe of some features. Using train_test_split we can split the main dataset into training and testing dataset. We can transform all values of some columns using MinMaxScaler which scales all the data features in the range [0, 1] and StandardScaler which makes mean = 0 and scales the data to unit variance. Using seaborn histplot we can visualize that we use MinMaxScaler for directly normalizing the input variables and use StandardScaler for directly standardizing the input variables. Using count() function we count total number of values of particular column. Using value_counts() function we count column's all values how many times repeated. Using append() function we can add dataframe. Seaborn is a siimple graphical tool. Seaborn can be used for both exploration and presentation of findings. Basically here we learned about some machine learning libraries and we praticed on train_test split and normalisation.

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

Blood-Bank

Small user input application for Blood Bank

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

Decision-Tree

Decision Tree is a Supervised learning technique that can be used for both classification and Regression problems, but mostly it is preferred for solving Classification problems. It is a tree-structured classifier, where internal nodes represent the features of a dataset, branches represent the decision rules and each leaf node represents the outcome.

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

ipl-win-probability-predictor

A machine learning project to find out the win probability of an IPL match

Stargazers:0Issues:0Issues:0

CurrencyConverter

A Basic CurrencyConverter Made Using Kotlin, Kodein, MVVM Pattern, Retrofit, CurrencyExchange API,Coroutines.

Stargazers:0Issues:0Issues:0