[ML 1] Neural Networks ๐ง
What are the structures of a neural network?
A simple neural ๐ง network includes three layers:
input
hidden
output
Each layer contains a collection of nodes (units); which simulate brain activities. The input layer represents X features, and the...
haochengcodedev.hashnode.dev2 min read