Code documentation neural networks

조회 수: 3 (최근 30일)
Magnus Hansson
Magnus Hansson 2017년 10월 16일
답변: Nicolas Schmit 2017년 10월 16일
Hi!
I'm using the neural network package in order to try out different models. However, all information I read about and all examples I see is concerning the GUI where you are very limited. There are some youtube videos on Mathworks page but they seem more 'inspirational'.
I want to build both shallow and deep nets, with mixed layers (i.e. mix RNN with MLP). I also want to be able to adjust all hyperparameters by myself. Where can I find good examples and good documentation on how to start coding this? I'm familiar with coding in e.g. TensorFlow and it would be great to find documentation more like TF or Keras.
Thanks!
KD Magnus

답변 (3개)

Nicolas Schmit
Nicolas Schmit 2017년 10월 16일
  댓글 수: 1
Magnus Hansson
Magnus Hansson 2017년 10월 16일
I've looked quite extensively there ofc :)
First it is mostly "Try Deep Learning in 10 Lines of MATLAB Code", which isn't helpful if you want to do more advanced things.
Then I looked into the documentation e.g. writing help(network) in the consol. This is more helpful but it would be nice with a more clear example. I've found some more explicit pages like e.g. https://se.mathworks.com/help/nnet/ug/create-neural-network-object.html and also the one describing the network object.
But as I said I don't get so much out of it. Where can I read how all this is connected? Is there a code documentation for the Neural Network package API?

댓글을 달려면 로그인하십시오.


Don Mathis
Don Mathis 2017년 10월 16일

Nicolas Schmit
Nicolas Schmit 2017년 10월 16일

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by