Skip to main content

Command Palette

Search for a command to run...

Quick thoughts on neural networks

Updated
N
Ametuer HTML and python coder

DISCLAIMER:

I am not an expert in AI. This may be inaccurate.

I was on my computer today watching a video and I was struck by a thought. A neural network is basically a machine that guesses, updates its guess, and repeats. All it does is take a few inputs, guess, compare, guess, compare, guess, compare, then, TADA! A piece of code of an essay or something. The network itself is just many layers of neurons, like a cake.

Inky and Squirt staring at a Neural network cake. The input layer(stand) has 3 neurons, 1 hidden layer(cake layer) has 5, another with 4, another with 3, and an output layer(candle) with one neuron

Any thoughts?

Image description: Inky and Squirt staring at a Neural network cake. The input layer(stand) has 3 neurons, 1 hidden layer(cake layer) has 5, another with 4, another with 3, and an output layer(candle) with one neuron

2 views