Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions taxonomy.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,7 @@ crucial discoveries. We will include those references throughout the
book and we will just paint here, with a few coarse strokes, the main
directions in the field.

In 1963, at MIT, Larry Roberts became the first computer vision Ph. D.
entitled @Roberts63.
In 1963, at MIT, Larry Roberts became the first computer vision Ph. D., with a thesis on @Roberts63.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!


:::{.column-margin}
Larry Roberts did his Ph.D.
Expand Down Expand Up @@ -1331,7 +1330,7 @@ It wasn't until the 1980s that interest in learning algorithms, and
neural nets in particular, began to surge again. The reason was because
researchers showed that perceptrons could be stacked to create systems
capable of complex operations, including logic. These systems were the
precursors to the **deep learning** systems that are dominate today. In
precursors to the **deep learning** systems that are dominant today. In
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

this decade, several architectures specific to vision were also
introduced, including Kunihiko Fukushima's , which was a precursor to
modern convolutional neural networks @fukushima1980neocognitron. In
Expand All @@ -1353,7 +1352,7 @@ distributed processing in artificial networks.



Unfortunately, however, at that time we did not have the compute and
Unfortunately, however, at that time we did not have the computers and
Copy link
Member

@shensquared shensquared May 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the intended word is likely 'compute', as in 'computational power' or 'compute resources' (since computers were readily available in academia by the 80s/90s.) I'll leave it to the author to weigh in.

data necessary to make these systems really work, and interest waned
during the 1990s. By the year 2000, the field of AI as a whole was
firmly in a "winter"; the promises of the 1980s had failed to
Expand Down