Scroll Up and Down this page to see the parallax scrolling effect.

Machine Learning (ML)


Machine learning (ML) is a type of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so.


Its algorithms use historical data as input to predict new output values. It is the science of getting computers to act without being explicitly programmed. In the past decade, machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly improved understanding of the human genome.


Machine learning algorithms are used in a wide variety of applications, including medicine, email filtering, speech recognition, and computer vision, where it is difficult or unfeasible to develop conventional algorithms to perform the needed tasks.


Sources:

https://paperswithcode.com/method/stylegan

https://machinelearningmastery.com/introduction-to-style-generative-adversarial-network-stylegan/

https://www.sas.com/en_us/insights/analytics/machine-learning.html

Behind the Scene


The fictional place generator on this site is essentially powered by a styleGAN (Generative Adversarial Network) model behind the scene. The model works by having two neural networks: a generator and a discriminator. Both the generator and discriminator work simultaneously during the training process.


In this case, the generator synthesizes samples of fictional places based on the pattern it identified from the real images of iconic cities worldwide, while a discriminator takes samples from both the training data and the generator’s output and predicts if they are “real” or “fake”.


The generator input is a random vector (noise) and therefore its initial output is also noise. Over time, as it receives feedback from the discriminator, it learns to synthesize more “realistic” images. The discriminator also improves over time by comparing generated samples with real samples, making it harder for the generator to deceive it.


Sources:

https://www.nationalgeographic.org/encyclopedia/air-pollution/

https://www.cdc.gov/climateandhealth/effects/air_pollution.htm

https://www.epa.gov/clean-air-act-overview/air-pollution-current-and-future-challenges

More


The dataset of this StyleGAN model is composed of approximately 5,000 images taken at iconic cities worldwide. The fictional generated images of cities are results from a StyleGan model that has been trained for more than 100 hours. The model is trained using Google Colab that is conncted to a hosted network. It is an example of unsupervised machine learning.


Dataset Credits:

https://unsplash.com/s/photos/city

https://www.pexels.com/search/city/

https://pixabay.com/images/search/city/

https://www.shutterstock.com/search/city

https://depositphotos.com/stock-photos/cities.html