this post was submitted on 22 Sep 2025
1127 points (99.0% liked)

Microblog Memes

9520 readers
2962 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
1127
Very much smart people (piefedimages.s3.eu-central-003.backblazeb2.com)
 
you are viewing a single comment's thread
view the rest of the comments
[–] Infernal_pizza@lemmy.dbzer0.com 53 points 1 month ago (7 children)

OK but what actually is this image?

[–] SatyrSack@lemmy.sdf.org 95 points 1 month ago (2 children)

Basic model of a neural net. The post is implying that you're arguing with bots.

https://en.wikipedia.org/wiki/Neural_network_(machine_learning)

[–] CookieOfFortune@lemmy.world 11 points 1 month ago (3 children)

Wouldn’t a bot recognize this though?

[–] SatyrSack@lemmy.sdf.org 47 points 1 month ago

A bot might, but this post is pointing out how common it is for people who consider themselves AI experts to not recognize this diagram that is basically part of AI 101

[–] driving_crooner@lemmy.eco.br 15 points 1 month ago (1 children)

They're not saying that the bots are asking what the image is, but users (may be bots or not) that sell themselves as AI/ML experts.

[–] lobut@lemmy.ca 2 points 1 month ago
[–] maniclucky@lemmy.world 5 points 1 month ago

Would you recognize if someone made a block diagram of your brain?

[–] General_Effort@lemmy.world 1 points 1 month ago

The post is implying that you’re arguing with bots.

Maybe, but it also might be suggesting that people are not fundamentally different.

[–] Asetru@feddit.org 57 points 1 month ago

Illustration of a neural network.

[–] Gladaed@feddit.org 33 points 1 month ago (1 children)

The simplest neural network (simplified). You input a set of properties(first column). Then you weightedly add all of them a number of times(with DIFFERENT weights)(first set of lines). Then you apply a non-linearity to it, e.g. 0 if negative, keep the same otherwise(not shown).

You repeat this with potentially different numbers of outputs any number of times.

Then do this again, but so that your number of outputs is the dimension of your desired output. E.g. 2 if you want the sum of the inputs and their product computed(which is a fun exercise!). You may want to skip the non-linearity here or do something special™

[–] Poik@pawb.social 1 points 1 month ago (1 children)

Simplest multilayer perceptron*.

A neural network can be made with only one hidden layer (and still, mathematically proven, be able to output any possible function result, just not as easily trained, and with a much higher number of neurons).

[–] Gladaed@feddit.org 1 points 1 month ago* (last edited 1 month ago) (1 children)

The one shown is actually single layer. Input, FC hidden layer, output. Edit: can't count to fucking two, can I now. You are right.

[–] Poik@pawb.social 2 points 1 month ago* (last edited 1 month ago)

It's good. Thanks for correcting yourself. :3

The graphs struck me as weird when learning as I expected the input and output nodes to be neuron layers as well... Which they are, but not in the same way. So I frequently miscounted myself while learning, sleep deprived in the back of the classroom. ^^;;

[–] Zwiebel@feddit.org 7 points 1 month ago* (last edited 1 month ago)

To elaborate: the dots are the simulated neurons, the lines the links between neurons. The pictured neural net has four inputs (on the left) leading to the first layer, where each neuron makes a decision based on the input it recieves and a predefined threshold, and then passes its answer on to the second layer, which then connects to the two outputs on the right

[–] nialv7@lemmy.world 2 points 1 month ago

Multilayer perceptron

[–] Fermion@mander.xyz 1 points 1 month ago

Many player cat's cradle