Jeff Dev Diary - TheEvergreenStateCollege/upper-division-cs-23-24 GitHub Wiki

Dear Dev Diary

AI Self Hosting 3/3/24

My guess is that these images are comparisons of what the algorithm is looking for to what the user provided.

My guess about the edges is that the bright blue edge is a numerical value closer to 0 and that the red edges are values closer to 1. The slightly blue colored edges are further from zero than the brighter blue colored edges. I'd say the same for the red edges and their distance from 1.

It does seem like the edges are the same colors. I think that whether or not a node is highlighted depends on which edges are activated.

AI Self Hosting 4/24/24

  1. A. this symbol represents the sigmoid function. B. this symbol represents weights. C. this symbol represents activations. D. this symbol represents biases.

  2. The cost of the "trash" output is 3.3585.

  3. I believe in order to increase the activation of the digit-2 output, you would increase the bias associated with the digit-2 neuron and decrease the biases associated with all other neurons.