BP算法的神经网络的源代码

源代码在线查看: mainclass.java

软件大小: 33 K
上传用户: buptbaishikele
关键词: BP算法 神经网络 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*
				 * MainClass.java
				 *
				 * Created on 2007年11月20日, 下午1:38
				 *
				 * To change this template, choose Tools | Template Manager
				 * and open the template in the editor.
				 */
				import Compressor.*;
				/**
				 *
				 * @author yuhui_bear
				 */
				public class MainClass {
				    
				    /**
				     * Creates a new instance of MainClass
				     */
				    public MainClass() {
				    }
				    public static void main(String[] arg){
				        MainUI show = new MainUI("神经网络算法训练器");
				//        TrainDiagram show = new TrainDiagram("神经网络算法训练器");
				        show.setVisible(true);
				    }
				    
				}
							

相关资源