0

I used Artificial Neural Network . So I need to seed value but I do not what value will I set ?

1 Answers1

0

You can use whatever number you want as seed. It is used for the initilization and shouldn't make a big difference. Setting a seed is useful if you want to have reproducable code/workflow and is mostly used for testing purposes.