ML 13389 image001

Fine-tune text-to-image Stable Diffusion models with Amazon SageMaker JumpStart

In November 2022, we announced that AWS customers can generate images from text with Stable Diffusion models in Amazon SageMaker JumpStart. Stable Diffusion is a deep learning model that allows you to generate realistic, high-quality images and stunning art in just a few seconds. Although creating impressive images can find use in industries ranging from …

Neuromorphic semiconductor device achieves world’s highest handwriting pattern recognition rate

A research team led by Dr. Yong-hun Kim and Dr. Jeong-Dae Kwon has successfully developed the world’s first neuromorphic semiconductor device with high-density and high-reliability by developing a thin film of lithium-ion battery materials. They achieved this by producing ultra-thin lithium ions, a key material of lithium-ion batteries that have been in the spotlight recently, …

Using Dropout Regularization in PyTorch Models

Dropout is a simple and powerful regularization technique for neural networks and deep learning models. In this post, you will discover the Dropout regularization technique and how to apply it to your models in PyTorch models. After reading this post, you will know: How the Dropout regularization technique works How to use Dropout on your …