1.Perform Gradient Descent in Python with any loss function. ans: i performed gradient descent in python using the loss function of sum of mean squared error. i used salary_data as the data to train the model. first i defined the function Y = lamda x*m + b. also defined plot_line to draw Y i a grapkeeping the leraning…
Risheek Kumar
updated on 20 Jun 2021
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 Risheek Kumar (9)
Project 2
Implement Clustering and then predict the class of car from “Car dataset”. ans: I chose the " CarPrice_Assignment " dataset as there was no dataset with the exact name as “Car dataset”. - The data was read and checked for any missing data or anomalies. - Dropped 'car ID' and 'CarName'…
30 Jun 2021 09:35 AM IST
Project 1
The data seemed to have a lot of missing data with no column names. - first had to asses the data to find out how many null values it had. - '?' were placed instead of empty values. such values had to be removed and replaced with null value. - Then each column was given name to ease the analysis process. - removed…
30 Jun 2021 01:39 AM IST
Unsupervised Learning - Kmeans Week 11 Challenge
1. How does similarity is calculated if data is categorical in nature? ans: similarity in categorical data is not as direct when itcomes to numerical data. the categorical data is first tranformed to numerical values and both are standardised to make sense of the similarity and dissimilarity between/among those features.…
29 Jun 2021 05:54 PM IST
Supervised Learning - Classification Week 9 Challenge
1. What is a Neural Network? ans: A Neural Network is a network or circuit of artificial neurons which works together to understand or solve multiple situations by mimicing the functions of an actaul brain.it takes input and, in conjunction with information from other nodes, develop output without programmed rules. Essentially,…
29 Jun 2021 02:37 AM IST
Supervised Learning - Classification Week 8 Challenge
1. Apply knn to the “Surface defects in stainless steel plates” and identify the differences. - labeled the dependent variables to a single dimentioanal array. - droped TypeOfSteel_A400 column because its just the distinction from TypeOfSteel_A400 and TypeOfSteel_A300. this helps avoiding co_linearity among…
26 Jun 2021 05:33 PM IST
Supervised Learning - Classification Week 7 Challenge
1. Pros and cons of SVM. Pros Cons - It works really well with a clear margin of separation - It doesn’t perform well when we have large data set because the required training time is higher. - It is effective in high dimensional spaces. - It also doesn’t perform very well, when the data set has more noise…
25 Jun 2021 06:54 PM IST
Supervised Learning - Prediction Week 3 Challenge
1.Perform Gradient Descent in Python with any loss function. ans: i performed gradient descent in python using the loss function of sum of mean squared error. i used salary_data as the data to train the model. first i defined the function Y = lamda x*m + b. also defined plot_line to draw Y i a grapkeeping the leraning…
20 Jun 2021 06:08 PM IST
Basics of ML & AL Week 2 Challenge
1)Calculate all 4 business moments using pen and paper for the below data set? ans : 1) measure of central tendency(mean) = 1.4 2) measure of dispersion(variance) = 1.84 3) skewness = 0.568 , therefore positively skewed. 4) kurtosis = -0.976 *calculations attached in document* 2)What is the significance of expected…
16 Jun 2021 11:28 AM IST
Basics of Probability and Statistics Week 1 Challenge
1) Why there is a difference in the formula of variance for population and sample? ans : It is because the variance calculated for the whole population and variance calculated for just the sample are diffferent. it is to get a better and unbiased estimate considering the size of the popultion to the sample taken. …
05 May 2021 07:40 AM IST