EE 541 - Unit 1
Spring 2025
<p style="font-size: 14px; color: #666;">
Click play to watch the neural network learn to classify the data.
Use the controls to pause, step through frames, or replay.
</p>
<input id="_anim_slider7192d3442ea948dda1e1d96c2f20dd23" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="anim7192d3442ea948dda1e1d96c2f20dd23.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="anim7192d3442ea948dda1e1d96c2f20dd23.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select7192d3442ea948dda1e1d96c2f20dd23"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_7192d3442ea948dda1e1d96c2f20dd23"
checked>
<label for="_anim_radio1_7192d3442ea948dda1e1d96c2f20dd23">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_7192d3442ea948dda1e1d96c2f20dd23"
>
<label for="_anim_radio2_7192d3442ea948dda1e1d96c2f20dd23">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_7192d3442ea948dda1e1d96c2f20dd23"
>
<label for="_anim_radio3_7192d3442ea948dda1e1d96c2f20dd23">Reflect</label>
</form>