User:Mdpowell: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Created page with "Mike Powell is doing research into Machine Learning using APL. == Papers == * The Derivative Revisited (2020) A fresh look at Ken...")
 
No edit summary
 
Line 1: Line 1:
Mike Powell is doing research into Machine Learning using APL.  
Mike Powell is investigating Machine Learning using APL.  


== Papers ==
== Papers ==

Latest revision as of 09:12, 8 April 2020

Mike Powell is investigating Machine Learning using APL.

Papers

A fresh look at Ken Iverson's 1979 paper "The Derivative Operator".

In 1979 Ken Iverson wrote a paper on the derivative as part of the ACM APL Conference. That paper included a section summarizing the rules for the derivatives of compound formulations such as f×g. His summary omits the derivation of these rules. This article aims to restate these rules in more modern notation and provide derivations for Iverson's results.

This tutorial explores the pattern recognition model for handwritten digits using data from the Modified National Institute of Standards and Technology database. It focuses on deriving the analytic gradients in APL and establishing them as part of the back propagation algorithm.

This tutorial explores how to estimate the parameters of the handwritten digits model. It does so using an interactive session. The objective is to explore how to conduct an estimation rather than to find the absolute best search algorithm.