What are the fundamental concepts that can explain how AI models work? - KeynesYouDigIt/Knowledge GitHub Wiki

the below might be better suited for a general page on ML?

Neaural nets

I think these are the most common? GPT 3 and 4 from open AI are neaural nets. Specitifaclly, GPTs are Transformer networks, which are types of neural nets: citation1.

NN types

  • Perceptron.
  • Feed Forward Neural Network.
  • Multilayer Perceptron.
  • Convolutional Neural Network.
  • Radial Basis Functional Neural Network.
  • Recurrent Neural Network.
  • LSTM – Long Short-Term Memory.
  • Sequence to Sequence Models.
  • Convolutional neural nets