Description
Take your first steps into the world of machine learning. Learn how a neural network can be used to dramatically speed up the removal of noise in ray traced images. In this lab you will learn about noise in rendered images, use a network trained to denoise sample images, and iterate and modify parameters improving the quality of the denoiser. By the end of the lab, you will have the tools and the knowledge to build your own AI accelerated denoiser.
Key Learnings
- Learn about noise in rendered images.
- Learn about the data required to train a neural network to denoise rendering images.
- Learn to train an autoencoder network to denoise rendered images.
- Learn to measure the quality of denoising and improve your trained network.