main
Brett 2024-10-25 01:23:01 -04:00
parent 4216b53b28
commit 0b2e0ccce0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(COSC-4P80-Assignment-2 VERSION 0.0.4)
project(COSC-4P80-Assignment-2 VERSION 0.0.5)
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)

View File

@ -110,6 +110,8 @@ namespace assign2
{
std::vector<Scalar> dw;
// this is close! i think the changes should be applied in the neuron since the slides show the change of weight PER NEURON PER INPUT
// δ(h)
if (is_output)
{