{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Algorithm Support
{% endblock %}
{% block content %}
An algorithm has determined a demand forecast for the {{ total_number_products }} products.
The algorithm applies artificial intelligence: it is a neural network that imitates the human brain. It uses elements called neurons to process information, analyze complex problems, and make decisions.
Our neural network consists of an input layer and an output layer:
The input layer is the demand history. Each demand in the demand history is one input node. Moreover, the algorithm contains a bias node.
The result of the output layer is the demand forecast for period 11.
The algorithm calculates the demand forecast for period 11 for a product by executing the following steps:
Please answer all questions to continue.
{{ formfield_errors 'questions_aft_explain_answers' }} {% endblock %}