Coder Social home page Coder Social logo

afcarl / learning-generative-adversarial-networks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/learning-generative-adversarial-networks

0.0 1.0 0.0 137.13 MB

Learning-Generative-Adversarial-Networks, published by Packt

License: MIT License

Jupyter Notebook 22.31% Python 75.45% Shell 2.24%

learning-generative-adversarial-networks's Introduction

Learning-Generative-Adversarial-Networks

This is the code repository for Learning Generative Adversarial Networks, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Generative models are gaining a lot of popularity among the data scientists, mainly because they facilitate the building of AI systems that consume raw data from a source and automatically builds an understanding of it. Unlike supervised learning methods, generative models do not require labeling of the data which makes it an interesting system to use. This book will help you to build and analyze the deep learning models and apply them to real-world problems. This book will help readers develop intelligent and creative application from a wide variety of dataset (mainly focusing on visual or images).

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

<div class="packt_code">
nsamples=6
Z_sample = sample_Z(nsamples, noise_dim)
y_sample = np.zeros(shape=[nsamples, num_labels])
y_sample[:, 7] = 1 # generating image based on label
samples = sess.run(G_sample, feed_dict={Z: Z_sample, Y:y_sample})
</div>

All of the tools, libraries, and datasets used in this book are open source and available free of charge. Some cloud environments used in the book offer free trials for evaluation. With this book, and some adequate exposure to machine learning (or deep learning), the reader will be able to dive into the creative nature of deep learning through generative adversarial networks. You will need to install Python and some additional Python packages using pip to effectively run the code samples presented in this book.

Related Products

learning-generative-adversarial-networks's People

Contributors

dominicpereira92 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.