Skip to content

Commit

Permalink
update package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPi4c committed Jun 5, 2024
1 parent a211ae8 commit 79254f0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.schlunzis.zis.ai;
package org.schlunzis.zis.ai.nn;

/**
* This interface provides the basic methods for an activation function.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.schlunzis.zis.ai;
package org.schlunzis.zis.ai.nn;

import org.schlunzis.zis.math.linear.Matrix;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.schlunzis.zis.ai;
package org.schlunzis.zis.ai.nn;

import org.schlunzis.zis.math.linear.Matrix;

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* This package contains a simple neural network implementation.
*
* @author JayPi4c
* @version 0.0.1
* @since 0.0.1
*/
package org.schlunzis.zis.ai.nn;

0 comments on commit 79254f0

Please sign in to comment.