Introduction to Deep Learning
-Last updated on 2024-02-14 | +
Last updated on 2024-02-23 | Edit this page
@@ -330,15 +329,9 @@Objectives
are many more.The techniques break down into two broad categories, predictors and classifiers. Predictors are used to predict a value (or set of values) -given a set of inputs, for example trying to predict the cost of -something given the economic conditions and the cost of raw materials or -predicting a country’s GDP given its life expectancy. Classifiers try to -classify data into different categories, or assign a label; for example, -deciding what characters are visible in a picture of some writing or if -an email or text message is spam or not.
-Training Data -
-Many, but not all, machine learning systems “learn” by taking a +given a set of inputs whereas classifiers try to classify data into +different categories, or assign a labelcond env.
+Many, but not all, machine learning systems “learn” by taking a series of input data and output data and using it to form a model. The maths behind the machine learning doesn’t care what the data is as long as it can represented numerically or categorised. Some examples might @@ -377,18 +370,18 @@