-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.txt
8 lines (8 loc) · 1.04 KB
/
data.txt
1
2
3
4
5
6
7
8
Since deep learning and machine learning tend to be used interchangeably, it’s worth noting the nuances between the two. Machine learning,
deep learning, and neural networks are all sub-fields of artificial intelligence. However, neural networks is actually a sub-field of machine learning,
and deep learning is a sub-field of neural networks.
The way in which deep learning and machine learning differ is in how each algorithm learns. "Deep" machine learning can use labeled datasets,
also known as supervised learning, to inform its algorithm, but it doesn’t necessarily require a labeled dataset. The deep learning process can
ingest unstructured data in its raw form (e.g., text or images), and it can automatically determine the set of features which distinguish
different categories of data from one another. This eliminates some of the human intervention required and enables the use of large amounts of
data. You can think of deep learning as "scalable machine learning" as Lex Fridman notes in this MIT lecture (link resides outside ibm.com).