Deep Learning with R Cookbook by Swarna Gupta
Author:Swarna Gupta [Swarna Gupta]
Language: eng
Format: epub
Tags: COM014000 - COMPUTERS / Computer Science, COM062000 - COMPUTERS / Data Modeling and Design, COM025000 - COMPUTERS / Expert Systems
Publisher: Packt
Published: 2020-02-21T08:33:54+00:00
We now compile and train the autoencoder:
# compile
autoencoder %>% compile(loss='mse', optimizer='adam')
# train the autoencoder
autoencoder %>% fit(x_train_gray,
x_train,
validation_data= list(x_test_gray, x_test),
epochs=20,
batch_size=batch_size)
We use the trained model to generate predictions for test data:
predicted <- autoencoder %>% predict(x_test_gray)
The following screenshot depicts how our autoencoder colorized the grayscale images:
In the next section, we will get down to the nitty-gritty of all of the steps we implemented.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Computer Vision & Pattern Recognition | Expert Systems |
Intelligence & Semantics | Machine Theory |
Natural Language Processing | Neural Networks |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8295)
Test-Driven Development with Java by Alan Mellor(6697)
Data Augmentation with Python by Duc Haba(6602)
Principles of Data Fabric by Sonia Mezzetta(6359)
Learn Blender Simulations the Right Way by Stephen Pearson(6252)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(6118)
Hadoop in Practice by Alex Holmes(5958)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5806)
RPA Solution Architect's Handbook by Sachin Sahgal(5518)
Big Data Analysis with Python by Ivan Marin(5347)
The Infinite Retina by Robert Scoble Irena Cronin(5217)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5143)
Pretrain Vision and Large Language Models in Python by Emily Webber(4306)
Infrastructure as Code for Beginners by Russ McKendrick(4069)
Functional Programming in JavaScript by Mantyla Dan(4038)
The Age of Surveillance Capitalism by Shoshana Zuboff(3946)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3784)
Embracing Microservices Design by Ovais Mehboob Ahmed Khan Nabil Siddiqui and Timothy Oleson(3585)
Applied Machine Learning for Healthcare and Life Sciences Using AWS by Ujjwal Ratan(3562)
