File:Ann dependency (graph).svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 178 × 127 pixels. Other resolutions: 320 × 228 pixels | 640 × 457 pixels | 1,024 × 731 pixels | 1,280 × 913 pixels | 2,560 × 1,827 pixels.
Original file (SVG file, nominally 178 × 127 pixels, file size: 151 KB)
File information
Structured data
Captions
2013-04-01 11:38:23
[edit]DescriptionAnn dependency (graph).svg |
English: Dependency graph for an artificial neural network |
Date | |
Source | Vector version of File:Ann dependency graph.png |
Author | Glosser.ca |
SVG development InfoField | This vector image was created with Asymptote by dvisvgm. |
Source code InfoField | Asymptote codesize(5cm);
import graph;
pair circleEdge(real radius, pair p1, pair p2) {
return p2 - radius*unit(p2 - p1);
}
void drawArrow(real radius, pair p1, pair p2) {
pair hshift = (radius, 0),
initial = p1 + hshift, final = circleEdge(radius, initial, p2);
draw(initial--final, Arrow);
}
int dx = 4, dy = 2;
int radius = 1;
pair x0 = (0,0),
h1 = (dx, 2*dy), h2 = (dx,0), h3 = (dx, -2*dy),
g1 = (2*dx, dy), g2 = (2*dx, -dy),
f0 = (3*dx, 0);
draw(Circle(x0, radius)); label("$x$", x0);
draw(Circle(h1, radius)); label("$h_1$", h1);
draw(Circle(h2, radius)); label("$h_2$", h2);
draw(Circle(h3, radius)); label("$h_3$", h3);
draw(Circle(g1, radius)); label("$g_1$", g1);
draw(Circle(g2, radius)); label("$g_2$", g2);
draw(Circle(f0, radius)); label("$f$", f0);
drawArrow(radius, x0, h1);
drawArrow(radius, x0, h2);
drawArrow(radius, x0, h3);
drawArrow(radius, h1, g1);
drawArrow(radius, h2, g1);
drawArrow(radius, h2, g2);
drawArrow(radius, h3, g2);
drawArrow(radius, g1, f0);
drawArrow(radius, g2, f0);
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- 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 license, 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 license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 15:40, 1 April 2013 | 178 × 127 (151 KB) | Rayhem (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on az.wikipedia.org
- Usage on en.wikipedia.org
- Usage on en.wikiversity.org
- Usage on fr.wikipedia.org
- Usage on it.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on lv.wikipedia.org
- Usage on meta.wikimedia.org
- Usage on uk.wikipedia.org
- Usage on ur.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 142.264pt |
---|---|
Height | 101.76pt |