Please enable JavaScript.
Coggle requires JavaScript to display documents.
AI introduction - Coggle Diagram
AI introduction
-
-
Features
-
Example:
House price predictor features:
- Size
- Number of rooms
- Street / area
- Condition
- Year built
Labels
-
Example:
- Price
- Name of a object detetced in a picture
- Spam / not spam
-
Training
-
-
-
Cycle
- Groom data
- Train model using groomed data
- Test model on new data
Over fitting
-
-
The trained model is working very well on training data, but can not generalize well with new data
-
-
-