欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

Neuroph studio max net

发布时间:2025/6/15 编程问答 37 豆豆
生活随笔 收集整理的这篇文章主要介绍了 Neuroph studio max net 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

MAX NET

Maxnet is an implementation of a maximum-finding function. With each iteration, the neurons’ activations will decrease until only one neuron remains active. The “winner” is neuron that had the greatest output.

To create and train Maxnet neural network with easyNeurons do the following: 

  • Create Neuroph project
  • Create Maxnet network
  • Test network 
  • Step 1. To create Neuroph project click File > New Project.

     

    Select Neuroph Project, click Next.

     

    Enter project name and location, click Finish.

    This created the project, next create neural network.

    Step 2. To create Maxnet network, click File > New File

     

    Select project from Project drop-down menu, select Neural Network file type, click next.

     

    Enter network name, select Maxnet network type, click next.

     

      Enter number ofCreatebutton.

     

    This will create the Maxnet neural network with four neurons in input and four in output layer. By default, neurons in input layer will have Linear, and in output Ramp transfer functions.

    For this type of neural network there is no training process.

     

     Step 3. Now use Set Input button to see how this network works.

     

    This opens Set Network Input dialog in which you can enter input values for network separated with white space.

     

    The result of network test is shown on picture below. Only the third output neuron is fireing, because the corresponding input neuron has maximum input value.

    总结

    以上是生活随笔为你收集整理的Neuroph studio max net的全部内容,希望文章能够帮你解决所遇到的问题。

    如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。