File:Colored neural network.svg
From formulasearchengine
Jump to navigation
Jump to search
Original file (SVG file, nominally 296 × 356 pixels, file size: 206 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
| DescriptionColored neural network.svg |
English: Artificial neural network with layer coloring
Deutsch: Farblich markierte Schichten eines künstlichen neuronalen Netzes |
| Date | |
| Source | Own work, Derivative of File:Artificial neural network.svg |
| Author | Glosser.ca |
| Permission (Reusing this file) |
Allow |
| Other versions |
[edit]
|
| SVG development InfoField | |
| Source code InfoField | Asymptote codesize(0,10cm);
import graph;
int dx = 4, dy = 3;
void interSphere(pair[] c1, pair[] c2) {
pen whitepen = defaultpen + white + 4*linewidth(defaultpen);
for(int i = 0; i < c1.length; ++i) {
for(int j = 0; j < c2.length; ++j) {
pair delta = 1.1*unit(c2[j]-c1[i]);
draw(c1[i]+delta--c2[j]-delta, whitepen);
draw(c1[i]+delta--c2[j]-delta, Arrow);
}
}
}
void unitCircs(pair[] c0, pen p = defaultpen) {
for(int i = 0; i < c0.length; ++i) {
draw(Circle(c0[i], 1), p);
}
}
pair[] c0 = {(0, 0), (0, dy), (0, 2*dy)},
c1 = {(dx, -1.5), (dx, -1.5 + dy), (dx, -1.5 + 2*dy), (dx, -1.5+3*dy)},
c2 = {(2*dx, -1.5 + dy), (2*dx, -1.5 + 2*dy)};
pen redPen = defaultpen + heavyred,
bluePen = defaultpen + heavyblue,
greenPen = defaultpen + deepgreen;
unitCircs(c0, redPen); unitCircs(c1, bluePen); unitCircs(c2, greenPen);
interSphere(c0, c1);
interSphere(c1, c2);
label("Input", (0, 2*dy + 1), N, redPen);
label("Hidden", (dx, -1.5 + 3dy + 1), N, bluePen);
label("Output", (2*dx, -1.5 + 2dy + 1), N, greenPen);
real rbox = 2*dx + 1.025;
draw((rbox,-3)--(rbox, 3), invisible);
|
Licensing
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.
Captions
Add a one-line explanation of what this file represents
$#:Takarier.Jpg-PNGu//a1Ts
Items portrayed in this file
depicts
28 February 2013
image/svg+xml
3f0eaab33c6944b8988ae8fff547577ddcb908af
210,794 byte
356 pixel
296 pixel
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 20:55, 28 February 2013 | 296 × 356 (206 KB) | wikimediacommons>Rayhem | User created page with UploadWizard |
File usage
There are no pages that use this file.