File:Deep belief net.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 230 × 345 pixels, file size: 3 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Diagram of a deep belief net.
Date
Source Own work
Author Qwertyus
Other versions

[edit]

Created using en:Graphviz, source:

digraph {
    rankdir=TB
    node [shape="rectangle"];

    /* top two layers form an undirected graphical model */
    subgraph cluster_top {
        color=white
        rankdir=BT
        h3 [label="Hidden layer 3"]
        h2 [label="Hidden layer 2"]
        h3 -> h2
        h2 -> h3
    }

    h1 [label="Hidden layer 1"]
    v  [label="Visible layer (observed)" style=filled]
    h2 -> h1
    h1 -> v
}

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:04, 25 December 2013Thumbnail for version as of 13:04, 25 December 2013230 × 345 (3 KB)Qwertyus (talk | contribs){{Information |Description ={{en|1=Diagram of a deep belief net.}} |Source ={{own}} |Author =Qwertyus |Date =2013-12-25 |Permission = |other_versions = }} [[Category:Neural...

File usage on other wikis

The following other wikis use this file:

Metadata