Neural Networks for Artificial Intelligence (CIS 479)

node = neuron

n = neurons

m = layers

n*m words of storage

Architecture

Training

Learning Algorithms

Linear

Non-linear

Feedback Networks

Building Neural Networks

  1. Define problem in terms of neural layers (0/0)
  2. Represent information (select data type and locate data(historical data evaluation))
  3. Patterns: catagorizers, recognizers, associators

  4. Define network
  5. Train network
  6. Test Network

Structuring Data

  1. Use randomly ordered facts
  2. Show representation data
  3. Neurons can’t be coded
  4. 1 = horse #1

    2 = horse #2

  5. Historical Data
  6. Differences better than big numbers
  7. Seasonal data
  8. Like a lot of inputs and outputs
  9. Think Qualitatively