Optimisation
Optimisation
Preface
Introduction: human-machine entanglement
Machine learning: origins
Useful tools
Decision trees
Introduction to neural networks
Back-propagation
Regularisation
Optimisation
Building neural networks
Early applications of machine learning
Interpreting neural network decisions
Predicting corporate bond returns
Deep learning networks
Applications of deep learning networks
Machine intelligence
Consciousness
The future and its challenges
Artificial intelligence and the military
Final thoughts
Appendix
Epilogue
Acknowledgements
Although optimisation is typically considered separately from regularisation, both are used in combination to address undersampling and local minimum problems. The interest in optimisation techniques stems mainly from their role in deep learning neural networks: optimisation methods are used to choose parameters that are optimal for a given problem. Demonstrated successes of optimisation methods have inspired research designed to model more challenging machine learning problems, and to design new methods.
8.1 OPTIMISATION ALGORITHMS
This chapter describes the popular optimisation methods stochastic gradient descent (SGD), RMSProp, AdaGrad, AdaDelta, Adam and AdaMax.
Stochastic gradient descent
Although SGD was introduced earlier, in Chapter 6, for backpropagation, many optimisation methods are built on this method. First-order optimisation algorithms minimise or maximise a loss function E(x) using its gradient values with respect to the parameters. The most widely used first-order optimisation algorithm is gradient descent. The first-order derivative tells us whether the error function is decreasing or increasing at a particular point. The first-order derivative basically gives us a
Copyright Infopro Digital Limited. All rights reserved.
As outlined in our terms and conditions, https://www.infopro-digital.com/terms-and-conditions/subscriptions/ (point 2.4), printing is limited to a single copy.
If you would like to purchase additional rights please email info@risk.net
Copyright Infopro Digital Limited. All rights reserved.
You may share this content using our article tools. As outlined in our terms and conditions, https://www.infopro-digital.com/terms-and-conditions/subscriptions/ (clause 2.4), an Authorised User may only make one copy of the materials for their own personal use. You must also comply with the restrictions in clause 2.5.
If you would like to purchase additional rights please email info@risk.net