楼主: ReneeBK
1406 2

[GitHub]Neural Network Programming with Java Second Edition [推广有奖]

  • 1关注
  • 62粉丝

VIP

已卖:4897份资源

学术权威

14%

还不是VIP/贵宾

-

TA的文库  其他...

R资源总汇

Panel Data Analysis

Experimental Design

威望
1
论坛币
49635 个
通用积分
55.7537
学术水平
370 点
热心指数
273 点
信用等级
335 点
经验
57805 点
帖子
4005
精华
21
在线时间
582 小时
注册时间
2005-5-8
最后登录
2023-11-26

楼主
ReneeBK 发表于 2017-7-7 23:53:17 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Neural Network Programming with Java Second Edition

本帖隐藏的内容

Neural-Network-Programming-with-Java-SecondEdition-master.zip (9.58 MB, 需要: 1 个论坛币)


This is the code repository for Neural Network Programming with Java Second Edition By Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the book

Want to discover the current state-of-art in the field of neural networks that will let you understand and design new strategies to apply to more complex problems? This book takes you on a complete walkthrough of the process of developing basic to advanced practical examples based on neural networks with Java, giving you everything you need to stand out.

You will first learn the basics of neural networks and their process of learning. We then focus on what Perceptrons are and their features. Next, you will implement self-organizing maps using practical examples. Further on, you will learn about some of the applications that are presented in this book such as weather forecasting, disease diagnosis, customer profiling, generalization, extreme machine learning, and characters recognition (OCR). Finally, you will learn methods to optimize and adapt neural networks in real time.

All the examples generated in the book are provided in the form of illustrative source code, which merges object-oriented programming (OOP) concepts and neural network features to enhance your learning experience.

##Instructions and Navigation All of the code is organized into folders, code files are available for Chapter 1, 2, 3, 4 and project file. For example, Chapter 1.

You will see code something similler to the following:

# public class HiddenLayer extends NeuralLayer {/** * HiddenLayer constructor *  * @param numberofneurons Number of neurons in this hidden layer * @param iaf Activation Function for all neurons in this layer * @param numberofinputs Number of inputs in this layer * @see HiddenLayer */public HiddenLayer(int numberofneurons,IActivationFunction iaf,        int numberofinputs){    super(numberofneurons,iaf);    numberOfInputs=numberofinputs;    init();}Note

The NeuralNetWithJava_2nd.zip file should be in zip format as it contains the project.

Related Neural Network Products:Suggestions and Feedback

Click here if you have any feedback or suggestions.


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Programming Program Edition network Second

本帖被以下文库推荐

沙发
cloudoversea(真实交易用户) 发表于 2017-7-8 00:19:47
看看     

藤椅
hjtoh(未真实交易用户) 发表于 2017-7-8 05:58:51 来自手机
ReneeBK 发表于 2017-7-7 23:53
Neural Network Programming with Java Second Edition**** 本内容被作者隐藏 ****
This is the code repo ...
可以学习一下

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群
GMT+8, 2026-1-3 05:49