{% extends "header.html" %} {% block body %}
Results of Convolutional Neural Network
Neural Network Data
{% for key, value in ConvResult.items() %} {% endfor %}
Images Seen Training Accuracy
{{ key }} {{ value }}
Test Accuracy {{ test_accuracy}}
{% endblock %}