x241.html

来自「一个功能强大的神经网络分析程序」· HTML 代码 · 共 160 行

HTML
160
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><HTML><HEAD><TITLE>Artificial Neural Networks</TITLE><link href="../style.css" rel="stylesheet" type="text/css"><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINKREL="HOME"TITLE="Fast Artificial Neural Network Library"HREF="index.html"><LINKREL="UP"TITLE="Neural Network Theory"HREF="c225.html"><LINKREL="PREVIOUS"TITLE="Neural Network Theory"HREF="c225.html"><LINKREL="NEXT"TITLE="Training an ANN"HREF="x246.html"></HEAD><BODYCLASS="section"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLESUMMARY="Header navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Fast Artificial Neural Network Library</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="c225.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Chapter 4. Neural Network Theory</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="x246.html"ACCESSKEY="N">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="section"><H1CLASS="section"><ANAME="theory.artificial_neural_networks">4.2. Artificial Neural Networks</A></H1><P>&#13;        It is not possible (at the moment) to make an artificial brain, but it is possible to make simplified        artificial neurons and artificial neural networks. These ANNs can be made in many different ways and can try to        mimic the brain in many different ways.      </P><P>&#13;        ANNs are not intelligent, but they are good for recognizing patterns and making simple rules for complex        problems. They also have excellent training capabilities which is why they are often used in artificial        intelligence research.      </P><P>&#13;        ANNs are good at generalizing from a set of training data. E.g. this means an ANN given data about a set of	animals connected to a fact telling if they are mammals or not, is able to predict whether an animal outside	the original set is a mammal from its data. This is a very desirable feature of ANNs, because you do not need	to know the characteristics defining a mammal, the ANN will find out by itself.      </P></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLESUMMARY="Footer navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="c225.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="index.html"ACCESSKEY="H">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="x246.html"ACCESSKEY="N">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">Neural Network Theory</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="c225.html"ACCESSKEY="U">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">Training an ANN</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?