Let's finish the tensorflow.js Autoencoder project!

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • Coding an Autoencoder with Tensorflow.js continued!
    💡To learn more about Brilliant, go to brilliant.org/... and sign up for free. The first 200 people that go to that link will get 20% off the annual Premium subscription.
    🚂 Website: thecodingtrain....
    💬Discord: / discord
    💖 Membership: czcams.com/users/the...
    🛒 Store: standard.tv/co...
    📚 Books: www.amazon.com...
    🎥 Coding Challenges: • Coding Challenges
    🎥 Intro to Programming: • Start learning here!
    🔗 p5.js: p5js.org
    🔗 Processing: processing.org

Komentáře • 18

  • @nathanhelmburger
    @nathanhelmburger Před 2 lety +2

    Almost every youtuber I follow has done an ad for Brilliant at some point, and this was by far the most convincing. You made it look like fun!

    • @TheCodingTrain
      @TheCodingTrain  Před 2 lety

      Hah, thank you for this feedback, I always feel so awkward doing the sponsor segments and am trying to get better!

  • @slashdot4242
    @slashdot4242 Před 2 lety +4

    Keep up the good work. Your "shows" are inspiring and got me coding again.

  • @KaizenCodes
    @KaizenCodes Před 2 lety +4

    Hey Dan, nested loop shortcut ☺️:
    for (let i = 0, j = 10; i < 5, j < 15; i++, j++) {
    console.log(i, j);
    }

  • @yuvaraja5172
    @yuvaraja5172 Před 2 lety +15

    Starts 7:06

  • @tzisorey
    @tzisorey Před 2 lety +4

    "I gotta go in 5 minutes"
    Me: notices there's still 30 minutes left on the video

  • @geoffwagner4935
    @geoffwagner4935 Před 5 měsíci

    I got RetroPi working last night too. Didn't really plan to explore it much. how much more fun could something the size of a credit car really be? it's amazing for emulated gaming , and very easy . just as entertaining to load up. seams to be an os for everything , and every one of them just as shocking and unique and useful.

  • @geoffwagner4935
    @geoffwagner4935 Před 5 měsíci

    Wow, that's trippy. outrageous . I think they updated something, my morphing circle squares seam much less frantic, and more optical illusion looking. it seams like when it changes it's like it was never in focus and my eyes focus and its a square or circle. lol

  • @geoffwagner4935
    @geoffwagner4935 Před 5 měsíci

    This is an important one. I can't believe you can really just add layers like this. just add an extra copy and just ads another layer. 6 layers and it's just a tiny piece to make it and it string it all up for us.

  • @manuelkoch5359
    @manuelkoch5359 Před 2 lety

    You can use your autoencoder to reduce the heater noise in the footage ;)

  • @geoffwagner4935
    @geoffwagner4935 Před 5 měsíci

    literally pluged a Nyko playstation 2 controller in and was perfect Lol

  • @geoffwagner4935
    @geoffwagner4935 Před 5 měsíci

    You were the obvious part, the whistle required a bag of wind to be released into it.

  • @geoffwagner4935
    @geoffwagner4935 Před 5 měsíci

    a "squircle" LOL

  • @arpananimates
    @arpananimates Před 2 lety

    Please show how to make a exponent calculator.

  • @toastyPredicament
    @toastyPredicament Před 2 lety

    Pls help me

  • @geoffwagner4935
    @geoffwagner4935 Před 5 měsíci

    fixed the binding.node issue, i have built and rebuilt so many useless things. the "--rebuild from source " finally worked after apt-install node-gyp finally went error free. took a day or so. even tried getting Bazel to work to build from source code. tried python 2.7, when it sid 3.x.x.x would work. tried npm rebuild @tensorflow/tfjs-node --build-from-source once more, it worked. I know this wasn't just a Raspberry issue, my pc kept having the same one, and used nvm, tried all versions down to 16. then just worked lol no more express server for this project, i liked the point, node has more cpu power.