Lloyd_159
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
okay thanks, I'll have a look into that then
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
so which one can I use then?
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
with infinity you mean up to max integer value, right?
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
like if I train it with two matrixes which are the exact opposite of each other and are trained with an output of 100 and -100, if I test the network again with one of these two matrixes the NN should at least get positive/negative output right ig
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
well but I mean it should at least be pretty close to the right result
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
so I basically should try to seperate the scaler between input and output?
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
then I changed the seed and got 125.43
so ig the network currently doesn't train at all?
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
btw I tried to run the network with just one training data with 1000 epochs and tested the same matrix as input afterwards, the expected the result is 58.0 but I got 14.09
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
isn't that exactly what the NormalizerMinMaxScaler(-1, 1) already does?
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
honestly it's pretty late for me, I might try to do this tomorrow
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
uhm no clue how I should do this
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
no clue if this is progress or not, it's supposed to be 0, -400, 400 and 58
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
0.9999973177909851, 0.9999986290931702, 0.9999977946281433 and 0.9999997615814209
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
now every result is 0.99999 and something
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
well something changed
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
the first chess board of the training data ist trained with an output of 58.0 and also outputs 5.111752E7 when testing
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
I mean that's almost 10 minutes each time I run the program
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
btw is it normal that it takes 5 seconds for each epoc during the training?
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
100 currently
84 replies
JCHJava Community | Help. Code. Learn.
•Created by Lloyd_159 on 9/29/2024 in #java-help
CNN for 1x8x8 Matrix outputs weird values?
you mean like
private MultiLayerNetwork model
at the top? yes84 replies