Pynapse, my python AI library | Tutorial
Channel:
Subscribers:
543
Published on ● Video Link: https://www.youtube.com/watch?v=arrJuppqFPE
lets say we want a network with 2 input neurons and two hidden layers with 10 neurons each and 1 output neuron:
Dense(2, 10) this creates 2 input neurons and 10 outputs for a hidden
Dense(10, 10) this connects the 10 neurons and makes another 10 layer
Dense(10, 1) this connects the 10 hidden neurons to the singular output
As you can see this is infinitely expandable.
Other Videos By Doggo Legend
2025-01-23 | Realistic head made in blender |
2024-10-02 | Low poly rat doing the chicken dance |
2024-07-10 | Installing MacOS on my PC |
2024-05-11 | Pynapse, my python AI library | Tutorial |
2024-05-07 | Fluffcord |
2024-04-07 | How to make a realistic cloth in blender |
2024-03-01 | Nice table made in blender |
2024-01-26 | Reviving old Samsung | Unboxing and review |
2024-01-24 | Meat cube made in blender |
2023-11-17 | I made my own storage media (And you can use it too) |
2023-11-03 | Backrooms: Mini found footage |
2023-09-20 | I loaded the alt store onto my iPad and played super Mario 64 |
2023-08-07 | my new windows xp computer + a little bit of microsoft flight simulator 2002 |
2023-07-27 | Introducing powerGo os |
2023-07-05 | I’ve got a twitch |
2023-06-15 | Found a see through snail |
2023-05-21 | I made a 5 segment display |
2023-05-15 | And gate using transistors. |
2023-04-29 | My redstone Minecraft computer! |
2023-04-22 | Os on my laptop: There was an attempt of windows xp |
2023-04-07 | Os on my laptop: Windows 3.1 on modern hardware! |
Tags:
programming
AI
python