File:Restricted Boltzmann machine.svg

From Vigyanwiki

Original file(SVG file, nominally 310 × 330 pixels, file size: 5 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Diagram of a graphical model with visible and "hidden" (latent) factors (e.g., a restricted Boltzmann machine).
Date
Source Own work
Author Qwertyus
Other versions

[edit]

Licensing

I, the copyright holder of this work, hereby publish it under the following licence:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported licence.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the licence, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible licence as the original.

Dot source

Generated by dot -Tsvg from the following source:

strict graph {
    rankdir=RL;
    splines=false;

    subgraph cluster_visible {
        label = "Visible units";
        color=grey;
        node [style=filled, color=red, fontcolor=red];
        v1; v2; v3;
    }
    subgraph cluster_hidden {
        label = "Hidden units";
        color=grey;
        node [style=filled, color=lightblue, fontcolor=lightblue];
        h3; h4; h1; h2;
    }

    h1 -- v1;
    h1 -- v2;
    h1 -- v3;
    h2 -- v1;
    h2 -- v2;
    h2 -- v3;
    h3 -- v1;
    h3 -- v2;
    h3 -- v3;
    h4 -- v1;
    h4 -- v2;
    h4 -- v3;
}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

16 November 2012

16 November 2012

File history

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

Date/TimeThumbnailDimensionsUserComment
current02:08, 15 January 2016Thumbnail for version as of 02:08, 15 January 2016310 × 330 (5 KB)wikimediacommons>Olexa RiznykReverted to version as of 00:37, 16 November 2012 (UTC): Ukraininan localization removed, because of separate version creation

Metadata