Skip to content
Snippets Groups Projects
Commit 14a05dec authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Reverting last commit (bad refactoring).

git-svn-id: svn://svn.syncleus.com/dANN/branches/java_dann-1.x@496 6ae8b97b-f314-0410-8212-aecf10b92ded
parent 1abb3d6d
No related branches found
No related tags found
No related merge requests found
Showing
with 100 additions and 100 deletions
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -28,7 +28,7 @@ import java.util.*; ...@@ -28,7 +28,7 @@ import java.util.*;
* <br/> * <br/>
* This class is abstract and must be extended in order to be used. * This class is abstract and must be extended in order to be used.
* *
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann; ...@@ -23,7 +23,7 @@ package com.syncleus.dann;
* or inherit from it. * or inherit from it.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann; ...@@ -23,7 +23,7 @@ package com.syncleus.dann;
* you to input data into the brain for processing. * you to input data into the brain for processing.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @param <SN> The type of Neuron allowed to connect to this Neuron. * @param <SN> The type of Neuron allowed to connect to this Neuron.
* @param <DN> The type of Neuron this Neuron is allowed to connect to. * @param <DN> The type of Neuron this Neuron is allowed to connect to.
* @since 1.0 * @since 1.0
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann; ...@@ -23,7 +23,7 @@ package com.syncleus.dann;
* invalid. * invalid.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -27,7 +27,7 @@ import java.util.Set; ...@@ -27,7 +27,7 @@ import java.util.Set;
* All neurons will connect to other neurons as well as be able to disconnect. * All neurons will connect to other neurons as well as be able to disconnect.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @param <SN> Source Neurons allowed to connect to this Neuron. * @param <SN> Source Neurons allowed to connect to this Neuron.
* @param <DN> Destination Neurons this Neuron is allowed to connect to. * @param <DN> Destination Neurons this Neuron is allowed to connect to.
* @since 1.0 * @since 1.0
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -28,7 +28,7 @@ import java.util.Set; ...@@ -28,7 +28,7 @@ import java.util.Set;
* A special NetworkNode which can contain other NetworkNodes as children. * A special NetworkNode which can contain other NetworkNodes as children.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
*/ */
public class NeuronGroup<N extends NeuronImpl> implements java.io.Serializable public class NeuronGroup<N extends NeuronImpl> implements java.io.Serializable
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -29,7 +29,7 @@ import java.util.*; ...@@ -29,7 +29,7 @@ import java.util.*;
* function handling. * function handling.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @param <SN> Source Neurons allowed to connect to this Neuron. * @param <SN> Source Neurons allowed to connect to this Neuron.
* @param <DN> Destination Neurons this Neuron is allowed to connect to. * @param <DN> Destination Neurons this Neuron is allowed to connect to.
* @since 1.0 * @since 1.0
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann; ...@@ -23,7 +23,7 @@ package com.syncleus.dann;
* output data from the brain after processing. * output data from the brain after processing.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @param <SN> The type of Neuron allowed to connect to this Neuron. * @param <SN> The type of Neuron allowed to connect to this Neuron.
* @param <DN> The type of Neuron this Neuron is allowed to connect to. * @param <DN> The type of Neuron this Neuron is allowed to connect to.
* @since 1.0 * @since 1.0
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann; ...@@ -23,7 +23,7 @@ package com.syncleus.dann;
* connection weights are stores and manipulated. * connection weights are stores and manipulated.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
* @see com.syncleus.dann.Neuron * @see com.syncleus.dann.Neuron
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann; ...@@ -23,7 +23,7 @@ package com.syncleus.dann;
* This indicates that a required synapse does not exist. * This indicates that a required synapse does not exist.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -22,7 +22,7 @@ package com.syncleus.dann; ...@@ -22,7 +22,7 @@ package com.syncleus.dann;
* This means a synapse is not a connected synpase. * This means a synapse is not a connected synpase.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann.activation; ...@@ -23,7 +23,7 @@ package com.syncleus.dann.activation;
* derivative. This is used in propogating as well as backpropogating activity. * derivative. This is used in propogating as well as backpropogating activity.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -22,7 +22,7 @@ package com.syncleus.dann.activation; ...@@ -22,7 +22,7 @@ package com.syncleus.dann.activation;
* An implementation of an activation function using a gausian function. * An implementation of an activation function using a gausian function.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann.activation; ...@@ -23,7 +23,7 @@ package com.syncleus.dann.activation;
* function. * function.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -23,7 +23,7 @@ package com.syncleus.dann.activation; ...@@ -23,7 +23,7 @@ package com.syncleus.dann.activation;
* function. * function.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -22,7 +22,7 @@ package com.syncleus.dann.activation; ...@@ -22,7 +22,7 @@ package com.syncleus.dann.activation;
* An implementation of an activation function using a sine function. * An implementation of an activation function using a sine function.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -30,7 +30,7 @@ import java.util.Hashtable; ...@@ -30,7 +30,7 @@ import java.util.Hashtable;
* Neurons in the same way. * Neurons in the same way.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
* @see com.syncleus.dann.Synapse * @see com.syncleus.dann.Synapse
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -25,7 +25,7 @@ import java.util.*; ...@@ -25,7 +25,7 @@ import java.util.*;
* A NeuronGroup which contains only BackpropNeurons. * A NeuronGroup which contains only BackpropNeurons.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -27,7 +27,7 @@ import com.syncleus.dann.activation.*; ...@@ -27,7 +27,7 @@ import com.syncleus.dann.activation.*;
* This is a special type of BackpropNeuron that receives input. * This is a special type of BackpropNeuron that receives input.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @version 1.0 * @version 1.0
*/ */
......
/****************************************************************************** /******************************************************************************
* * * *
* Copyright: (c) Jeffrey Phillips Freeman * * Copyright: (c) Syncleus, Inc. *
* * * *
* You may redistribute and modify this source code under the terms and * * You may redistribute and modify this source code under the terms and *
* conditions of the Open Source Community License - Type C version 1.0 * * conditions of the Open Source Community License - Type C version 1.0 *
* or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com. * * or any later version as published by Syncleus, Inc. at www.syncleus.com. *
* There should be a copy of the license included with this file. If a copy * * There should be a copy of the license included with this file. If a copy *
* of the license is not included you are granted no right to distribute or * * of the license is not included you are granted no right to distribute or *
* otherwise use this file except through a legal and valid license. You * * otherwise use this file except through a legal and valid license. You *
* should also contact Jeffrey Phillips Freeman at the information below if you cannot * * should also contact Syncleus, Inc. at the information below if you cannot *
* find a license: * * find a license: *
* * * *
* Jeffrey Phillips Freeman * * Syncleus, Inc. *
* 2604 South 12th Street * * 2604 South 12th Street *
* Philadelphia, PA 19148 * * Philadelphia, PA 19148 *
* * * *
...@@ -25,7 +25,7 @@ import com.syncleus.dann.activation.*; ...@@ -25,7 +25,7 @@ import com.syncleus.dann.activation.*;
* This is a special type of neuron that provides the output. * This is a special type of neuron that provides the output.
* *
* <!-- Author: Jeffrey Phillips Freeman --> * <!-- Author: Jeffrey Phillips Freeman -->
* @author Jeffrey Phillips Freeman * @author Syncleus, Inc.
* @since 1.0 * @since 1.0
* @see com.syncleus.dann.backprop.InputBackpropNeuron * @see com.syncleus.dann.backprop.InputBackpropNeuron
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment