
Learn to build and train generative adversarial networks from scratch using Python, explore pre-trained GAN models, and apply ethics and project management across six course modules.
Begin your first gan training by building a portable, containerized environment with Docker, enabling consistent art generation across local and cloud gpu setups.
Load the docker container from the star file, validate the image, create a local repository folder, and link a volume to prepare for compiling the image.
Compile a docker container from a prepared image, link a local volume to the work directory, and prepare a training environment accessible via a Jupyter notebook at localhost:8888.
Explore GAN training across epochs, tracking the discriminator's accuracy as the generator improves, and observe the progression from random noise to handwritten digit-like, artful images.
Master switching a Docker container on and off, using the stop button or closing the browser, then start from the container and access images locally.
Adjust memory and cpu allocations for your container to optimize training, balancing host resources and available ram. Set cpu cores and ram in resources, then apply and restart.
Train your first GAN with the gun trainer, using specific paths for images and models, a subset of images representing number eight, and note how epoch choices affect discriminator accuracy.
Explore how artificial intelligence, machine learning, and deep learning differ, and learn the benefits and use cases of deep learning, including artwork generation.
Explore the anatomy of artificial neural networks, from input to output layers, through weighted sums with bias, transfer and activation functions, and contrast feedforward and recurrent architectures.
Explore how multilayer feedforward neural networks act as universal approximators, and learn how gradient descent and backpropagation adjust weights and biases using loss functions to train from data.
Discover how generative adversarial networks use a discriminator and a generator with random noise to create images, then backpropagate to update the generator while training on real and fake samples.
Train a MNIST clothing GAN on a bag-focused subset to generate realistic bag images and explore generator-discriminator dynamics and model repositories.
Load your trained generator and discriminator from the repository and use the included notebook to generate new images from random noise, noting how noise and latent dim variable affect outputs.
Explore the CPU versus GPU, noting CPU's sequential processing and GPU's parallel compute, and compare local versus remote work modes for art projects using Google Colab.
Access Google Colab to connect to a remote machine with higher computational capabilities, run Jupyter-like notebooks for Python code, and choose free or paid GPU options to train GAN models.
Organize your ai arts project with a single visual folder and a dedicated repository for models, training images, and evolution plots, clone the repository, and resize training images for consistency.
Learn to collect a large image dataset by installing the Chrome extension download all images and batch download them into a single zipped folder for training.
Learn to train a color portraits GAN from scratch using Google Colab and GPU, clone a repository, upload portraits of humans, and adjust the generator's convolutional layers for color output.
Discover how to train a color painting GAN on a GPU, adjust resize settings for color images, build a three-upscale generator with a three-filter output, and navigate training challenges.
Explore how clip guides image generation with a pre-trained model in PyTorch to create high quality AI art from text prompts, using seeds and iterations.
Explore artificial neural networks and gan architectures, apply convolutional networks and pre-trained clip models to generate high quality images, including handwritten digits, and complete three custom projects.
Did you know that computers can generate pictorial art? Have you ever wondered how can they do that? Did you know that the art generated by Artificial Intelligence (AI) has been sold on auctions for thousands of $$$?
Welcome to Artem Ex Machina™! Here you will learn how to become Artificial Intelligence (AI) Artisan by building, training and applying Generative Artificial Networks (GANs) - deep learning networks behind AI generated art. What makes this course unique is the combination of three elements:
Building, training and using GANs from scratch
Applying pre-trained GANs for beautiful AI Arts
Starting, maintaining and managing AI Arts projects
By the end of this course you will, therefore, be able to:
Build and train GANs using your own set of training images
Create pieces of AI Arts with publicly available, FREE, and amazing quality pre-trained GANs models
Understand how Neural Networks, in general, and GANs, in particular, work
Effectively manage AI Arts projects
To get a taster on the kind of images you'll be able to generate by completing this course, have a look at the logo of this course, which has 6 examples of images generated with GANs :)
The course uses Python as a programming language upon which you'll be able to build, train and use your own GANs. Not only you’ll gain practical capabilities when it comes to developing and diagnosing these deep learning models but also you'll gain a proper understanding of theory behind them. Since managing and, potentially, sharing your working environment behind GANs is an important part of the workflow of the generative artist, an integral part of the course is provision of AI-Art-compatible Docker containers and teaching you how to effectively use them. Understanding how GANs work combined with the ability to build them, will give you a strong generative artisanship acumen, and hence strong competitive advantage in the world of Data Science. In addition to that you'll learn how to make an effective use of pre-trained models that were trained for thousands of hours, to create high quality art. Therefore, you'll be able to work on your own local computer as well as remote high performance computing service such as Google Colab using Graphic Processing Units!
The course is split into 6 sections culminating with a 3 capstone projects that you can add to your portfolio:
Introduction. Here you'll learn how to setup your local working environment PLUS how to train and diagnose a hand-written digits GAN
What is a Generative Adversarial Network? Here you'll learn how GANs work and how they are trained PLUS how to train and apply GAN of images of clothing
AI Arts projects. Here you'll learn how to work locally vs how to work remotely and principles of AI Arts project management PLUS how to efficiently download bulk of images for your GAN training
GAN architectures. Here you'll learn how to build and train GAN models from scratch to produce complex grayscale and colour images
GAN+CLIP. Here you'll learn how to use pre-trained models for beautiful AI Arts generation
Capstone projects. Here you'll have the chance to complete three capstone projects to consolidate what you've learnt in the course.
Start you Artem Ex Machina™ journey now!