Skip to content

Commit a43a70b

Browse files
committed
Initial commit
0 parents  commit a43a70b

21 files changed

+164
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/workspace.xml
2+
*.iml
3+
/.idea/
4+
/out/
5+
/target/
6+
/.settings/
7+
/bin/
8+
/src/
9+
/classes/
10+
*.classpath
11+
*.project

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# neural network library
2+
3+
4+
### From a Jar file
5+
You can download the Jar file directly from the [latest release](https://github.com/lpapailiou/neuralnetwork/releases/latest). Alternatively, you can build it yourself.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata modelVersion="1.1.0">
3+
<groupId>neuralnetwork</groupId>
4+
<artifactId>maven-repo</artifactId>
5+
<version>1.0-SNAPSHOT</version>
6+
<versioning>
7+
<snapshot>
8+
<timestamp>20200916.204522</timestamp>
9+
<buildNumber>1</buildNumber>
10+
</snapshot>
11+
<lastUpdated>20200916204522</lastUpdated>
12+
<snapshotVersions>
13+
<snapshotVersion>
14+
<extension>jar</extension>
15+
<value>1.0-20200916.204522-1</value>
16+
<updated>20200916204522</updated>
17+
</snapshotVersion>
18+
<snapshotVersion>
19+
<extension>pom</extension>
20+
<value>1.0-20200916.204522-1</value>
21+
<updated>20200916204522</updated>
22+
</snapshotVersion>
23+
<snapshotVersion>
24+
<classifier>sources</classifier>
25+
<extension>jar</extension>
26+
<value>1.0-20200916.204522-1</value>
27+
<updated>20200916204522</updated>
28+
</snapshotVersion>
29+
<snapshotVersion>
30+
<classifier>javadoc</classifier>
31+
<extension>jar</extension>
32+
<value>1.0-20200916.204522-1</value>
33+
<updated>20200916204522</updated>
34+
</snapshotVersion>
35+
</snapshotVersions>
36+
</versioning>
37+
</metadata>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
81f7f5810f501a06f8748b91f7c152a9
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fc44458b5589f7f161302cbcf1b96cea41a871c0
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
996395c1e1757f0c226040cca823a054
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
59730d43d0dbee2fd90bc876816a0118e40a69e3
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
77e69ba8d0ab6b619e52065767d28964

0 commit comments

Comments
 (0)