DTUComputeCognitiveSystems / AI_playground

A set of demos for teaching and introducing students to advanced AI-models with few prerequisites.
Apache License 2.0
5 stars 1 forks source link

Make a generic curve-plotter for plotting accuracy etc. #14

Closed NorthGuard closed 6 years ago

NorthGuard commented 6 years ago

The sine_example.py shows how to plot lines with Video and other material. Make a generic class that can be thrown a dictionary of named values and plots there curves.

SkafteNicki commented 6 years ago

Implemented in afc1ec77d5fdc53777b18100dc41008a021f083a. This can be used the plot the acc, loss ect. in real time when training a keras model.

NorthGuard commented 6 years ago

Worked issue done. Closing.