Q1. Perform Gradient Descent in Python with any loss function Answer: In machine learning, the goal is to predict the target variable as close to the ground truth as possible. Thus, the model we adopt for prediction should have reasonable accuracy. As the input values are fixed, to improve the quality of the…
Alnisa Gulzar
updated on 03 Jun 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 Alnisa Gulzar (22)
Project 1 - Implement and deploy CNN model in real-time using python on Fashion MNIST dataset
03 Oct 2024 03:35 AM IST
Project 1
file is attached
26 Sep 2024 12:22 PM IST
Project 2
project file is attached
26 Sep 2024 04:05 AM IST
Project 2 - Gender Bias in Science and Technical field
The file is attached
10 May 2024 07:22 AM IST
Project 1 - Analyzing the Education trends in Tamilnadu
The project files are attached below
03 May 2024 06:02 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
here I have attached the drive link for the worksheet. https://docs.google.com/spreadsheets/d/1jtXNTtA1mmR9ZlWx8VNU2ck2_-2oQl5H/edit?usp=sharing&ouid=111373955071462287585&rtpof=true&sd=true 3b) VBA Code to convert selected data into pdf from applicant data: Sub PDFconversion()Dim r As RangeDim…
09 Aug 2022 01:04 PM IST
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
The file is attached all mentioned tasks on the provided dataset are done and the formatted file is attached.
29 Jun 2022 01:53 PM IST
Project 2
File attached
20 Jun 2022 04:35 PM IST
Project 1
About Dataset Context Dataset is about cars from back in 85. It's raw and messy. Content This data set consists of three types of entities:(a) the specification of an auto in terms of various characteristics,(b) its assigned insurance risk rating,(c) its normalized losses in use as compared to other cars. The second rating…
20 Jun 2022 07:20 AM IST
Unsupervised Learning - Kmeans Week 11 Challenge
Answer 1: The simplest way to find similarity between two categorical attributes is to assign a similarity of 1 if the values are identical and similarity of 0 if the values are not identical. Another method involves converting the categorical data into label encoding using for loop which runs for the length of the…
19 Jun 2022 10:07 AM IST
Supervised Learning - Classification Week 9 Challenge
Answer 1: Neural Networks Neural networks reflect the behavior of the human brain, allowing computer programs to recognize patterns and solve common problems in the fields of AI, machine learning, and deep learning. What are neural networks? Neural networks, also known as artificial neural networks (ANNs) or simulated…
18 Jun 2022 12:03 PM IST
Supervised Learning - Classification Week 8 Challenge
Answer 1: pros: Pros: No assumptions about data — useful, for example, for nonlinear data Simple algorithm — to explain and understand/interpret High accuracy (relatively) — it is pretty high but not competitive in comparison to better supervised learning models Versatile — useful for classification…
17 Jun 2022 08:42 AM IST
Supervised Learning - Classification Week 7 Challenge
Answer: PROS: 1- Thrives in High Dimension When data has a high dimension (think 1000+ to infinity features) a Support Vector Machine with the right settings (right kernel choice etc.) can be the way to go and produce really accurate results. 2- Kernel Flexibility If you're a hands-on person who likes to learn and understand…
17 Jun 2022 07:55 AM IST
Project 2
fiile attached
13 Jun 2022 04:31 PM IST
Project 1
project 1 is completed and the file is attached below
09 Jun 2022 01:29 PM IST
Supervised Learning - Prediction Week 3 Challenge
Q1. Perform Gradient Descent in Python with any loss function Answer: In machine learning, the goal is to predict the target variable as close to the ground truth as possible. Thus, the model we adopt for prediction should have reasonable accuracy. As the input values are fixed, to improve the quality of the…
03 Jun 2022 02:59 PM IST
Basics of ML & AL Week 2 Challenge
for question 1 file is attached Q.2)What is the significance of the expected value when a simple mean (Sum of all observations/number of observations) is already in place? Answer: An expected value gives a quick insight into the behavior of a random variable without knowing if it is discrete or continuous. Therefore, two…
03 Jun 2022 05:35 AM IST
Basics of Probability and Statistics Week 1 Challenge
Q1. Answer: The formula for sample variance is given as S²=∑(xi−μ)²/n−1 The formula for sample variance is given as σ²=∑(xi−μ)²/n To put it simply (n−1) is a smaller number than (n). When you divide by a smaller number you get a larger number.…
02 Jun 2022 09:36 AM IST
Project 2
29 Apr 2022 11:35 AM IST
Project 1
file attached for question 1,2,3 see images
14 Apr 2022 12:25 PM IST
Project 1 - English Dictionary App & Library Book Management System
FILE ATTACHED
12 Apr 2022 11:21 AM IST
Project 2 - EDA on Vehicle Insurance Customer Data
file attached of Project 2 - EDA on Vehicle Insurance Customer Data
28 Mar 2022 09:07 AM IST