# GridCell-3D **Repository Path**: seaeastxu/GridCell-3D ## Basic Information - **Project Name**: GridCell-3D - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GridCell-3D This repository contains a tensorflow implementation of 3D grid cell, which is in the supplemental material of paper "[Learning Grid Cells as Vector Representation of Self-Position Coupled with Matrix Representation of Self-Motion](https://openreview.net/pdf?id=Syx0Mh05YQ)". ## Reference @article{DG, author = {Gao, Ruiqi and Xie, Jianwen and and Zhu, Song-Chun and Wu, Ying Nian}, title = {Learning Grid Cells as Vector Representation of Self-Position Coupled with Matrix Representation of Self-Motion}, journal={Seventh International Conference on Learning Representations (ICLR)}, year = {2019} } ## Requirements - Python 2.7 - [Tensorflow r1.0+](https://www.tensorflow.org/install/) ## How to run ### (0) Learning 3D units #### Training with single block setting $ python ./code_single_group/main.py --single_block True --num_group 1 --block_size 8 #### Visualization $ python ./code_single_group/visualize_3d_grid_cells.py



