Coding an AI to function like a HUMAN BRAIN!!!

Поділитися
Вставка
  • Опубліковано 19 чер 2024
  • Can I program the most complex human organ, the brain, on my computer? Well, yes, that's why I made the video...
    My brain is able to look at numbers and recognize them. Processing sight has been done many times before, but has anyone ever attempted to attack it in a way the visual and infratemporal cortexes do?
    I used the Unity Game Engine to create this AI, which functions like a human brain. Making your game AI like this is probably not a good idea though, because its a bit overkill to have all AI function like a human brain.
    The way my brain processes sight is by splitting the image up into little squares. Each square represents a photoreceptor on the retina. The photoreceptor activates when there is writing on the square. The photoreceptor information is sent to the Visual Cortex where it is processed in V1 V2 and V4. It then goes to the Infratemporal Cortex where the AI makes the guess.
    A lot of the information from this video is based off of the Mindfield Episode, The Stilwell Brain: • The Stilwell Brain
    Make sure to follow me on my social media accounts for exclusive behind-the-scenes stuff!
    Instagram: / will_hess_yt
    TikTok: / will_hess_yt
    Twitter: / will_hess_yt
    LinkedIn: / will-hess-iii-046159233
    Chapters:
    0:00 - Intro
    0:26 - Chapter 1 - Sight
    3:06 - Chapter 2 - The Visual Cortex
    7:03 - Chapter 3 - The Infratemporal Cortex
    9:17 - Testing the Brain
    11:20 - Outro
    Subscribe: ua-cam.com/users/WillHessGameD...
    If you have any questions DM me over Instagram or Discord
  • Розваги

КОМЕНТАРІ • 18

  • @SpaceMyName
    @SpaceMyName 11 місяців тому +1

    I enjoy your mix of humour and technical knowledge that you put into your videos, keep it up! :)

  • @justinhateclub
    @justinhateclub 11 місяців тому +2

    Next vid should Be I tried making a Roblox game. Also great video

    • @WillHessGameDev
      @WillHessGameDev  11 місяців тому +1

      Thanks for watching and the idea! I already have some stuff in the works but I’ll add it to the list!

  • @user-sx5to6xl4g
    @user-sx5to6xl4g 11 місяців тому +1

    wth how this got so few views??? This is top lvl content

    • @WillHessGameDev
      @WillHessGameDev  11 місяців тому +1

      Thank you so much! Part of it is that it is a few days old and the algorithm hasn’t really picked up on it yet, but you can always help me out by hitting that share button and passing it around :)

  • @bidwattarkar5513
    @bidwattarkar5513 11 місяців тому

    Now this is what I call quality content champ 🔥

  • @ryanraynal4753
    @ryanraynal4753 10 місяців тому

    Good job

  • @Randum50
    @Randum50 11 місяців тому +2

    You are so underrated❤

    • @WillHessGameDev
      @WillHessGameDev  11 місяців тому

      Thank you so much!

    • @Randum50
      @Randum50 11 місяців тому

      @@WillHessGameDev of course!

  • @jaysonp9426
    @jaysonp9426 11 місяців тому

    I dunno if it's worse that your brain is in java or you're using float

    • @WillHessGameDev
      @WillHessGameDev  11 місяців тому

      My brain is in c# and what’s wrong with float? Double is overkill imo

    • @jaysonp9426
      @jaysonp9426 11 місяців тому

      @@WillHessGameDev ooh interesting, usually used to seeing c# formatted differently. And if you're using float maybe you should be in C++ :P
      Cool video btw. Liked the approach

    • @WillHessGameDev
      @WillHessGameDev  11 місяців тому +1

      @@jaysonp9426 for the formatting of you are talking about having the “{” on its own line, well I actually started learning to program in Java! When I switched to c# to use unity I couldn’t stand putting the curly bracket on its own line so I just didn’t lol.

    • @jaysonp9426
      @jaysonp9426 11 місяців тому

      @@WillHessGameDev Yes! Java was my first language too and I always felt like C# was java with curly brackets in a different place lol.