https://github.com/ttldtor/dust
https://github.com/ttldtor/dust
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttldtor/dust
- Owner: ttldtor
- License: unlicense
- Created: 2022-09-22T13:05:21.000Z (almost 4 years ago)
- Default Branch: default
- Last Pushed: 2022-09-22T15:12:50.000Z (almost 4 years ago)
- Last Synced: 2025-05-14T03:04:14.886Z (about 1 year ago)
- Language: CMake
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Dust
An automatically reconfigurable, extensible network of processes, each with a small neural network.
The goal of the project is to determine the possibility of self-learning distributed neural networks.
Each neural network/process ("mote") will be given access to various devices and data sources and consumers. Also, a
"mote" can interact with other "motes" and generate other "motes" with common properties (selection is applied here
according to some "successful" parameters)
# Also TODO:
- Create a base58 encoder\decoder (D language)
- See https://github.com/codingteam/emulsion/blob/7936682904ad7f530a5113d15c5e64d4a1c28afa/Emulsion.ContentProxy/FileCache.fs#L24
- @lru_cache UDA (see https://docs.python.org/3/library/functools.html#functools.lru_cache)