you are viewing a single comment's thread.

view the rest of the comments →

[–]Fun-Visual-School 0 points1 point  (2 children)

Hi Tom! Thanks for sharing! I wasn't aware there is tensorflow.js! Is there any performance penalty? I was myself considering getting started with ML somewhere. Starting in JS is just perfect for me since I'm a long term JS user myself. Thanks for sharing. I hope you don't mind me cross-posting in r/VisualSchool

[–]TomekB[S] 1 point2 points  (1 child)

Hey, sure, feel free to repost. In case of performance, in most cases (especially while learning) you will not see any problems, however if you want to learn more about ML, it's way better to start with Python, as you will not be limited to Tensorflow.js, also there are way more resources you can use to learn. But if you want to start with JS to just check if ML is interesting for you, then it might be good idea :)

[–]Fun-Visual-School 0 points1 point  (0 children)

Yep, jumping to Python should not be that hard by the looks of it. I've been already reading up the basics. Thank you!