Google-apps
Hoofdmenu

Post a Comment On: C0DE517E

"A programmer's sightseeing tour: Machine Learning and Deep Neural Networks (part 1)"

3 Comments -

1 – 3 of 3
Blogger Ash said...

Interested read, thanks for sharing. What always has seemed like black art to me is how this networks are designed. Surely you can't just randomly append layers and expect to get a good result. Do you have any insights on how to go about designing a network that achieves a particular goal. Say a segnet - how do you design the network to segment an image?

March 27, 2017 at 2:45 PM

Blogger Ash said...

Typo: interesting read ...

March 27, 2017 at 2:46 PM

Blogger DEADC0DE said...

Unfortunately, not really. Of course there are certain rules, like certain activation functions are better for classification rather than regression, certain network characteristics are desirable when we know our problem has some invariants and so on and so forth... But overall that's the catch of deep NN, they replace searching for good features with searching for good NN architectures and training schedules. Best bet is to study NNs that worked in the past for a similar problem and adapt them. If you look at DNN papers often all they do is to describe the architecture, because then again that's the part that requires human invention.

March 29, 2017 at 10:35 PM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot