Loading AI tools
American mathematician and computer scientist From Wikipedia, the free encyclopedia
Woodrow Wilson "Woody" Bledsoe (November 12, 1921 – October 4, 1995) was an American mathematician, computer scientist, and prominent educator. He is one of the founders of artificial intelligence (AI), making early contributions in pattern recognition,[1] facial recognition,[2] and automated theorem proving.[3][4][5][6] He continued to make significant contributions to AI throughout his long career. One of his influences was Frank Rosenblatt.[7]
Woodrow Wilson Bledsoe | |
---|---|
Born | |
Died | October 4, 1995 73) | (aged
Alma mater | University of California, Berkeley |
Spouse | Virginia (née Norgaard) |
Children | 4 |
Awards |
|
Scientific career | |
Thesis | Separative Measures for Topological Spaces (1953) |
Doctoral advisor | Anthony Perry Morse |
Doctoral students | Robert S. Boyer |
Beginning in 1966, he worked at the department of mathematics and computer science of the University of Texas at Austin, holding the Peter O'Donnell Jr. Centennial Chair in Computing Science starting in 1987.[8]: 723
Bledsoe joined the Church of Jesus Christ of Latter-day Saints as an adult, and served in the church as a bishop, counselor to the stake presidency, and stake patriarch. He also served as a leader in the Boy Scouts of America.[9][10] Bledsoe died on October 4, 1995, of amyotrophic lateral sclerosis, more commonly known as ALS or Lou Gehrig's disease.
The n-tuple method (1959) was an early method for learning a pattern recognition program. The basic method is illustrated by the problem of recognizing 36 alphanumerical characters (0-9, a-z).[11]
Let the input be a 10x15 binary image. It is equivalent to a single string with 150 binary letters. Now, randomly partition the 150 binary pixels into 75 pairs. Each pair has 4 possibilities: 00, 01, 10, 11. Now we will define a 300x36 binary matrix as follows:
Let represent the 00-state of the first pair, and similarly for the others. We have 300 such states, each represented in a row. The 36 columns each correspond to one alphanumerical character. The entire binary matrix is arranged as follows:The pattern recognizer is defined by the binary matrix. It is trained by firstsetting all entries to zero, then it is presented with several binary images of each alphanumerical character. For each image, the corresponding entries in the matrix are set to one, and the other entries are unchanged. This is an example of machine learning.
After the training the recognizer, it can be used to recognize new images. First compute the new image's corresponding column vector, then take the dot-product with each column of the binary matrix. The column with the highest dot-product is outputted as the most likely character.
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.