1.Why there is a difference in the formula of variance for population and sample? *N is a greater value than N-1. *When divided N-1 a smaller number we will get a larger number for variance. This number near to the possible variance value for the population. *It is always good to have a large variance for the population.…
Mayur Khadse
updated on 23 Aug 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Mayur Khadse (17)
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
a. Do proper formatting of the data with using borders, font size and appropriate alignment of the content. b. Make summary of Products Sales by providing c. Make worksheet from the given Data for categorical representation of table based on fields Status, ProductLine and Sales using Pivot Table.…
13 Nov 2022 07:18 AM IST
Project 2 - Create a report using PowerQuery, Macro VBA, List Functions and Data Validation functions for Data Reporting of Supply Chain Management companies
2.1.Data Summary of All Female Client’s for Income and Loan Amount using New Functions 3.1. 3.3.Check Spelling mistakes in the workbook using VBA Code Sub Highlight_Misspelled_Words()Dim cell As RangeFor Each cell In ActiveSheet.UsedRangeIf Not Application.CheckSpelling(Word:=cell.Text) Then cell.Interior.ColorIndex…
05 Nov 2022 09:21 AM IST
Project 1 - Analyzing the Education trends in Tamilnadu
Attached the Tableau Workbook
18 Sep 2022 07:13 AM IST
Project 1
Attached the jupyter notebook file.
06 Sep 2022 12:23 PM IST
Unsupervised Learning - Kmeans Week 11 Challenge
1.How does similarity is calculated if data is categorical in nature Similarity is the basic building block for techniques such as Recommendation engines, clustering, classification andanomaly detection. Similarity is the measure of how alike two data objects are. Similarity in the data mining context is usually described…
05 Sep 2022 12:05 PM IST
Supervised Learning - Classification Week 9 Challenge
1. What is a Neural Network? *An artificial neural network (ANN) is a system of hardware and/or software patterned after the operation of neurons in thehuman brain. *Neural networks, also known as artificial neural networks (ANNs) or simulated neural networks (SNNs), are a subset ofmachine learning and are at the heart…
04 Sep 2022 07:17 AM IST
Supervised Learning - Classification Week 8 Challenge
1. Apply knn to the “Surface defects in stainless steel plates” and identify the differences -Attached jupyter notebook file for this solution. 2. What are the pros and cons of knn? Pros: It is a simple Machine Learning algorithm and easy to understand. kNN can be used for classification and regression.…
04 Sep 2022 07:08 AM IST
Supervised Learning - Classification Week 7 Challenge
1.Pros and cons of SVM Pros of SVM: *Thrives in High Dimension : When data has high dimension (think 1000+ to infinity features) a Support Vector Machine withthe right settings (right kernel choice etc.) can be the way to go and produce really accurate results. *Kernel Flexibility : Support Vector Machines are all about…
03 Sep 2022 07:13 AM IST
Supervised Learning - Prediction Week 3 Challenge
1.Perform Gradient Descent in Python with any loss function import numpy as np import pandas as pd import matplotlib.pyplot as pt #importing input data data = pd.read_csv('data.csv') X = data.iloc[:,0]Y = data.iloc[:,1] print(X) #building a mean square error loss or cost function modelm = 0c = 0L = 0.0001 #learing…
25 Aug 2022 12:39 PM IST
Basics of ML & AL Week 2 Challenge
1)Calculate all 4 business moments using pen and paper for the below data set? x p(x) p*p(x) X-mean (X-mean)2*x ((X-mean)/variance))^3 ((X-mean)/variance))^4 0 0.35 0 -1.4 0 -0.012918411373136 0.003031182931448 1 0.25 0.25 -0.4 0.16 -0.00030130405535 2.01994697639187E-05 2 0.15 0.3 0.6 0.72 0.001016901186807…
24 Aug 2022 12:31 PM IST
Basics of Probability and Statistics Week 1 Challenge
1.Why there is a difference in the formula of variance for population and sample? *N is a greater value than N-1. *When divided N-1 a smaller number we will get a larger number for variance. This number near to the possible variance value for the population. *It is always good to have a large variance for the population.…
23 Aug 2022 01:07 PM IST
Project 2
Project 2
30 Jul 2022 02:00 PM IST
Project 1
Solution
25 Jul 2022 05:43 AM IST
Project 2
Solutions Attached the pdf for excel table and pivot chart Attached jupyter notebook and sql file
27 Jun 2022 11:51 AM IST
Project 1
Solutions
25 Jun 2022 06:57 AM IST
Project 2 - EDA on Vehicle Insurance Customer Data
solution
05 Jun 2022 01:20 PM IST
Project 1 - English Dictionary App & Library Book Management System
Solution
05 Jun 2022 06:26 AM IST