Skip to content

Commit 17909a1

Browse files
committed
Updated URLs
1 parent 1891d6b commit 17909a1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Description.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Depends=weka (>=3.7.1)
4747
# special instructions (e.g. manual stuff needed to complete
4848
# the installation process). (optional).
4949
MessageToDisplayOnInstallation=Important! \
50-
For optimal performance on Windows, you need to copy native matrix library dll-files to the install dir of Weka (".../Program Files/Weka-3-7") \
51-
Unzip this file to Wekas install dir: https://github.com/amten/NeuralNetwork/archive/BLAS_dlls_0.1.zip \
50+
For optimal performance on Windows, you need to copy native matrix library dll-files to Wekas install dir. \
51+
Go to https://github.com/amten/NeuralNetwork/releases/latest and download the BLAS-dlls.zip file. \
52+
Unzip the BLAS-dlls.zip file to Wekas install dir (".../Program Files/Weka-3-7"). \
5253
\
5354
For Linux, native matrix library files have not been tested, \
5455
though it should be possible to install using instructions given here: https://github.com/fommil/netlib-java#linux

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Java neural network implementation with plugin for [WEKA] (http://www.cs.waikato
55

66
## Installation
77

8-
In WEKA, go to Tools/Package Manager and press the "File/URL" button. Enter "https://github.com/amten/NeuralNetwork/archive/NeuralNetwork_0.1.zip" and press "ok.
8+
Go to https://github.com/amten/NeuralNetwork/releases/latest to find the latest release. Download the files NeuralNetwork.zip and BLAS-dlls.zip.
9+
In WEKA, go to Tools/Package Manager and press the "File/URL" button. Browse to the NeuralNetwork.zip file and press "ok".
910

10-
**Important!** For optimal performance on Windows, you need to copy native matrix library dll-files to the install dir of Weka (".../Program Files/Weka-3-7").
11-
Unzip this file to Wekas install dir: https://github.com/amten/NeuralNetwork/archive/BLAS_dlls_0.1.zip
11+
**Important!** For optimal performance on Windows, you need to copy native matrix library dll-files to Wekas install dir.
12+
Unzip the BLAS-dlls.zip file to Wekas install dir (".../Program Files/Weka-3-7").
1213

1314
For Linux, native matrix library files have not been tested, though it should be possible to install using instructions given [here] (https://github.com/fommil/netlib-java#linux)
1415

0 commit comments

Comments
 (0)