Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Sushant Ovhal

Learning Today For A Better Tomorrow

Skills Acquired at Skill-Lync :

  • PYTHON
  • DATA SCIENCE

Introduction

I am seeking an opportunity to begin my career in a high-level skilled and professional environment. I want my efforts to make a considerable difference in the organization along with their consequent success. That will help me to sharpen my skills and update my current knowledge in the technical field.

22 Projects

Project 1 - English Dictionary App & Library Book Management System

Objective:

Project 1) English dictionary app and Library Book Management system

calendar

06 Nov 2023 04:04 PM IST

    Read more

    Project 2 - EDA on Vehicle Insurance Customer Data

    Objective:

    1.Question¶ import pandas as pdimport numpy as np Customer_Detail=pd.read_csv('customer_details.csv')Customer_Policy=pd.read_csv('customer_policy_details.csv') Customer_Detail.columns=['Customer_id','Gender','Age','Driving Licence Present','Region Code','Previously Insured','Vehicle age','Vehicle Damage'] Customer_Policy.columns=['Customer_id','Annual…

    calendar

    20 Aug 2022 01:11 PM IST

    • PYTHON
    Read more

    Project 1

    Objective:

    PROJECT 1 ECOMMERCE  USE ecommerce; -- Question 3DESC users_data; -- Question 4SELECT * FROM users_data LIMIT 100; -- QUestion 5SELECT COUNT(DISTINCT country)Distinct_value_country,COUNT(DISTINCT language)DIstinct_value_language FROM users_data; -- Question 6SELECT gender, SUM(socialNbFollowers)max_users FROM users_data…

    calendar

    01 Sep 2022 08:49 AM IST

      Read more

      Project 2

      Objective:

      Create new schema as alumni  ANS:- 2) Import all .csv files into MySQL ANS:-   3) Run SQL command to see the structure of six tables ANS- DESC college_a_hs;DESC college_a_se;DESC college_a_sj;DESC college_b_hs;DESC college_b_se;DESC college_b_sj;   6) Perform data cleaning on table College_A_HS and store…

      calendar

      09 Sep 2022 07:22 AM IST

        Read more

        Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring

        Objective:

        Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring

        calendar

        13 Sep 2022 09:10 AM IST

          Read more

          Project 2 - Create a report using PowerQuery, Macro VBA, List Functions and Data Validation functions for Data Reporting of Supply Chain Management companies

          Objective:

          Project 2 Excel file due to large file size the file is not uploaded.because of that, I submit the screenshot of each question.please accept the screenshot of the answer.

          calendar

          19 Sep 2022 05:45 AM IST

            Read more

            Project 1 - Analyzing the Education trends in Tamilnadu

            Objective:

            This dashboard empowers mission driven organizations to harness the power of data visualization for social change. Women are tracked away from science and mathematics throughout their education, limiting their training and options to go into these fields as adults. The data set contains the data of women graduated by years,…

            calendar

            14 Nov 2023 01:32 PM IST

              Read more

              Project 2 - Gender Bias in Science and Technical field

              Objective:

              This dashboard empowers mission driven organizations to harness the power of data visualization for social change. The data set talks about the literacy rates in Tamilnadu. It is distributed according to the cities and their ranks. It contains the population, as per the gender. This dashboard gives us the insight about…

              calendar

              04 Oct 2022 12:43 PM IST

                Read more

                Basics of Probability and Statistics Week 1 Challenge

                Objective:

                  1) Why there is a difference in the formula of variance for population and sample Ans:- The sample variance is an estimate of  σ2 and is very useful in situations where calculating the population variance would be too cumbersome. The only difference in the way sample variance is calculated is that…

                calendar

                07 Oct 2022 03:52 PM IST

                  Read more

                  Basics of ML & AL Week 2 Challenge

                  Objective:

                  1)Calculate all 4 business moments using pen and paper for the below data set 1)  mean µ= ∑(x1) * p(x)             = 0*0.35+1*0.25+ 2*0.15 + 3*0.15 + 4*0.10             = 0 + 0.25 + 0.3 +0.45 +0.4        …

                  calendar

                  08 Oct 2022 08:35 AM IST

                  Read more

                  Supervised Learning - Prediction Week 3 Challenge

                  Objective:

                  1) Perform Gradient Descent in Python with any loss function Gradient Descent Gradient Descent is an optimization algorithm used for minimizing the cost function in various machine learning algorithms. Gradient descent is an optimization algorithm that is commonly used to train machine learning models and neural networks.…

                  calendar

                  09 Oct 2022 07:24 AM IST

                    Read more

                    Supervised Learning - Classification Week 7 Challenge

                    Objective:

                    1) Pros and cons of SVM SVM     1) SVM stands for support vector machines.SVM is simple and provides good accuracy with less computational power, SVM is also used for regression but is widely applied for classification projects. There are several hyperplanes possible to classify the data points, but the…

                    calendar

                    12 Oct 2022 04:50 AM IST

                      Read more

                      Supervised Learning - Classification Week 8 Challenge

                      Objective:

                      1) Apply knn to the “Surface defects in stainless steel plates” and identify the difference KNN is a simple algorithm, based on the local minimum of the target function which is used to learn an unknown function of desired precision and accuracy. The algorithm also finds the neighborhood of an unknown input,…

                      calendar

                      16 Oct 2022 08:54 AM IST

                        Read more

                        Supervised Learning - Classification Week 9 Challenge

                        Objective:

                        1) What is a Neural Network? Neural networks reflect the behavior of the human brain, allowing computer programs to recognize patterns and solve common problems in AI, machine learning, and deep learning. Neural networks, also known as artificial neural networks (ANNs) or simulated neural networks (SNNs), are a subset…

                        calendar

                        16 Oct 2022 04:24 PM IST

                          Read more

                          Unsupervised Learning - Kmeans Week 11 Challenge

                          Objective:

                          1) How does similarity is calculated if data is categorical in nature Categorical data (also known as nominal data) has been studied for a long time in various contexts. However, computing similarity between categorical data instances is not straightforward owing to the fact that there is no explicit notion of ordering…

                          calendar

                          17 Oct 2022 01:44 PM IST

                            Read more

                            Project 1

                            Objective:

                            import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns   auto= pd.read_csv("auto_clean.csv") print(auto) symboling normalized-losses make aspiration num-of-doors \ 0 3 122 alfa-romero std two 1 3 122 alfa-romero std two 2 1 122 alfa-romero std two 3 2 164 audi std four 4 2 164…

                            calendar

                            17 Oct 2022 07:43 PM IST

                              Read more

                              Project 2

                              Objective:

                              import numpy as np import pandas as pd import matplotlib.pyplot as plt from sklearn.cluster import KMeans from sklearn.manifold import TSNE from sklearn.linear_model import LinearRegression cardata = pd.read_csv('Cars_mileage.csv')  print(cardata) HP MPG VOL SP WT 0 49 53.700681 89 104.185353 28.762059 1 55 50.013401…

                              calendar

                              18 Oct 2022 12:45 PM IST

                                Read more

                                Project 1 - COVID-19 Vaccinations Trend Analysis

                                Objective:

                                Aim The aim of this project is to analyze the data in detail on vaccinated people and fully vaccinated people by country in 2021-2022 Introduction Since the start of the COVID-19 outbreak, WHO has worked with countries and areas in Different regions on public health measures to slow or stop the spread of the virus. Safe…

                                calendar

                                28 Oct 2022 05:10 AM IST

                                  Read more

                                  Project 2 - Supply and Demand Gap Analysis

                                  Objective:

                                  Aim The aim of this project is to collect and analyze the data in detail of the Pickup point of the Airport and City Request id in Uber Request Data.   Introduction Uber provides the 2016 data. By using this data find out the demand and supply Analysis gap of the cab. The main objective of this project is to analyze…

                                  calendar

                                  28 Oct 2022 01:16 PM IST

                                    Read more

                                    Project 1

                                    Objective:

                                    Project 1  

                                    calendar

                                    30 Nov 2022 05:44 AM IST

                                      Read more

                                      Project 2

                                      Objective:

                                      Project 2

                                      calendar

                                      30 Nov 2022 11:41 AM IST

                                        Read more

                                        Project 1 - Implement and deploy CNN model in real-time using python on Fashion MNIST dataset

                                        Objective:

                                         Implement and deploy CNN model in real-time using python on Fashion MNIST dataset

                                        calendar

                                        20 Dec 2022 07:04 AM IST

                                          Read more
                                          Showing 1 of 22 projects

                                          13 Course Certificates

                                          certificate

                                          Core and Advanced Python Programming

                                          CertificateIcon
                                          Certificate UID: f0it3wap6erx7q1u
                                          View Certificate
                                          certificate

                                          SQL for Data Science

                                          CertificateIcon
                                          Certificate UID: 32f9rkqbjasdcvwn
                                          View Certificate
                                          certificate

                                          Data Analysis and Visualization using Excel

                                          CertificateIcon
                                          Certificate UID: vrs4ei5k8pth7cwz
                                          View Certificate
                                          certificate

                                          Data Analysis and Visualization with Tableau

                                          CertificateIcon
                                          Certificate UID: vqrhw8cmns9bx05l
                                          View Certificate
                                          certificate

                                          Machine Learning Fundamentals In Depth

                                          CertificateIcon
                                          Certificate UID: vo4jk6pzcwsdq8u5
                                          View Certificate
                                          certificate

                                          Effective Dashboards using Power BI

                                          CertificateIcon
                                          Certificate UID: csmoig2183khvapj
                                          View Certificate
                                          certificate

                                          Statistics and Probability for Data Sciences

                                          CertificateIcon
                                          Certificate UID: 9vafsj3ix2btu5or
                                          View Certificate
                                          certificate

                                          HR Prep

                                          CertificateIcon
                                          Certificate UID: a59o6btgxmplf4ns
                                          View Certificate
                                          certificate

                                          Aptitude

                                          CertificateIcon
                                          Certificate UID: nz74yq02hdgclixw
                                          View Certificate
                                          certificate

                                          Verbal Ability

                                          CertificateIcon
                                          Certificate UID: vqus7agpzdkb0l8j
                                          View Certificate
                                          certificate

                                          Mock Interview For Career Services

                                          CertificateIcon
                                          Certificate UID: a43itubn1cop879d
                                          View Certificate
                                          certificate

                                          Introduction to Machine Learning Algorithms and their Implementation in Python

                                          CertificateIcon
                                          Certificate UID: 3k8aovx2snt1b7qd
                                          View Certificate
                                          certificate

                                          Advanced Deep Learning using Python

                                          CertificateIcon
                                          Certificate UID: gtz34cqk8lm72d0o
                                          View Certificate
                                          Showing 1 of 13 certificates

                                          2 Workshop Certificates

                                          certificate

                                          AWS Sysops

                                          CertificateIcon
                                          Certificate UID: wxea4qy9jf
                                          View Certificate
                                          certificate

                                          AWS PROFESSIONAL

                                          CertificateIcon
                                          Certificate UID: z4ybf5qkih
                                          View Certificate
                                          Showing 1 of 2 certificates

                                          Academic Qualification

                                          B.E

                                          P.E.S. Modern College of Engineering

                                          13 Jun 2018 - 22 Jun 2021

                                          Diploma

                                          Marathwada Mitra Mandal's Polytechnic

                                          16 Jun 2015 - 06 Jun 2017

                                          10th

                                          smt.shabai devrao ganage prashala, trivani,nagar ,talwade tal.havali.dist.pune

                                          12 May 2014 - 15 Mar 2015

                                          Schedule a counselling session

                                          Please enter your name
                                          Please enter a valid email
                                          Please enter a valid number

                                          Here are the courses that I have enrolled

                                          coursecard
                                          4.8

                                          30 Hours of Content

                                          coursecard
                                          4.3

                                          22 Hours of Content

                                          coursecard
                                          Recently launched

                                          24 Hours of Content

                                          coursecard
                                          Recently launched

                                          24 Hours of Content

                                          coursecard
                                          Recently launched

                                          7 Hours of Content

                                          coursecard
                                          Recently launched

                                          18 Hours of Content

                                          coursecard
                                          Recently launched

                                          21 Hours of Content

                                          coursecard
                                          Recently launched

                                          10 Hours of Content

                                          coursecard
                                          Recently launched

                                          22 Hours of Content

                                          coursecard
                                          Recently launched

                                          0 Hours of Content

                                          Similar Profiles

                                          Apoorv Ranjan
                                          Apoorv Ranjan

                                          Ladder of success cannot be climbed with hands in pocket.

                                          Pruthvi Jagadeesh GK
                                          Pruthvi Jagadeesh GK

                                          The Future in Motion

                                          Krantiveer .
                                          Krantiveer .

                                          Give more than what you get you will get more than what you gave