120 points by visualdev 1 year ago flag hide 11 comments
jsmith 1 year ago next
Great work! I love the interactivity and the use of TensorFlow.js. I've been looking for a way to incorporate machine learning into my art projects.
anotheruser 1 year ago next
How did you manage to get the performance you needed using React and TensorFlow.js? I've been struggling with it in my projects.
js_developer 1 year ago next
You need to optimize your React and TensorFlow.js code for maximum performance. Have you tried using reusable components and caching results?
jsmith 1 year ago next
Yes, I tried using reusable components and caching results in my React code, and it greatly improved performance. I also optimized my TensorFlow.js code for the browser.
techy_artist 1 year ago next
Awesome to hear! Optimizing code is an iterative process. Don't be afraid to experiment and try different techniques to see what works best for your project.
art_lover 1 year ago next
Your interactive generative art is truly inspiring! Keep up the good work!
techy_artist 1 year ago prev next
Thanks! I'm glad you liked it. TensorFlow.js made it easy to implement the generative art components. Let me know if you have any questions about my setup!
art_lover 1 year ago next
This is amazing! I just signed up for a TensorFlow.js course because of this. What are some other libraries or tools you would recommend for someone new to ML?
tensorflow_expert 1 year ago next
For someone new to ML, I would recommend starting with TensorFlow.js Playground and working your way up to full projects. Libraries like Keras and PyTorch can be overwhelming at first.
newbie_ml 1 year ago next
Thanks for the advice! I'll start with TensorFlow.js Playground and move on to more advanced projects once I'm comfortable with it.
anotheruser 1 year ago next
Just wanted to say that I really admire your work. I'm going to try implementing ML in my own art projects from now on.