Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring and Mavenized #7

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
708e8e0
Test added
ratopi Feb 14, 2018
96f0500
typo : lable -> label
ratopi Feb 15, 2018
aa81925
Refactoring
ratopi Feb 15, 2018
a58fe20
Ignoring IDE-files
ratopi Feb 17, 2018
3fb2ee4
Refactoring
ratopi Feb 17, 2018
bef562c
Mavenized - Project is now a Maven-Project
ratopi Feb 17, 2018
2529e4e
Moved package "edu.hitsz.c102c" to "javacnn"
ratopi Feb 17, 2018
9a38629
refactoring : introducing getOutput()
ratopi Feb 17, 2018
b19844e
Removed console-Listener
ratopi Feb 17, 2018
7859376
Using Output/InputStream in CNNLoader
ratopi Feb 17, 2018
f9ae92c
release 0.1
ratopi Feb 17, 2018
57bdcfb
preparation for 0.2 in pom
ratopi Feb 17, 2018
b0697d4
Introducing interface 'Process' to hide implemenetation details of Co…
ratopi Feb 19, 2018
d1b6439
Refactoring ConcurenceRunner is now object
ratopi Feb 19, 2018
d81b5ce
Introducing Runner-interface
ratopi Feb 19, 2018
3ca5d5b
- TaskManager removed in ConcurenceRunner : no longer needed
ratopi Feb 19, 2018
513b368
Now possible to specify count of threads in ConcurenceRunner
ratopi Feb 19, 2018
0a731dd
Moved RunCNN and dataset to test
ratopi Feb 19, 2018
59eb0cb
release 0.2
ratopi Feb 19, 2018
e1f7804
preparation for release 0.3
ratopi Feb 19, 2018
70b8ab8
removed System.out from CNN-class
ratopi Feb 19, 2018
d0b56a1
- CNN.propagate with double[]-input introduced
ratopi Feb 20, 2018
0950f6a
Implemented the DirectRunner
ratopi Feb 20, 2018
3a2511f
release 0.3
ratopi Feb 20, 2018
9ad86d7
preparation for next release (0.4)
ratopi Feb 20, 2018
bfe2ca8
A propagation method useful for production ;-)
ratopi Feb 21, 2018
9461325
readme revised
ratopi Feb 21, 2018
e85331e
- ALPHA is now member of CNN
ratopi Feb 21, 2018
40c1fce
Log is dis-/enable-able
ratopi Feb 21, 2018
cc73be0
release 0.4
ratopi Feb 21, 2018
bc0a926
preparation for release 0.5
ratopi Feb 21, 2018
ca3f5b6
removed eclipse settings
ratopi Mar 1, 2018
5a918be
readme.md ...
ratopi Mar 1, 2018
3edc1ed
get it with maven!
ratopi Mar 8, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .classpath

This file was deleted.

12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
bin/
*.class
*MyTest.java
data/
model/
*.iml
/.idea
/.classpath
/.project
/target/
src/test/dataset/test.predict
src/test/model.cnn
17 changes: 0 additions & 17 deletions .project

This file was deleted.

11 changes: 0 additions & 11 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

3 changes: 0 additions & 3 deletions dataset/readme.md

This file was deleted.

Loading