6.5: TensorFlow.js: Layers API Part 1 – Intelligence and Learning

[ad_1]
In this video, I cover the TensorFlow.js Layers API (“tf.layers”).

🎥 Next Video:

🔗 TensorFlow.js:
🔗 Keras:
🔗 ml5:

🎥 My Neural Networks playlist:
🎥 Linear Regression with TensorFlow.js:

🚂 Website:
💖 Patreon:
Store:
📚 Book recommendations:

💻

🎥 For More Intelligence and Learning videos:
🎥 For More Coding Challenges:

🔗
🔗


Posted

in

by

Tags:

Comments

15 responses to “6.5: TensorFlow.js: Layers API Part 1 – Intelligence and Learning”

  1. Pasquale D'Silva Avatar

    These are really great. Btw, what are you using to sanitize your javascript in atom? Some sorta linter plugin?

  2. Homer Simpson Avatar

    I know you've covered processing a while ago but how can I make an image move in processing? So far I only have black dots bouncing across the screen, here's some of my variable and draw code:

    (variable)
    int xPos1=200;

    int xs1=15;

    (draw code)
    ellipse(xPos1, 200, 40, 40);

    xPos1=xPos1+xs1;

    if (xPos1>width-20 || xPos1<20)

    {

    xs1=-xs1;

    }

  3. Ziv Galili Avatar

    Great video, was very helpful. Thanks

  4. kustomweb Avatar

    I'm so glad I waited.

  5. WeinSim Avatar

    Hi can somebody please help me with my GitHub post? https://github.com/WeinSim/SpaceInvadersNeuralNetwork It is a Neural Network that learns how to Play Space Invaders. It's all working but the AI's don't respond to their envoirnment

  6. Nicholas Brown Avatar

    Like this comment if you find Dan's videos helpful

  7. Kieran McClymont Avatar

    I'm already watching this for a second time :O

  8. Aman Adwani Avatar

    Thank you so much !

  9. Invalid571 Avatar

    You are an awesome teacher!
    I've learned so much stuff from your videos.
    Keep coding! ☺

  10. Juraj Pecháč Avatar

    Hardware for you: The Elgato Stream Deck
    15 LCD keys poised to launch unlimited actions eliminate the need to map and memorize keyboard shortcuts. One-touch, tactile operation lets you switch scenes, launch media, adjust audio and more, while visual feedback confirms your every command.

  11. Rage Avatar

    Hello there 🙂 Hi Dan!

  12. AnimateDZN Avatar

    Thanks for all the time you take to do all of this. Much appreciated love from The Netherlands 🙂

  13. Isobel Taylor Avatar

    IT'S FINALLY HERE!

Leave a Reply

Your email address will not be published. Required fields are marked *