Skip to content

Alan Richmond

Scientific systems programmer (ex NASA, ESA/ESO, Hubble), web developer, online retailer (retired)

  • About Me
    • Me, Myself, & I
    • Alan Richmond’s CV
    • Academic Publications
    • Testimonials
      • 1988 – 1990 Testimonial from STScI
      • 1985 – 1988 Testimonial from ST-ECF
      • 1991 – 1993 Testimonial from ESRF
      • 1981 – 1987 Testimonial from JET/Max Planck Institute for Plasma Physics
    • Contact Me
  • Richmond Sites
    • Pretty Math Pictures
    • Neil Richmond Photography
    • Mark Richmond (facebook)
  • Alan Turing: computable numbers and Turing machines, the Turing test, his Zeta machine and the Riemann Hypothesis, a history timeline
    • The Imitation Game: A Poor Imitation of Reality
    • Alan Turing Timeline
    • Dr. Turing’s Automatic Machine
    • Turing’s Zeta Machine & the Riemann Hypothesis
    • The Turing Test
    • Alan Turing on Computable Numbers and Computer Programs
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Recent Posts: Pretty Math Pictures

Multi-pendulum Harmonograph simulator using numpy and matplotlib

Multi-pendulum Harmonograph simulator using numpy and matplotlib

Spectral Harmonographs

Spectral Harmonographs

Harmonograph in Pygame

Harmonograph in Pygame

Stars and Stripes

Stars and Stripes

Rainbow Flag in Pygame

Rainbow Flag in Pygame

Top Posts & Pages

  • A Neural Network in Python, Part 1: sigmoid function, gradient descent & backpropagation
  • Alan Turing on Computable Numbers and Computer Programs
  • Create Your Own Ubuntu-respin Linux Distro
  • Popular Sorting Algorithms
  • A Basic Introduction to HTML
  • Alan Turing Timeline
  • Logic Puzzles
  • Naive Mandelbrot Set
  • A Graphical Dice Simulator
  • Animated Tower of Hanoi
Diamond WordPress Theme by EightPixelDesign

Tag: random

A Neural Network in Python, Part 2: activation functions, bias, SGD, etc.

A Neural Network in Python, Part 2: activation functions, bias, SGD, etc.

This is Part 2 of A Neural Network

9 Feb - by Alan - 0 - In Advanced Artificial Intelligence
A Neural Network in Python, Part 1: sigmoid function, gradient descent & backpropagation

A Neural Network in Python, Part 1: sigmoid function, gradient descent & backpropagation

In this article, I’ll show you a toy example

31 Jan - by Alan - 4 - In Advanced Artificial Intelligence
Have we already seen this number? (deja vu again)

Have we already seen this number? (deja vu again)

I had a phone interview for a Python job

8 Apr - by Alan - 0 - In Beginner Numbers
Hello World 2, in Python 3

Hello World 2, in Python 3

Hello World is the famous

24 Mar - by Alan - 0 - In Beginner
Number guessing game

Number guessing game

The number guessing game incorporates several simple but important

1 Oct - by Alan - 0 - In Basic Numbers
A Graphical Dice Simulator

A Graphical Dice Simulator

This PyGame program simulates the

31 May - by Alan - 0 - In Beginner Games
Binary Search

Binary Search

Binary Search is one of the most fundamental computer

27 Apr - by Alan - 1 - In Basic Numbers