Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Neural Network Programming with C#

You're reading from  Hands-On Neural Network Programming with C#

Product type Book
Published in Sep 2018
Publisher Packt
ISBN-13 9781789612011
Pages 328 pages
Edition 1st Edition
Languages
Author (1):
Matt Cole Matt Cole
Profile icon Matt Cole

Table of Contents (16) Chapters

Preface A Quick Refresher Building Our First Neural Network Together Decision Trees and Random Forests Face and Motion Detection Training CNNs Using ConvNetSharp Training Autoencoders Using RNNSharp Replacing Back Propagation with PSO Function Optimizations: How and Why Finding Optimal Parameters Object Detection with TensorFlowSharp Time Series Prediction and LSTM Using CNTK GRUs Compared to LSTMs, RNNs, and Feedforward networks Activation Function Timings
Function Optimization Reference Other Books You May Enjoy

Adding new optimization functions

One of the beautiful things about our visual test workbench is the ease of which we can add new optimization functions for testing.

The purpose of functions

Some problems are evaluated in terms of quality versus correct or incorrect. Such problems are known as optimization problems because the goal is the identification of the optimal value. Functions (sometimes called cost functions, objective functions, error functions, and so on.) achieve that goal by mapping n-dimensional real-valued items into one-dimensional real-valued items (some folks will prefer the termspaces over items' as it more closely aligns with the total search space we have talked about).

There are two types of function...

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 $15.99/month. Cancel anytime}