现在位置 >首页 > 所有关于神经网络的文章

Artificial Neural Networks with Java, 2nd Edition

人工智能  暂无评论 ⁄ 692 次阅读+
Description: Develop neural network applications using the Java environment. After learning the rules involved in neural network processing, this second edition shows you how to manually process your first neural network example. The book covers the internals of front and back propagation and helps you understand the main principles of neural network processing. You also will learn  how to prepare the data to be used in neural network development and you will be able t...
详细信息

Building Computer Vision Applications Using Artificial Ne...

人工智能, 英文图书, 软件  暂无评论 ⁄ 1,035 次阅读+
Book Description: Apply computer vision and machine learning concepts in developing business and industrial applications ​using a practical, step-by-step approach. The book comprises four main sections starting with setting up your programming environment and configuring your computer with all the prerequisites to run the code examples. Section 1 covers the basics of image and video processing with code examples of how to manipulate and extract useful information fro...
详细信息

神经网络设计

人工智能, 软件  暂无评论 ⁄ 1,508 次阅读+
内容简介: 本书是一本易学易懂的神经网络教材,主要讨论网络结构、学习规则、训练技巧和工程应用,紧紧围绕“设计”这一视角组织材料和展开讲解,强调基本原理和训练方法,概念清晰,数学论述严谨,包含丰富的实例和练习,并配有课件和MATLAB演示程序。本书要求读者具备线性代数、概率论和微分方程的基础知识,可作为高年级本科生或一年级研究生的神经网络导论课程教材,也可供有兴趣的读者自学或参考。 目录  · · · · · · 第1章 绪论 第2章 神经元模型和网络结构 第3章 一个说明性实例 第4章 感知机学习规则...
详细信息

神经网络与机器学习

人工智能, 软件  暂无评论 ⁄ 2,688 次阅读+
内容简介: 神经网络是计算智能和机器学习的重要分支,在诸多领域都取得了很大的成功。在众多神经网络著作中,影响最为广泛的是Simon Haykin的《神经网络原理》(第3版更名为《神经网络与机器学习》)。在本书中,作者结合近年来神经网络和机器学习的最新进展,从理论和实际应用出发,全面、系统地介绍了神经网络的基本模型、方法和技术,并将神经网络和机器学习有机地结合在一起。 本书不但注重对数学分析方法和理论的探讨,而且也非常关注神经网络在模式识别、信号处理以及控制系统等实际工程问题的...
详细信息