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
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Mike Powell is doing research into Machine Learning using APL.  
Mike Powell is investigating Machine Learning using APL.  


== Papers ==
== Papers ==
Line 10: Line 10:
* [[Media: 4_The_Handwritten_Digits_Model.pdf|The Handwritten Digits Model (2020)]]
* [[Media: 4_The_Handwritten_Digits_Model.pdf|The Handwritten Digits Model (2020)]]
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.
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.
* [[Media: Tensors.pdf|Tensors in APL, a notebook (2024)]]
This paper attempts to answer the question: "How do you do tensors in APL"? It starts with the concepts of fields and coordinate transformations and carries through to the generalized covariant derivative.

Latest revision as of 22:02, 16 July 2024

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.

This paper attempts to answer the question: "How do you do tensors in APL"? It starts with the concepts of fields and coordinate transformations and carries through to the generalized covariant derivative.