Group Abstract Group Abstract

Message Boards Message Boards

1
|
5.7K Views
|
2 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Classify: How does the Neural Network look like?

Posted 7 years ago

I am working on a classification task and I want to do the work with the help of a "NeuralNetwork" classifier. There is an option to define the "NetworkDepth" by myself:

https://reference.wolfram.com/language/ref/method/NeuralNetwork.html

So the command my look like:

nn = Classify[trainSet, Method -> {"NeuralNetwork", "NetworkDepth" -> 6, ...

Later on I want to know how the Neural Networks looks like, so what kind of layers are applied. What is the sequence of the layers and so forth. How can I get these informations?

POSTED BY: Jürgen Kanz
2 Replies

Great! Thank you very much

POSTED BY: Jürgen Kanz
POSTED BY: Vitaliy Kaurov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard