An open API service indexing awesome lists of open source software.

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

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.