Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding the neural network #59

Open
Malaikah-Javed opened this issue Dec 14, 2024 · 0 comments
Open

Understanding the neural network #59

Malaikah-Javed opened this issue Dec 14, 2024 · 0 comments

Comments

@Malaikah-Javed
Copy link

  1. Could you tell me how the code handles the 6 probabilities? If i have to draw the Neural Network, how would i do that? e.g how many input features, no. of hidden layers (and their names and the flow of the NN), number of neurons in output layer.

  2. I am trying to get the weights of input 3D image after pooling. But i am unable to understand why the the code runs 5 times and prints different pool_output["hidden"] values those 5 times. This is why i need the drawing of the Neural Network.

(I know the weights are not updated when running inference. This is why i want to extract the weights during testing inside of the code in the SybilNet class.)
If you know how i can extract those weights, it will be very helpful! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant