-
An Introduction to Data
Data science is a field of study that focuses on techniques and algorithms to extract knowledge from data. The area combines data mining and machine learning with data-specific domains. This section focuses on defining "data" before going to any complicated topic.
4-
Lecture1.1
-
Quiz1.1
-
Lecture1.2
-
Lecture1.3
-
-
Data Dimensionality and Space
This section's focus is on defining the common terminology widely used in data science. The video lectures in this section focus on terms like objects, data points, features, dimensions, vectors, high-dimensional data, and mathematical space.
6-
Lecture2.1
-
Quiz2.1
-
Lecture2.2
-
Lecture2.3
-
Quiz2.2
-
Lecture2.4
-
-
Proximity in Data Science Context
Many data mining and machine learning algorithms rely on distance or similarity between objects/data points. Video lectures in this section focus on standard proximity measures used in data science. The section also explains how to use proximity measures to examine the neighborhood of a given point.
5-
Lecture3.1
-
Lecture3.2
-
Lecture3.3
-
Lecture3.4
-
Lecture3.5
-
-
Clustering algorithms
A large portion of data science focuses on exploratory analysis. Scientists and practitioners use statistical techniques to understand the data. One way to explore the data is to check if there are clusters of data points. A cluster is a group of data points that have similar features. This section explains the clustering algorithms.
7-
Lecture4.1
-
Quiz4.1
-
Lecture4.2
-
Lecture4.3
-
Lecture4.4
-
Lecture4.5
-
Lecture4.6
-
-
Classification algorithms
4-
Lecture5.1
-
Lecture5.2
-
Lecture5.3
-
Lecture5.4
-
Can data speak?
Given the following data table regarding employees, we will try to retrieve interesting information from it.
Name | Salary ($) | Age (Years) |
Jane | 90000 | 52 |
John | 85000 | 48 |
Delilah | 75000 | 32 |
Dave | 90000 | 53 |
Ellen | 82000 | 44 |
Closely look at the table for several minutes. Then, write down anything interesting you can find.
Here is what I could find from the table above. You can see how many of your findings match with the findings listed below and how many of your findings are not listed below. Please feel free to write your additional findings in the Comments section.
- Jane and Dave earn the highest salary.
- Delilah earns the least.
- Jane and Dave are the oldest people in the group.
- Delilah is the youngest among all the employees in the table.
These are all interesting findings. What else?
Will the following statement be a correct one based on the information provided in the table?
Older people earn more in the company from where the data was collected.
It is indeed a correct piece of information based on the data provided to us in the table.
Now, let us go back to the definition: Data refers to “facts and statistics collected for reference or analysis.”
This table has facts. This table is collected from a company. We used the table for analysis. We revealed that the company appreciates experienced employees. Basically, the data reflects a general trend –
Experience, wisdom, (and money, which is the salary in this case) come with age.
There can be debates regarding the conclusion but the main point is — Data Speaks. Data gives us insights. Data gives us those light-bulb moments.
10 Comments
Data fall under three categories based on statistics
There are many types of data, such as, numerical, categorical, text, temporal. When it comes to applying algorithms, most of the times, data scientists covert all other types to numerical data. Thank you for your valuable comment.
Data defines based on the age ( that means experience) increase the salary of the employee.
Agreed. Thank you for your comment.
Remuneration is gender-neutral. just based on experience
Great thought!
Depends on their working experiences, their salary are increasing as your simple table.
That is correct. Thank you for going over the topic.
Data actually speaks. Furthermore, I love the definition of data. Correct data brings out correct analysis.
I am glad to know that you liked the definition of data. I agree with you — correct data leads to fruitful analysis. Thank you for visiting and your comment.