Download dl4j-test-resources-0.4.jar file

Introduction

You can download dl4j-test-resources-0.4.jar in this page.

License

Open Source

Type List

dl4j-test-resources-0.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.deeplearning4j/dl4j-test-resources/pom.properties
META-INF/maven/org.deeplearning4j/dl4j-test-resources/pom.xml
application.conf
basic/word2vec.txt
basic/word2vec_advance.txt
basic2/line2.txt
big/coc.txt
big/occurrences.txt
big/raw_sentences.txt
big/tokens.txt
conf/svmLightWorkerIRUnitTest.properties
confs/cli_train_unit_test_conf.txt
coords.csv
csv-example.csv
csvsequenceSingle_0.txt
csvsequenceSingle_1.txt
csvsequenceSingle_2.txt
csvsequence_0.txt
csvsequence_1.txt
csvsequence_2.txt
csvsequencelabelsShort_0.txt
csvsequencelabelsShort_1.txt
csvsequencelabelsShort_2.txt
csvsequencelabels_0.txt
csvsequencelabels_1.txt
csvsequencelabels_2.txt
data/irisSvmLight.txt
data/svmLight/iris_svmLight_0.txt
gauss-vector.txt
grad.txt
gv.txt
inputs.txt
iris.dat
iris.txt
iris_full_shuffled_svmLight.txt
labelawaresentenceiterator.txt
labeled/negative/doc1.txt
labeled/neutral/doc1.txt
labeled/positive/doc1.txt
labels.txt
lfwtest/Zico/Zico_0001.jpg
lfwtest/Zico/Zico_0002.jpg
lfwtest/Zico/Zico_0003.jpg
lfwtest/Ziwang_Xu/Ziwang_Xu_0001.jpg
log4j.properties
logback.xml
mnist2500_X.txt
mnist2500_labels.txt
mnist_first_200.txt
model.json
model_multi.json
other/oneline.txt
paravec/labeled/Zfinance/f01.txt
paravec/labeled/Zfinance/f02.txt
paravec/labeled/Zfinance/f03.txt
paravec/labeled/Zfinance/f04.txt
paravec/labeled/Zfinance/f05.txt
paravec/labeled/Zfinance/f06.txt
paravec/labeled/Zfinance/f07.txt
paravec/labeled/Zfinance/f08.txt
paravec/labeled/Zfinance/f09.txt
paravec/labeled/Zfinance/f10.txt
paravec/labeled/Zhealth/f01.txt
paravec/labeled/Zhealth/f02.txt
paravec/labeled/Zhealth/f03.txt
paravec/labeled/Zhealth/f04.txt
paravec/labeled/Zhealth/f05.txt
paravec/labeled/Zhealth/f06.txt
paravec/labeled/Zhealth/f07.txt
paravec/labeled/Zhealth/f08.txt
paravec/labeled/Zhealth/f09.txt
paravec/labeled/Zhealth/f10.txt
paravec/labeled/Zscience/f01.txt
paravec/labeled/Zscience/f02.txt
paravec/labeled/Zscience/f03.txt
paravec/labeled/Zscience/f04.txt
paravec/labeled/Zscience/f05.txt
paravec/labeled/Zscience/f06.txt
paravec/labeled/Zscience/f07.txt
paravec/labeled/Zscience/f08.txt
paravec/labeled/Zscience/f09.txt
paravec/labeled/Zscience/f10.txt
paravec/unlabeled/finance/f01.txt
paravec/unlabeled/health/f01.txt
provision-master.sh
raw_sentences.txt
rendertest.jpg
reuters/5250
reuters/5251
reuters/5257
rootdir/label1/doc1.txt
rootdir/label2/doc2.txt
spark_word2vec_test.txt
stopwords
svmLight/iris_svmLight_0.txt
testConfig.txt
tripledir/label1/doc1.txt
tripledir/label2/doc2.txt
tripledir/label3/doc3.txt
vec.bin
vec.txt
word2vec/googleload/sample.txt
word2vec/googleload/sample_vec.bin
word2vec/googleload/sample_vec.txt
word2vecserialization/google_news_30.bin.gz
word2vecserialization/google_news_30.txt
word2vecserialization/raw_sentence_word2vec.bin.gz
word2vecserialization/raw_sentence_word2vec.txt
word2vecserialization/raw_sentence_word2vec_alt.txt
word2vecserialization/testing_word2vec_serialization.txt
words.txt
x0.txt
y.txt

Pom

dl4j-test-resources-0.4.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>deeplearning4j-parent</artifactId>
        <groupId>org.deeplearning4j</groupId>
        <version>0.4-rc3.9</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>dl4j-test-resources</artifactId>
    <packaging>jar</packaging>

    <name>dl4j-test-resources</name>
    <url>http://maven.apache.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-deploy-plugin</artifactId>
                <version>2.7</version>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.deeplearning4j</groupId>
   <artifactId>dl4j-test-resources</artifactId>
   <version>0.4</version>
</dependency>

Download

If you think the following dl4j-test-resources-0.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download dl4j-test-resources-0.4.jar file




PreviousNext

Related