data-science-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.simiacryptus</groupId>
<artifactId>data-science-tools</artifactId>
<version>1.8.0</version>
</dependency><!--
~ Copyright (c) 2019 by Andrew Charneski.
~
~ The author licenses this file to you under the
~ Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance
~ with the License. You may obtain a copy
~ of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.simiacryptus</groupId>
<artifactId>java-parent</artifactId>
<version>1.8.0</version>
<relativePath>java-parent</relativePath>
</parent>
<groupId>com.simiacryptus</groupId>
<artifactId>data-science-tools</artifactId>
<version>1.8.0</version>
<packaging>pom</packaging>
<url>https://simiacryptus.github.io/${github.project}/</url>
<scm>
<connection>scm:git:git@github.com:SimiaCryptus/${github.project}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/SimiaCryptus/${github.project}.git</developerConnection>
<url>https://github.com/SimiaCryptus/${github.project}/tree/master</url>
</scm>
<properties>
<github.project>data-science-tools</github.project>
<github.global.userName></github.global.userName>
<github.global.oauth2Token></github.global.oauth2Token>
</properties>
<distributionManagement>
<site>
<id>github</id>
<url>https://simiacryptus.github.io/${github.project}/</url>
</site>
</distributionManagement>
<modules>
<module>aws-utilities</module>
<module>CharacterTrie</module>
<module>hadoop-jgit-fs</module>
<module>JavaAnalysis</module>
<module>java-parent</module>
<module>scala-parent</module>
<module>java-utilities</module>
<module>literate-reporting</module>
<module>tensorflow-model</module>
<module>tf-gpt-2</module>
<module>refcount-core</module>
<module>mindseye-core</module>
<module>mindseye-java</module>
<module>mindseye-test</module>
<module>mindseye-aparapi</module>
<module>mindseye-cudnn</module>
<module>mindseye-tensorflow</module>
<module>mindseye-text</module>
<module>mindseye-art</module>
<module>mindseye-art-demo</module>
<module>mindseye-vggart</module>
<module>mindseye-labs</module>
<module>mindseye-research</module>
<module>mindseye-dataframes</module>
<module>sparkbook</module>
<module>SparkTree</module>
<module>deepartist.org</module>
<module>examples.deepartist.org</module>
</modules>
</project>