Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Java Deep Learning Essentials

You're reading from   Java Deep Learning Essentials Unlocking the next generation of predictive power

Arrow left icon
Product type Paperback
Published in May 2016
Publisher Packt
ISBN-13 9781785282195
Length 254 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Yusuke Sugomori Yusuke Sugomori
Author Profile Icon Yusuke Sugomori
Yusuke Sugomori
Arrow right icon
View More author details
Toc

Implementing from scratch versus a library/framework

We implemented the machine learning algorithms of neural networks in Chapter 2, Algorithms for Machine Learning – Preparing for Deep Learning, and many deep learning algorithms from scratch in Chapter 3, Deep Belief Nets and Stacked Denoising Autoencoders and Chapter 4, Dropout and Convolutional Neural Networks. Of course, we can apply our own code to practical applications with some customizations, but we have to be careful when we want to utilize them because we can't deny the possibility that they might cause several problems in the future. What could they be? Here are the possible situations:

  • The code we wrote has some missing parameters for better optimization because we implemented just the essence of the algorithms for simplicity and so you better understand the concepts. While you can still train and optimize the model with them, you could get higher precision rates by adding another parameter of your own implementation...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image