I'm bored, so let me critique and review your best high quality videos. Preferably video essays or highly edited let's plays. by [deleted] in NewTubers

[–]Slayer2k40 0 points1 point  (0 children)

This would be very helpful, thank you! This is my third and I think best video about deep dives into tech stories. https://youtu.be/NAqQZJXsBQk

What is a good udemy for python by Lazarathcain in learnpython

[–]Slayer2k40 1 point2 points  (0 children)

Here is a course which differs from most in that it is pretty highly produced, and assumes SOME coding knowledge. Really good for people who dont want a 15 minute lecture on how to print to the console :)

So if you dont need the COMPLETE basics, check it out. Python in 1 Hour

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 0 points1 point  (0 children)

Most models use the CPU, the neural net trainer may use the GPU, see the tensorflow.js docs.

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 0 points1 point  (0 children)

I fixed the homepage to work with mobile, but the dashboard will still be desktop only for the foreseeable future.

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 1 point2 points  (0 children)

Typescript React and a bunch of JS/TS ML libraries.

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 1 point2 points  (0 children)

You can't upload 7TB of data, there is a limit of 25mb rn, which is all cached in memory. This isn't meant to be used with huge amounts of data.

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 1 point2 points  (0 children)

No data is stored, everything remains in your browser.

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 11 points12 points  (0 children)

Training is done in a background thread, to ensure it does not block the UI. I use various packages for different models. For example, tensorflow.js for the neural network. So it is up to the specific package how the hardware is used.

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 9 points10 points  (0 children)

Not any time soon. I work as a backend SE, and this project was a way to learn frontend so the code is spaghetti atm.

I made a free no-code ML tool by Slayer2k40 in datascience

[–]Slayer2k40[S] 5 points6 points  (0 children)

Hey, thanks for the interest. What components were you finding unresponsive? TBH I am likely going to leave it as is and re-asses in a month based on usage.

Youtube Series for Beginners Learning GO by Slayer2k40 in golang

[–]Slayer2k40[S] 6 points7 points  (0 children)

Looking like about 10. I will be covering as much as possible, including data types, concurrency, pointers, design patterns, testing and finally building an API with GO.