https://github.com/uefi-code/hippo
Hippocampus Memory Feature Simulation
https://github.com/uefi-code/hippo
bionic hippocampus pytorch robot
Last synced: 22 days ago
JSON representation
Hippocampus Memory Feature Simulation
- Host: GitHub
- URL: https://github.com/uefi-code/hippo
- Owner: UEFI-code
- Created: 2022-11-11T09:35:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T13:22:17.000Z (almost 2 years ago)
- Last Synced: 2025-05-17T03:33:13.118Z (about 1 year ago)
- Topics: bionic, hippocampus, pytorch, robot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hippo Memory's Feature Simulation Program
## Motivation
I have read a book about [human brain's work mechanism](https://books.google.co.jp/books/about/%E4%BA%BA%E7%B1%BB%E5%A4%A7%E8%84%91%E7%9A%84%E5%B7%A5%E4%BD%9C%E6%A8%A1%E5%9E%8B.html?id=uPbfAAAACAAJ&redir_esc=y), then I came out an Idea to code this with PyTorch. I added Curiousity Code to make it better.
Maybe useful in the future robotic technology.
## Features
### Resonancer
Given an input signal, then found relative or simliar/contrary memory from the historical experience, and enhance/weaken its memory, finally return its thought.
### Curiouser
Get interested in new/unseen memory, and store it in a new memory area.
### Inferencer
Random selecting the order of resonancer/curiouser to giving the inputed signal, finally return the thought data from resonancer.