Finally its my turn to use #dalle2. Here is "A photo of a bunch of dogs flying a plane on Christmas" generated by #dalle2#dalle#openai#dallemini
What would you like to see. Comment below👇
@Dalle2Pics
Sharing my lecture slides on Generative Models with VAE and GAN.
I present the models from scratch and provide simple codes to understand the core ideas.
Slides : https://t.co/Q7onIqFdjr
Codes : https://t.co/GTdymt1233
Man idk what’s going on but I’m just so grateful right now. Cheers to the ups and downs of life for making me appreciate this moment even more. We’re back in a final, see you on Saturday ❤️
Hard truth:
ML researchers focus on:
• 90% unstructured data
• 10% structured data
Problems in industry are:
• 10% unstructured data
• 90% structured data
It's exciting that industry is moving more towards unstructured data.
But remember: tabular data is still king.
@driscollis To correct it, will have to change while x !=10: to while x<10:, or change the increment step x +=2 to 1, or odd number below 10. Or change the starting point of x=1 to x = 2, or an even number below 10. Anything else?
s this formula difficult? 🤔
This is the formula for Gradient Descent with Momentum as presented in Wikipedia.
It may look intimidating at first, but I promise you that by the end of this thread it will be easy to understand!
Thread 👇
#RepostFriday
If you have data and want to split it into different files you can do it by hand...ooorrr you could use #pyarrow🐍💘 This is especially useful for big datasets!
Here's the code to take a table of 100 birthdays, between 2000 and 2009 and split them into separate files by year👩🏿💻✨