Example: A Classification Task • A typical neural network application is classification. Consider the simple example of
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Example: A Classification Task • A typical neural network application is classification. Consider the simple example of
Example: A Classification Task • A typical neural network application is classification. Consider the simple example of classifying trucks given their masses and lengths MASS LENGTH CLASS 10.0 6 LORRY 20.0 5 LORRY How do construct a 5.0 4 VAN neural network that can 2.0 5 VAN classify any Lorry and Van? 2.0 5 VAN 6 LORRY 7 LORRY 8 LORRY 9 LORRY 3.0 10.0 15.0 5.0 63