Devdatta Supnekar (@devdatta95)
  • Stars
    star
    206
  • Global Rank 119,782 (Top 5 %)
  • Followers 227
  • Following 78
  • Registered over 5 years ago
  • Most used languages
    Python
    27.8 %
    R
    11.1 %
  • Location 🇮🇳 India
  • Country Total Rank 6,153
  • Country Ranking
    R
    431
    Python
    4,911

Top repositories

1

Python_Exercise

These Python programming exercises are suitable for all Python developers. If you are a beginner, you will have a better understanding of Python after solving these exercises.
Jupyter Notebook
53
star
2

Pandas_Exercise

The purpose of this repository to show various Excel tasks that can be executed using Pandas library in python
Jupyter Notebook
45
star
3

Numpy_Exercise

NumPy is a computational library that helps in speeding up Vector Algebra operations that involve Vectors (Distance between points, Cosine Similarity) and Matrices. Specifically, it helps in constructing powerful n-dimensional arrays that works smoothly with distributed and GPU systems. It is a very handy library and extensively used in the domains of Data Analytics and Machine Learning. Other than Python, it can also be used in tandem with languages like C and Fortran. Being an Open Source Library under a liberal BSD license, it is developed and maintained publicly on GitHub.
Jupyter Notebook
41
star
4

OCR_Documents_With_Flask

This flask web applications extract the text data from documets photos like adhar card, pan card, driving licesnce, Bank Cheque and Others, It also detected the face present in the document and store it in the face folder
Python
11
star
5

Python-Practice

Jupyter Notebook
8
star
6

Fashion-Class-Classification-Using-CNN

The global fashion industry is valued at three trillion dollars and accounts for 2 percent of the world's. GDP the fashion industry is undergoing a dramatic transformation by adopting new computer vision and Machine learning and deep learning techniques. In this case study we'll look at a hypothetical situation. We assume that if a retailer hired you to build a virtual stylist assistant that looks at customer Instagram and Facebook images and classifies what fashion category they are wearing either bags dresses and pants. The virtual assistant can help the retailer detect and forecast fashion trends and launch targeted marketing campaigns. In this story we're going to use the fashionmnist data. It's a data set that contains images of bags shoes and dresses. And we're asking the deep network to classify the images into 10 classes. So we wanted to build kind of an app per se or a model. They can look at images and can tell us exactly what category in this image. Is it like a short. Is it a bag. Is it like a hat. And so on. That's the whole objective. The data again they are divided into 28 by 28 greyscale images and the target class is actually No. 1 out of 10 which is kind of a target label which can be categorized as you can see into either like maybe a shoe maybe like like pants. Basically these are the target classes. We have the t shirts trousers pullovers ankle boots sneakers and so on so forth.
Jupyter Notebook
5
star
7

SQL_Poject

folder to save sql codes
4
star
8

Basics-of-Python-Programming-For-Data-Science

This repository contains all the fundamentals of Python programming. which is mostly used in Data science and machine learning algorithm
Jupyter Notebook
4
star
9

PGA13-Face-Dection

this project is used to train LBPH model for face recognition and haarcasde for detection
Python
3
star
10

XYZ-Corporation-Lending-Data-Project

People often save their money in the banks which offer security but with lower interest rates. Lending Club operates an online lending platform that enables borrowers to obtain a loan, and investors to purchase notes backed by payments made on loans. It is transforming the banking system to make credit more affordable and investing more rewarding. But this comes with a high risk of borrowers defaulting the loans. Hence there is a need to classify each borrower as defaulter or not using the data collected when the loan has been given.
Jupyter Notebook
2
star
11

adbc

Jupyter Notebook
1
star
12

Project-VGG16

this project is used classification
Jupyter Notebook
1
star
13

SVM-PROJECT

this project is used to predict loan status
Python
1
star
14

Linear-Regression-In-Python

Jupyter Notebook
1
star
15

Polynomial-Regression-For-Salary-Prediction

A simple R program that implements a very basic Polynomial Regression on a small data set. Because these data set don't have liner relationship between independent variable and dependent variable. so if we use the liner model then well get very High error. so in these example w'll compare both the model and select which one is best.
R
1
star
16

Simple-Linear-Regression

Simple linear regression is supervised machine learning algorithm. which is use to find the relationship between one independent variable and one dependent variable. The data-set contain 2 variable one is dependent which is Salary and the other is Experience. so with the help of these data we have to predict the salary based on the Years of Experience.
Python
1
star
17

linear-regression

Jupyter Notebook
1
star
18

PGA23-ML-TEST

this project is used for model builidng
Python
1
star
19

Market-Basket-Analysis-On-Retail-store-in-R

Market Basket Analysis is one of the key techniques used by large retailers to uncover associations between items. It works by looking for combinations of items that occur together frequently in transactions. To put it another way, it allows retailers to identify relationships between the items that people buy.
R
1
star