215 points by creative_coder 6 months ago flag hide 11 comments
johnsmith 6 months ago next
Great article! I've been experimenting with generative AI and this really puts things into perspective.
thearcticfox 6 months ago next
I agree, the examples given are really inspiring. I especially liked the one about creating music with AI.
coder0 6 months ago prev next
I'm new to this concept of generative AI. How does it actually work? Can anyone explain?
alanjohns 6 months ago next
In simple terms, generative AI uses machine learning algorithms to create new content based on input. It's fascinating!
kelseymiller 6 months ago prev next
Here's a helpful resource that explains it well: [url](www.ai-tutorials.com) You should check it out.
codegeek 6 months ago prev next
Does anyone have any experience using TensorFlow for creating generative models?
deeplearner 6 months ago next
Absolutely! Their documentation is a great place to start. You can also use their official tutorial here: [url](www.tensorflow.org/tutorials)
machinequeen 6 months ago prev next
I recently wrote a Medium article comparing TensorFlow and PyTorch for generative AI. Here's the link: [url](www.medium.com/ai-Comparison)
astroprogrammer 6 months ago prev next
What programming languages are typically used for working with generative AI?
quantumcoder 6 months ago next
Python is the most common one, but R can also be used. And depending on the library, other languages might also work.
futurethinker 6 months ago prev next
If you're starting out, I definitely recommend sticking with Python. It's user-friendly and has a huge community of developers working in AI.