Skip to content

A toy library written in Java to better understand Artificial Neural Networks.

Notifications You must be signed in to change notification settings

FlorianCassayre/DeepLearningUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearningUtil

Installation

With maven

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>

<dependencies>
	<dependency>
		<groupId>com.github.FlorianCassayre</groupId>
		<artifactId>DeepLearningUtil</artifactId>
		<version>-SNAPSHOT</version>
	</dependency>
</dependencies>

About

A toy library written in Java to better understand Artificial Neural Networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages