File:Colored neural network.svg

Original file ‎(SVG file, nominally 296 × 356 pixels, file size: 206 KB)

Summary

Description
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
 
The SVG code is valid.
 
This vector image was created with Asymptote by dvisvgm.
Source code
InfoField

Asymptote code

size(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:
w:en:Creative Commons
attribution share alike
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

Items portrayed in this file

depicts

copyright status

copyrighted

copyright license

Creative Commons Attribution-ShareAlike 3.0 Unported

source of file

original creation by uploader

inception

28 February 2013

media type

image/svg+xml

checksum

3f0eaab33c6944b8988ae8fff547577ddcb908af

determination method: SHA-1

data size

210,794 byte

height

356 pixel

width

296 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:55, 28 February 2013296 × 356 (206 KB)RayhemUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

  • Usage on az.wikipedia.org
    • Süni neyron şəbəkələr
  • Usage on bg.wikipedia.org
    • Машинно самообучение
  • Usage on bn.wikipedia.org
    • কৃত্রিম নিউরাল নেটওয়ার্ক
  • Usage on bs.wikipedia.org
    • Računarska nauka
  • Usage on cs.wikipedia.org
    • Umělá neuronová síť
  • Usage on en.wikibooks.org
    • Three Dimensional Electron Microscopy/2D particle alignment
    • Robotics and the World/Robots and Artificial Intelligence
    • Three Dimensional Electron Microscopy/Printable version
  • Usage on en.wikiversity.org
    • Artificial neural network
    • Artificial neural network/Network
  • Usage on es.wikipedia.org
    • Usuario:JavaVB/Aprendizaje de maquina en vídeo juegos
    • Aprendizaje automático en videojuegos
  • Usage on fa.wikipedia.org
    • کاربرد یادگیری ماشین در تشخیص و پیش‌بینی سرطان
    • یادگیری ماشین در بازی‌های ویدیویی
  • Usage on hyw.wikipedia.org
    • Արհեստական Ջղաբջիջային Ցանց
  • Usage on is.wikipedia.org
    • Gervitauganet
  • Usage on ko.wikipedia.org
    • 인공 신경망
  • Usage on la.wikipedia.org
    • Rete neuronum artificiale
  • Usage on lv.wikipedia.org
    • Mašīnmācīšanās
    • Mākslīgais neironu tīkls
  • Usage on mk.wikipedia.org
    • Машинско учење во видеоигри
  • Usage on nn.wikipedia.org
    • Kunstig nevralt nettverk
  • Usage on or.wikipedia.org
    • ଆର୍ଟିଫିସିଆଲ ନ୍ୟୁରାଲ ନେଟୱର୍କ
  • Usage on ro.wikipedia.org
    • Rețea neurală
  • Usage on sr.wikipedia.org
    • Veštačka neuronska mreža
  • Usage on sv.wikipedia.org
    • Artificiellt neuronnät
  • Usage on uz.wikipedia.org
    • Informatika
    • Sunʼiy neyron tarmoqlari
  • Usage on zh-yue.wikipedia.org
    • 人工神經網絡
    • 機械學習
    • 視覺
    • 前饋神經網絡
    • Wikipedia:是日正文/2023年
    • Wikipedia:是日正文/2023年3月
  • Usage on zh.wikipedia.org
    • 語意分析
    • User:だ*ぜ/Draft/機械學習

Metadata

Retrieved from "https://en.wikipedia.org/wiki/File:Colored_neural_network.svg"