• Cheatsheet of Latex Code for Most Popular Machine Learning Equations

    rockingdingo 2022-09-18 #GAN #VAE #KL-Divergence #Wasserstein #Mahalanobis

    In this blog, we will summarize the latex code for most popular machine learning equations, including multiple distance measures, generative models, etc. There are various distance measurements of different data distribution, including KL-Divergence, JS-Divergence, Wasserstein Distance(Optimal Transport), Maximum Mean Discrepancy(MMD) and so on. We will provide the latex code for machine learning models in the following sections. We will also provide latex code of Generative Adversarial Networks(GAN), Variational AutoEncoder(VAE), Diffusion Models(DDPM) for generative models in the second section.

    READ MORE
  • Online AI Courses for Kids-Use generative AI to Draw Paw Patrol Dog Skye

    rockingdingo 2024-04-10 #AI Courses #K12 #Age 6-9 #Age 10-13 #AIGC #Text to Image #Paw Patrol

    Hi parents and kids, this free online AI course "Use generative AI to Draw Paw Patrol Dog Skye" will gives your K12 kids a brief introduction to what is Artificial Intelligence (AI) technology, what can AI accomplish (such as AI Generated Contents converting text to image, Chatbots giving automatic response), and how does AI work in the easiest way that even K12 children can understand. This course covers some fundamental concepts of AI, including what neural networks is, what's the most popular neural network blocks of AI models (Transformers, Diffusion, etc.). Finally, kids can also participate by interacting with the AI during the course, by clicking the image or text with 'robot' icon or button, and get more detailed explanation, type a query or ask question using microphone by themselves, and accomplish the task of generating a picture of unique Paw Patrol Dogs and get the trophy. This course will takes around 20 minutes to complete. And all the interactive learning sessions in the course are designed by experienced children-education professionals. Let's get started!

    READ MORE
  • Online AI Courses for Kids-Use generative AI to Draw Paw Patrol Dog Chase

    rockingdingo 2024-03-24 #AI Courses #K12 #Age 6-9 #Age 10-13 #AIGC #Text to Image #Paw Patrol

    Hi parents and kids, this free online AI course "Use generative AI to Draw Paw Patrol Dog Chase" will gives your K12 kids a brief introduction to what is Artificial Intelligence (AI) technology, what can AI accomplish (such as AI Generated Contents converting text to image, Chatbots giving automatic response), and how does AI work in the easiest way that even K12 children can understand. This course covers some fundamental concepts of AI, including what neural networks is, what's the most popular neural network blocks of AI models (Transformers, Diffusion, etc.). Finally, kids can also participate by interacting with the AI during the course, by clicking the image or text with 'robot' icon or button, and get more detailed explanation, type a query or ask question using microphone by themselves, and accomplish the task of generating a picture of unique Paw Patrol Dogs and get the trophy. This course will takes around 20 minutes to complete. And all the interactive learning sessions in the course are designed by experienced children-education professionals. Let's get started!

    READ MORE
  • List of Differential Equations Formulas Latex Code

    rockingdingo 2023-01-28 #math #differential equations #laplace #bessel

    In this blog, we will summarize the latex code for differential equations formulas, including diffusion (conduction) equation, wave equation, heat equation, laplace equation, Legendre's equation, Bessel's equation, Spherical Harmonics Equation, etc.

    READ MORE
  • Latex Code for Diffusion Models Equations

    rockingdingo 2022-09-18 #Diffusion #VAE #GAN #Generative Models

    In this blog, we will summarize the latex code of equations for Diffusion Models, which are among the top-performing generative models, including GAN, VAE and flow-based models. The basic idea of diffusion models are to inject random noise to the feature vector in the forward process as markov chain models, and in the reverse process gradualy reconstruct the feature vector for generation. See below blogpost as reference for more details: Weng, Lilian. (Jul 2021). What are diffusion models? Lilâ??Log. lilianweng.github.io/posts/2021-07-11-diffusion-models/

    READ MORE