https://github.com/felixklauke/luna
Resources to demonstrate the structure of a neural network. While this is not a real implementation it's more like an explanation. Resources are used for one of my medium articles.
https://github.com/felixklauke/luna
ai artificial-intelligence neural-network neuralnetwork rebekah smarthome
Last synced: 8 months ago
JSON representation
Resources to demonstrate the structure of a neural network. While this is not a real implementation it's more like an explanation. Resources are used for one of my medium articles.
- Host: GitHub
- URL: https://github.com/felixklauke/luna
- Owner: felixklauke
- License: mit
- Created: 2018-06-16T05:26:49.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-28T04:57:13.000Z (over 2 years ago)
- Last Synced: 2025-01-01T20:45:19.796Z (9 months ago)
- Topics: ai, artificial-intelligence, neural-network, neuralnetwork, rebekah, smarthome
- Language: Java
- Homepage: https://www.felix-klauke.de
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# luna
Resources to demonstrate the structure of a neural network. While this is not a real implementation it's more like an explanation. Resources are used for one of my medium articles.# Build Status
| | Build Status | Test Code Coverage |
|------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Master | [](https://travis-ci.org/FelixKlauke/luna) | [](https://codecov.io/gh/FelixKlauke/luna) |
| Development | [](https://travis-ci.org/FelixKlauke/luna) | [](https://codecov.io/gh/FelixKlauke/luna) |# Usage
**Maven Repositories**
```xml
klauke-enterprises-maven-releases
Klauke Enterprises Maven Releases
https://repository.klauke-enterprises.com/repository/maven-releases/
klauke-enterprises-maven-snapshots
Klauke Enterprises Maven Snapshots
https://repository.klauke-enterprises.com/repository/maven-snapshots/
```