User Profile

FractionalRadix Locked account

FractionalRadix@bookwyrm.social

Joined 1 year ago

Software developer with a CS degree and an AI agree, both from the University of Amsterdam. This is the account where I keep track of my professional reading (as opposed to leisure reading).
I do NOT work with recruitment agencies, FULL STOP.

Mostly reading books from Manning publishers at the moment, but also re-reading some of the older stuff.

This link opens in a pop-up window

commented on Neural Networks: Algorithms, Applications, and Programming Techniques by James A. Freeman (Computation and Neural Systems Series)

James A. Freeman, David M. Skapura: Neural Networks: Algorithms, Applications, and Programming Techniques (Hardcover, 1991, Addison-Wesley) No rating

Chapter 9 discusses spatio-temporal networks. The network presented here can recognize sequences. It is suggested that it could be used in speech recognition. Note that since this book is from the 1990's, there was still a lot of research to be done in that field. I don't know if the STN ended up playing a role in it, but it must have looked like a promising avenue of research at the time.

commented on Neural Networks: Algorithms, Applications, and Programming Techniques by James A. Freeman (Computation and Neural Systems Series)

James A. Freeman, David M. Skapura: Neural Networks: Algorithms, Applications, and Programming Techniques (Hardcover, 1991, Addison-Wesley) No rating

Chapter 8 discusses the ART network (Adaptive Resonance Theory). This uses some of the earlier concepts, such as the instar that was introduced in chapter 6.
The idea here is to show an ANS (Artificial Neural System) that can learn new patterns without forgetting old patterns. Late in the chapter, we are told that the network may create an extra Processing Element if necessary.
The first version presented is ART1, which operates on binary values. This is then generalized to ART2, which operates on continuous values. This generalization requires some adaptation of the network structure.