NPTEL Data Mining Week 1 Assignment Answers 2024

1. The earliest step in the data mining process is usually?

a) Visualization b) Preprocessing c) Modelling d) Deployment

2. Which of the following is an example of continuous attribute?:

a) Height of a person b) Name of a person c) Gender of a person d) None of the above

3. Friendship structure of users in a social networking site can be considered as an example of:

a) Record data b) Ordered data c) Graph data d) None of the above

4. Name of a person, can be considered as an attribute of type?

a) Nominal b) Ordinal c) Interval d) Ratio

5. A store sells 15 items. Maximum possible number of candidate 2-itemsets is:

a) 120 b) 105 c) 150 d) 2

6. If a record data matrix has reduced number of rows after a transformation, the transformation has performed:

a) Data Sampling b) Dimensionality Reduction c) Noise Cleaning d) Discretization

Answer Q7-Q10 based on the following table:

7. Taking transaction ID as a market basket, support for each itemset {e}, {b,d}, and {b,d,e} is:

a) 0.8, 0.2, 0.2 b) 0.3, 0.3, 0.4 c) 0.25, 0.25, 0.5 d) 1,0,0

8. Based on the results in (7), confidence of association rules {b,d}->{e} and {e}->{b,d} are:

a) 0.5, 0.5 b) 1, 0.25 c) 0.25, 1 d) 0.75, 0.25

9. Repeat (7) by taking customer ID as market basket. An item is treated as 1 if it appears in at least one transaction done by the customer, 0 otherwise. Support of itemsets {e}, {b,d}, {b,d,e} are:

a) 0.3, 0.5, 0.2 b) 0.8, 1, 0.2 c) 1, 0.2, 0.8 d) 0.8, 1, 0.8

10. Based on the results in (9), confidence of association rules {b,d}->{e} and {e}->{b,d} are:

a) 0.8, 1 b) 1, 0.8 c) 0.25, 1 d) 1, 0.25

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

nptel-assignments

Here are 63 public repositories matching this topic..., kishanrajput23 / nptel-the-joy-of-computing-using-python.

Study materials related to this course.

  • Updated Oct 27, 2023

souraavv / NPTEL-DAA-Programming-Assignment-Solutions

Programming assignments of NPTEL DAA course taken by Prof. Madhavan Mukund of Chennai Mathematical Institute.

  • Updated Dec 8, 2022

kishanrajput23 / NPTEL-Programming-In-java

  • Updated Apr 14, 2022

omunite215 / NPTEL-Programming-in-Java-Ultimate-Guide

I am sharing my journey of studying a course on Programming in Java taught by Prof.Debasis Samanta Sir IIT Kharagpur

  • Updated Dec 4, 2023

kadeep47 / NPTEL-Getting-Started-With-Competitive-Programming

[Aug - Oct 2023] Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

  • Updated Sep 6, 2023

Md-Awaf / NPTEL-Course-Getting-started-with-Competitive-Programming

Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

  • Updated Apr 20, 2023

rvutd / NPTEL-Joy-of-Computing-2020

Programming Assignment Solutions

  • Updated May 5, 2020

roopeshsn / embedded-system-design-nptel

Embedded System Design Course Materials - NPTEL

  • Updated May 6, 2022

guru-shreyansh / NPTEL-Programming-in-Java

The sole intention behind this repository is to help the beginners in Java with the course contents.

  • Updated Aug 1, 2021

gunjanmimo / NPTEL-The-Joy-of-Computing-using-Python

  • Updated Jan 26, 2020

avinashyadav16 / The-Joy-of-Computing-Using-Pyhton

12 Weeks long NPTEL Elective MOOC Course's codes, assignments and solutions.

  • Updated Oct 30, 2023
  • Jupyter Notebook

AdishiSood / The-Joy-of-Computing-using-Python

  • Updated Apr 28, 2021

gxuxhxm / NPTEL-The-Joy-of-Computing-using-Python

NPTEL-The-Joy-of-Computing-using-Python with NOTES and Weekly quizes Answers

  • Updated Dec 31, 2023

NPTEL-Course / Programming-Data-Structures-And-Algorithms-Using-Python

Nptel Course Solutions : Programming, Data Structures And Algorithms Using Python

  • Updated Nov 30, 2020

NPTEL-Course / Google-Cloud-Computing-Foundations

Nptel Course Solution : Google Cloud Computing Foundations

  • Updated Nov 19, 2020

code-reaper08 / NPTEL-Practice-Repo

Practice repo for NPTEL 📚 Programming, Data Structures and Algorithms.

  • Updated Aug 27, 2021

ShishiraB / Programming-Data-Structures-And-Algorithms-Using-Python

This is a repository where i have tried to give explaination

  • Updated Mar 1, 2023

Rahulnisanth / Python-ZTM-Hub

Complete python repository from zero to mastery experience

  • Updated May 11, 2024

lonebots / python-programming-joc-nptel

Python programming repository for NPTEL joy of computing course

  • Updated Dec 21, 2020

CGreenP / NPTEL-Introduction-to-Programming-in-C-Assignment-4-Question-1

NPTEL Introduction to Programming in C Assignment 4 Question 1

  • Updated Apr 2, 2024

Improve this page

Add a description, image, and links to the nptel-assignments topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nptel-assignments topic, visit your repo's landing page and select "manage topics."

Spread the word.

Share the link on social media.

Confirm Password *

Username or email *

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Sorry, you do not have permission to ask a question, You must login to ask a question.

SIKSHAPATH Logo

SIKSHAPATH Latest Articles

Nptel data mining week 1 assignment answers 2023.

Are you a student struggling with the Data Mining NPTEL week 1 assignment? Look no further! In this article, we have compiled a set of hints and answers to help guide you through the assignment.

Make sure to give it a try on your own first, but use these hints as a helpful resource.

NPTEL DATA MINING WEEK 1 ANSWERS

Q1. Which of the following is usually the last step in the data mining process?

a. Visualization

b. Preprocessing

c. Modelling

d. Deployment

Answer: d. Deployment

1000+ Students are taking advantage of instant notification, Join us on telegram .

Q2. Sales database of items in a supermarket can be considered as an example of:

a) Record data

b) Ordered data

c) Graph data

d) None of the above

Answer: a) Record data

Q3. HTML links are an example of:

Answer: c) Graph data

Q4. Name of a place, can be considered an attribute of type?

c) Interval

Answer: a) Nominal

Q5. A store sells 10 items. Maximum possible number of candidate 3-itemsets is:

Answer: a) 120

Q6. If a record data matrix has reduced number of columns after a transformation, the transformation has performed:

a) Data Sampling

b) Dimensionality Reduction

c) Noise Cleaning

d) Discretization

Answer: b) Dimensionality Reduction

Answer Q7-Q10 based on the following table:

NPTEL Data Mining Week 1 Assignment Answers 2023

Q7. Support of rule {4,5} ‐> {1}

Answer: b) 0.5

Q8. Confidence of rule {4,5} -> {1} is:

Answer: a) 1

Q9. Support of {1} -> {2,5} is:

Answer: a) 2/3

Q10. Confidence of {1} -> {2,5}

Answer: b) 1

Disclaimer: Please keep in mind that these answers are intended to serve as a reference for students. Our website does not guarantee the accuracy of the answers provided. We encourage all students to complete their assignments independently and use these answers as a supplement to their own understanding.

Problem Solving Through Programming in C NPTEL Week 1 Assignment Answers

Related Posts

NPTEL Cloud Computing Assignment 3 Answers 2023

NPTEL Cloud Computing Assignment 3 Answers 2023

NPTEL Problem Solving Through Programming In C Week 1 & 2 Assignment Answers 2023

NPTEL Problem Solving Through Programming In C Week 1 & ...

NPTEL Programming In Java Week 6 Assignment Answers 2023

NPTEL Programming In Java Week 6 Assignment Answers 2023

Leave a comment cancel reply.

You must login to add a new comment.

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

  • Amazon Quiz
  • Flipkart Quiz
  • Play & Win 50,000 Coins
  • Privacy Policy

NPTEL Data Mining Assignment 1 Answers 2023

  • by QuizXp Team
  • January 25, 2023 January 25, 2023

NPTEL Data Mining Assignment 1 Answers 2023

NPTEL Data Mining Assignment 1 Answers 2023? This article will help you with the answer to the  Nation al Programme on Technology Enhanced Learning  ( NPTEL )  Course “ Data Mining Assignment 1 “

Below you can find the answers for Data Mining Assignment 1 Answers 2023

NPTEL Data Mining Assignment 1 Answers 2023:-

Q1. Which of the following is usually the last step in the data mining process?

Answer:- Answer will be uploaded soon and will be notified on our telegram channel so please join there click here

Q2. Sales database of items in a supermarket can be considered as an example of:

Q3. HTML links are an example of:

Q4. Name of a place, can be considered an attribute of type?

Next Week Answers: Assignment 02

quizxp telegram

Q5. A store sells 10 items. Maximum possible number of candidate 3-itemsets is:

Q6. If a record data matrix has reduced number of columns after a transformation, the transformation has performed:

If there are any changes in answers will notify you on telegram so you can get 100% score, So Join

Q7. Support of rule {4,5} ‐> {1}

Q8. Confidence of rule {4,5} -> {1} is:

Q9. Support of {1} -> {2,5} is:

Q10. Confidence of {1} -> {2,5}

For other courses answers:- Visit

For Internship and job updates:- Visit

Disclaimer: We do not claim 100% surety of answers, these answers are based on our sole knowledge, and by posting these answers we are just trying to help students, so we urge do your assignment on your own.

if you have any suggestions then comment below or contact us at  [email protected]

If you found this article Interesting and helpful, don’t forget to share it with your friends to get this information.

x

Category: NPTEL

Programming in modern c++ | week 12, introduction to internet of things week 12, introduction to industry 4.0 and industrial internet of things | week 12, an introduction to artificial intelligence | week 12, the joy of computing using python | week 12, quantum mechanics 1 | week 12, programming in java | week 12, principles of management | week 12, leadership and team effectiveness | week 12, introduction to machine learning | week 12.

[Week 1] NPTEL Data Base Management System Assignment Answers 2024

Nptel data base management system week 1 assignment answers 2024.

1. relation R has 2 candidate keys with 1 attribute each. There are 6 possible super keys of R What is the total number of attributes in R?

1) 2 9) 3 3) 4 1) 5

a1q2

Share your love

Related posts.

NPTEL Soft Skill Development Assignment Answer 2023

[Week 1 to 8] NPTEL Soft Skill Development Assignment Answers 2023

Marketing Management - I

[Week 1 to 3] NPTEL Marketing Management – I Assignment Answers 2023

NPTEL Design and analysis of algorithms Assignment Answer

NPTEL Design and Analysis of Algorithms Assignment Answer 2023 (week 1-4)

[week 1] nptel water and waste water treatment assignment answers 2024, [week 1-12] nptel data mining assignment answers 2024.

[Week 3] NPTEL Computer Graphics Assignment Answers 2023

[Week 1-4] NPTEL Computer Graphics Assignment Answers 2023

Leave a comment cancel reply.

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

swayam-logo

  • Review Assignment
  • Announcements
  • About the Course
  • Explore Courses

Thank you for learning with NPTEL!!

Dear Learner, Thank you for taking the course with NPTEL!! Hope you enjoyed the journey with us. The results for this course have been published and we are closing this course now.  You will still have access to the contents and assignments of this course, if you click on the course name from the "Mycourses" tab on swayam.gov.in. For any further queries please write to [email protected] . - Team NPTEL

Data Mining : Result Published!!

  • Log in to your account and navigate to the "Download E-certificate" section.
  • Next to "Download E-certificate," you'll find another tab labeled "Share your experience." Click on it.
  • Answer the provided questions about your experience.
  • Optionally, you can add your picture or skip this step.
  • An AI-assisted post will be generated for you. You can share this post on your social media platforms.

Data Mining : Final Feedback Form !!!

Dear students, We are glad that you have attended the NPTEL online certification course. We hope you found the NPTEL Online course useful and have started using NPTEL extensively. In this regard, we would like to have feedback from you regarding our course and whether there are any improvements, you would like to suggest.   We are enclosing an online feedback form and would request you to spare some of your valuable time to input your observations. Your esteemed input will help us in serving you better. The link to give your feedback is: https://docs.google.com/forms/d/1Jk0xaloZuhG-CypfSn5GOnIJLrIg4tOW8l9-_2Z3ipU/viewform We thank you for your valuable time and feedback. Thanks & Regards, -NPTEL Team

March 2024 NPTEL Exams - Hall Tickets Released!

nptel data mining assignment answers week 1

Data Mining - Assignment - 8 Solution Released

Dear Participants, The Assignment-8 of Week- 8 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/1nA-z34zRH-ZVhFUSA0eOSHR_J9fzSoSw/view Happy Learning!

Data Mining - Week 8 Feedback Form

Dear Learners, Thank you for enrolling in this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment. We value your feedback and wish to know how you found the videos and the questions asked - whether they were easy, difficult, as per your expectations, etc We shall use this to make the course better and we can also know from the feedback which concepts need more explanation, etc. Please do spare some time to give your feedback - comprises just 5 questions - should not take more than a minute, but makes a lot of difference for us as we know what the Learners feel. Here is the link to the form: https://docs.google.com/forms/d/e/1FAIpQLSfRWON0dZydQvB7XSjN-pkmKJMLYMXzLE2N9cRrMwr_tBZ6ag/viewform NPTEL Team

Data Mining : Problem solving Session Reminder !!

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: March 19, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Assignment - 7 Solution Released

Dear Participants, The Assignment-7 of Week- 7 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/18lvAg3ldpe7Xo6_d8IJXijUmBTVjoLEo/view Happy Learning!

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: March 17, 2024 - Sunday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Exam Format - March, 2024!!

Dear Candidate, ****This is applicable only for the exam registered candidates**** Type of exam will be available in the list: Click Here You will have to appear at the allotted exam center and produce your Hall ticket and Government Photo Identification Card (Example: Driving License, Passport, PAN card, Voter ID, Aadhaar-ID with your Name, date of birth, photograph and signature) for verification and take the exam in person.  You can find the final allotted exam center details in the hall ticket. The hall ticket is yet to be released.  We will notify the same through email and SMS. Type of exam: Computer based exam (Please check in the above list corresponding to your course name) The questions will be on the computer and the answers will have to be entered on the computer; type of questions may include multiple choice questions, fill in the blanks, essay-type answers, etc. Type of exam: Paper and pen Exam  (Please check in the above list corresponding to your course name) The questions will be on the computer. You will have to write your answers on sheets of paper and submit the answer sheets. Papers will be sent to the faculty for evaluation. On-Screen Calculator Demo Link: Kindly use the below link to get an idea of how the On-screen calculator will work during the exam. https://tcsion.com/ OnlineAssessment/ ScientificCalculator/ Calculator.html NOTE: Physical calculators are not allowed inside the exam hall. Thank you! -NPTEL Team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: March 12, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Week 7 Feedback Form

Dear Learners, Thank you for enrolling in this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment. We value your feedback and wish to know how you found the videos and the questions asked - whether they were easy, difficult, as per your expectations, etc We shall use this to make the course better and we can also know from the feedback which concepts need more explanation, etc. Please do spare some time to give your feedback - comprises just 5 questions - should not take more than a minute, but makes a lot of difference for us as we know what the Learners feel. Here is the link to the form: https://docs.google.com/forms/d/e/1FAIpQLSfRWON0dZydQvB7XSjN-pkmKJMLYMXzLE2N9cRrMwr_tBZ6ag/viewform?pli=1 NPTEL Team

Data Mining - Assignment - 6 Solution Released

Dear Participants, The Assignment-6 of Week- 6 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/1iebtou9KCy12TUwYEJyR8F4tk9H5Y5YG/view Happy Learning!

Data Mining - Week 8 content is live now!!

Dear Students

The lecture videos for Week 8 have been uploaded for the course Data Mining   The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=81&lesson=82

The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already).

Assignment 8 for Week 8 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=81&assessment=138

The assignment has to be submitted on or before Wednesday , 20-03-2024, 23:59 IST .

As we have done so far, please use the discussion forums if you have any questions on this module.

Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately.

Thanks and Regards,

--NPTEL Team

Survey on Problem Solving sessions - Data Mining (noc24-cs22)

Dear Learners, We would like to know if the expectations with which you attended this problem solving session are being met and hence please do take 2 minutes to fill out our feedback form. It would help us tremendously in gauging the learner experience. Here is the link to the form:  https://docs.google.com/forms/d/1ESZmidoPxN6FU5czuTZcZcdv2cDtMB11adBXyuNRxHY/viewform Problem Solving Session Recording Videos will be uploaded inside the Separate Unit called " Problem solving Session " along with the slides used wherever applicable. Recording sheet :   https://docs.google.com/spreadsheets/d/1Cqy9r7w5xc8VHJ9o-AUVxpm3RZaytu3Csb_qs5oUNm8/edit -NPTEL Team

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: March 05, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Week 6 Feedback Form

Data mining - assignment - 5 solution released.

Dear Participants, The Assignment-5 of Week- 5 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/1HMsBrV35VOhuyDEal03A4hK27RFA_gYX/view Happy Learning!

Data Mining - Week 7 content is live now!!

The lecture videos for Week 7 have been uploaded for the course Data Mining   The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=72&lesson=73

Assignment 7 for Week 7 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=72&assessment=136

The assignment has to be submitted on or before Wednesday, 13-03-2024, 23:59 IST .

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: Feb 27, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Assignment - 4 Solution Released

Dear Participants, The Assignment-4 of Week- 4 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/1Sin280TJcB4w7_5pRU5LI9d_Nb979B5N/view Happy Learning!

Data Mining- Week 5 Feedback Form

Data mining - week 6 content is live now.

The lecture videos for Week 6 have been uploaded for the course Data Mining  The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=63&lesson=64

Assignment 6 for Week 6 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=63&assessment=134

The assignment has to be submitted on or before Wednesday, 06-03-2024, 23:59 IST .

Data Mining- Week 4 Feedback Form

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: Feb 20, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Assignment-3 Solution Released

Dear Participants, The Assignment-3 of Week- 3 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/14N1XACNZMkjJJ62hJqrMlEc9ZPNRQxxX/view Happy Learning!

Data Mining - Week 03 Feedback Form

Data mining - week 5 content is live now.

The lecture videos for Week 5 have been uploaded for the course Data Mining   The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=54&lesson=55

Assignment 5 for Week 5 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=54&assessment=132

The assignment has to be submitted on or before Wednesday, 28-02-2024, 23:59 IST .

Reminder: NPTEL: Exam Registration is date is extended for Jan 2024 courses!

Dear Learner,  The exam registration for the Jan 2024 NPTEL course certification exam is extended till February 20, 2024 - 05.00 P.M . CLICK HERE to register for the exam Choose from the Cities where exam will be conducted: Exam Cities Click here to view Timeline and Guideline : Guideline For further details on registration process please refer the previous announcement in the course page. -NPTEL Team

Data Mining - Assignment-1 Solution Released

Dear Participants, The Assignment-1 of Week- 1 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/128Fl65hZFZfKax1toeZgDLncYB8gektm/view Happy Learning!

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: Feb 13, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Assignment-2 Solution Released

Dear Participants, The Assignment-2 of Week- 2 Solution for the course Data Mining has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link: https://drive.google.com/file/d/1zY_KQ1SE4HeBE5Oerd2CjmGNiekTyqq2/view Happy Learning!

Data Mining - Week 4 content is live now!!

The lecture videos for Week 4 have been uploaded for the course Data Mining   The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=45&lesson=46

Assignment 4 for Week 4 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=45&assessment=129

The assignment has to be submitted on or before Wednesday, 21-02-2024, 23:59 IST .

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: Feb 06, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Week 3 content is live now!!

The lecture videos for Week 3 have been uploaded for the course Data Mining.  The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=36&lesson=37

Assignment 3 for Week 3 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=36&assessment=127

The assignment has to be submitted on or before Wednesday, 14-02-2024, 23:59 IST .

Data Mining - Problem Solving Session Recording is available!!

Dear Learner, We have uploaded the Recorded videos of the Live Interaction Session - Problem solving Session of Week 1 . Videos are uploaded inside the Separate Unit called " Problem solving Session " along with the slides used wherever applicable. Login to the course on swayam.gov.in to check the same. -NPTEL Team

Reminder: NPTEL: Exam Registration is open now for Jan 2024 courses!

Dear Learner, 

Here is the much-awaited announcement on registering for the Jan 2024 NPTEL course certification exam. 

1. The registration for the certification exam is open only to those learners who have enrolled in the course. 

2. If you want to register for the exam for this course, login here using the same email id which you had used to enroll to the course in Swayam portal. Please note that Assignments submitted through the exam registered email id ALONE will be taken into consideration towards final consolidated score & certification. 

3 . Date of exam: Mar 23, 2024 

CLICK HERE to register for the exam.

Choose from the Cities where exam will be conducted: Exam Cities

4. Exam fees: 

If you register for the exam and pay before Feb 12, 2024 - 5:00 PM, Exam fees will be Rs. 1000/- per exam .

5. 50% fee waiver for the following categories: 

Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate.

Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate. 

6. Last date for exam registration: Feb 16, 2024 - 5:00 PM (Friday). 

7. Between Feb 12, 2024 - 5:00 PM & Feb 16, 2024 - 5:00 PM late fee will be applicable.

8. Mode of payment: Online payment - debit card/credit card/net banking/UPI. 

9. HALL TICKET: 

The hall ticket will be available for download tentatively by 2 weeks prior to the exam date. We will confirm the same through an announcement once it is published. 

10. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions. 

11. Data changes: 

Last date for data changes: Feb 16, 2024 - 5:00 PM :  

We will charge an additional fee of Rs. 200 to make any changes related to name, DOB, photo, signature, SC/ST and PWD certificates after the last date of data changes.

The following 6 fields can be changed (until the form closes) ONLY when there are NO courses in the course cart. And you will be able to edit those fields only if you: - 

REMOVE unpaid courses from the cart And/or - CANCEL paid courses 

1. Do you come under the SC/ST category? * 

2. SC/ST Proof 

3. Are you a person with disabilities? * 

4. Are you a person with disabilities above 40%? 

5. Disabilities Proof 

6. What is your role? 

Note: Once you remove or cancel a course, you will be able to edit these fields immediately. 

But, for cancelled courses, refund of fees will be initiated only after 2 weeks. 

12. LAST DATE FOR CANCELLING EXAMS and getting a refund: Feb 16, 2024 - 5:00 PM  

13. Click here to view Timeline and Guideline : Guideline

Domain Certification

Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.  

Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses as per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/domains

Outside India Candidates

Candidates who are residing outside India may also fill the exam form and pay the fees. Mode of exam and other details will be communicated to you separately.

Thanks & Regards, 

Dear learners, There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: Jan 30, 2024 - Tuesday Time:06.00 PM - 08.00 PM Link to join: https://meet.google.com/kov-musq-bbr Happy Learning. -NPTEL Team

Data Mining - Week 2 content is live now!!

The lecture videos for Week 2 have been uploaded for the course Data Mining.  The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=26&lesson=27

Assignment 2 for Week 2 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=26&assessment=125

The assignment has to be submitted on or before Wednesday, 07-02-2024, 23:59 IST .

Data Mining - Week 1 content is live now!!

The lecture videos for Week 1 have been uploaded for the course Data Mining. The lectures can be accessed using the following link https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=17&lesson=18

Assignment 1 for Week 1 is also released and can be accessed from the following link : https://onlinecourses.nptel.ac.in/noc24_cs22/unit?unit=17&assessment=123

Data Mining - Assignment-0-RELEASED

Dear Learners,

We welcome you all to this course. The assignment 0 for the course Data Mining has been released. This assignment is based on a prerequisite of the course. Kindly note that marks obtained in this assignment will not be considered for the final assessment. You can find the assignment under Week 0 unit on the left-hand side of your screen. You can submit the assignment multiple times. All the best !!   

NPTEL: Exam Registration is open now for Jan 2024 courses!

Data mining: welcome to nptel online course - jan 2024.

  • Every week, about 2.5 to 4 hours of videos containing content by the Course instructor will be released along with an assignment based on this. Please watch the lectures, follow the course regularly and submit all assessments and assignments before the due date. Your regular participation is vital for learning and doing well in the course. This will be done week on week through the duration of the course.
  • Please do the assignments yourself and even if you take help, kindly try to learn from it. These assignments will help you prepare for the final exams. Plagiarism and violating the Honor Code will be taken very seriously if detected during the submission of assignments.
  • The announcement group - will only have messages from course instructors and teaching assistants - regarding the lessons, assignments, exam registration, hall tickets, etc.
  • The discussion forum (Ask a question tab on the portal) - is for everyone to ask questions and interact. Anyone who knows the answers can reply to anyone's post and the course instructor/TA will also respond to your queries.
  • Please make maximum use of this feature as this will help you learn much better.
  • If you have any questions regarding the exam, registration, hall tickets, results, queries related to the technical content in the lectures, any doubts in the assignments, etc can be posted in the forum section
  • The course is free to enroll and learn from. But if you want a certificate, you have to register and write the proctored exam conducted by us in person at any of the designated exam centres.
  • The exam is optional for a fee of Rs 1000/- (Rupees one thousand only).
  • Date and Time of Exams: March 23, 2024 Morning session 9am to 12 noon; Afternoon Session 2 pm to 5 pm.
  • Registration URL: Announcements will be made when the registration form is open for registrations.
  • The online registration form has to be filled and the certification exam fee needs to be paid. More details will be made available when the exam registration form is published. If there are any changes, it will be mentioned then.
  • Please check the form for more details on the cities where the exams will be held, the conditions you agree to when you fill the form etc.
  • Once again, thanks for your interest in our online courses and certification. Happy learning.

A project of

nptel data mining assignment answers week 1

In association with

nptel data mining assignment answers week 1

AnswerGPT Logo

If You Are Facing Any Problem In Payment Then Email On : [email protected]

[week 1-12] nptel social networks assignment answers 2024.

nptel data mining assignment answers week 1

About Course

This Course will provide you the access for All 12 Weeks Assignment Answers of NPTEL  Social Networks . We have uploaded the Answers of Week 1 to 12.

Note: Our Answers will be visible for only those who will buy this plan. Buy if you have not bought yet.

Course Content

Week 1 answers, week 1 assignment answers, week 2 answers, week 2 assignment answers 2024, week 3 answers, week 3 assignment answers 2024, week 4 answers, week 4 assignment answers 2024, week 5 answers, week 5 assignment answers 2024, week 6 answers, week 6 assignment answers 2024, week 7 answers, week 7 assignment answers 2024, week 8 answers, week 8 assignment answers 2024, week 9 answers, week 9 assignment answers 2024, week 10 answers, week 10 assignment answers 2024, week 11 answers, week 11 assignment answers 2024, week 12 answers, week 12 assignment answers 2024, student ratings & reviews.

Want to receive push notifications for all major on-site activities?

Insert/edit link

Enter the destination URL

Or link to existing content

COMMENTS

  1. NPTEL Data Mining Week 1 Assignment Answers

    #dataminingnptel #npteldatamining #nptel Data MiningIn this video, we're going to unlock the answers to the Data Mining questions from the NPTEL 2024 Jan-Apr...

  2. Data Mining

    Data mining is study of algorithms for finding patterns in large data sets. It is an integral part of modern industry, where data from its operations and cus...

  3. NPTEL Data Mining Week 1 Quiz Assignment Solutions

    🔊NPTEL Data Mining Week 1 Quiz Assignment Solutions | Jan 2022 | IIT KharagpurData mining is study of algorithms for finding patterns in large data sets. It...

  4. Data Mining

    Week 1: Introduction, Data Preprocessing Week 2: Association Rule Mining ... Week 8: Case studies . Books and references. 1. Introduction to Data Mining, Tan, Steinbach and Vipin Kumar, Pearson Education, 2016 2. Data Mining: Concepts and Techniques, Pei, Han and Kamber, Elsevier, 2011 ... Average assignment score = 25% of average of best 6 ...

  5. PDF noc20 cs12 assigment 6

    Week 4 Week 5 Week 6 week 7 Week 8 DOWNLOAD VIDEOS Solution Announcements Week 1 Assignment 1 The due date for submitting this assignment has passed. As per our records you have not submitted this assignment. 1) Data mining is the process of finding valid, novel, useful, and terms best fills the gap above? A. voluminous B. heterogeneous C ...

  6. [Week 1-12] NPTEL Data Mining Assignment Answers 2024

    Answer :- 5. A store sells 15 items. Maximum possible number of candidate 2-itemsets is: a) 120 b) 105 c) 150 d) 2. Answer :- 6. If a record data matrix has reduced number of rows after a transformation, the transformation has performed:

  7. GitHub

    This repository contains all the assignments offered by Nptel - Swayam related to the topic DATA MINING - pinaxtech/Data-Mining

  8. Data Mining

    Data Mining - Assignment-1 Solution Released Dear Participants, The Assignment- 1 of Week- 1 Solution for the course "Data Mining" has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum.

  9. NPTEL Data Mining Week 1 Assignment Answers 2024

    6. If a record data matrix has reduced number of rows after a transformation, the transformation has performed: a) Data Sampling. b) Dimensionality Reduction. c) Noise Cleaning. d) Discretization. Answer Q7-Q10 based on the following table: Customer ID. Transaction ID.

  10. NPTEL :: Computer Science and Engineering

    NPTEL provides E-learning through online Web and Video courses various streams. ... Courses; Computer Science and Engineering; NOC:Data Mining (Video) Syllabus; Co-ordinated by : IIT Kharagpur; Available from : 2017-12-21; Lec : 1; Modules / Lectures. Intro Video; Week 1. Lecture 1 Introduction, Knowledge Discovery Process; Lecture 2 Data ...

  11. NPTEL DATA MINING WEEK 1 ASSIGNMENT ANSWERS 2023

    Get the complete solution to NPTEL Data Mining Week 1 assignment in just 1 minute and 44 seconds! Watch our video and learn how to solve all 10 questions wit...

  12. Data Mining

    Data Mining - April 25 NPTEL Exam Postponed ... There is change in answers in assignment 3 question no 7. The re-evaluation will be done shortly. ... Data Mining - Solution for Week 1 Assignment Dear Learners, Detailed Solution for Assignment 1 is available now in the Course Outline section. Please go through the solution and in case of any ...

  13. nptel-assignments · GitHub Topics · GitHub

    To associate your repository with the nptel-assignments topic, visit your repo's landing page and select "manage topics." GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  14. NPTEL Data Mining Week 1 Assignment Answers 2023

    NPTEL Data Mining Week 1 Assignment Answers 2023. Are you a student struggling with the Data Mining NPTEL week 1 assignment? Look no further! In this article, we have compiled a set of hints and answers to help guide you through the assignment. Make sure to give it a try on your own first, but use these hints as a helpful resource.

  15. NPTEL Data Mining Assignment 1 Answers 2023

    Find the answers to the NPTEL Data Mining Assignment 1 questions for 2023 on QuizXP. Join the telegram channel for updates and more courses answers.

  16. PDF noc20 cs89 assignment Week 1

    Week O Week 1 Lecture 1 : Intro to Data Analytics. What is Learning Analytics? Lecture 2 Academic Analytics, and Educational Data Mining. Lecture 3 : Four Levels of Analytics Lecture 4 : Four Levels of Learning Analytics Overview - I Quiz : Assignment 1 Assignment-I Solutions Weekly Feedback Download Videos Week-I : Lectures Slides Week 2 Week ...

  17. Data Mining

    About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright ...

  18. NPTEL Assignment Answers And Solutions Jan-Apr 2024 Progiez

    NPTEL Assignment Answers and solutions of all courses. Week 1,2,3, 4, 5, 6, 7 , 8, 9, 10 ,11, 12 Answers. By Swayam platform. Jan Apr 2024 by progiez

  19. Nptel assignment Answers

    NPTEL Assignment Answers Week 1 - Answers. Statement: Descriptive Analytics, is the conventional form of Business Intelligence and data analysis. a) True-- b) False Ans) (a)True. Descriptive analytics is the branch of analytics that focuses on understanding historical data and analyzing past performance to identify trends and patterns.

  20. [Week 1] NPTEL Data Base Management System Assignment Answers 2024

    NPTEL Data Base Management System Week 1 Assignment Answers 2024. 1. relation R has 2 candidate keys with 1 attribute each. There are 6 possible super keys of R What is the total number of attributes in R?

  21. Data Mining

    Data Mining - Week 8 Feedback Form Dear Learners, Thank you for enrolling in this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment. We value your feedback and wish to know how you found the videos and the questions asked - whether they were easy, difficult, as per your expectations, etc We shall use this to make the course better and ...

  22. Nptel Programming Data Structures And Algorithms Using Python

    Download Nptel Programming Data Structures And Algorithms Using Python Assignment 1 Answers Week 1 Jan 2024 Swayam Solver in mp3 music format or mp4 video format for your device only in tubidy.skin. Search here.. nptel programming, data structures and algorithms using python assignment 1 answers week 1 jan-2024 Published 3 months ago • 1.7K ...

  23. [Week 1-12] NPTEL Social Networks Assignment Answers 2024

    About Course. This Course will provide you the access for All 12 Weeks Assignment Answers of NPTEL Social Networks. We have uploaded the Answers of Week 1 to 12. Note: Our Answers will be visible for only those who will buy this plan. Buy if you have not bought yet.

  24. Data Mining || NPTEL week 1 assignment answers 2023 #nptel # ...

    Data mining is study of algorithms for finding patterns in large data sets. It is an integral part of modern industry, where data from its operations and cus...

  25. Data Mining

    Data Mining | Week 1 Answers | NPTEL 2024 ||Your Queries : nptel 2024nptel data mining week 1 answersnptel week 1 assignment answersnptel week1 data mining a...