Skip to content

Andrew62/attalos

 
 

Repository files navigation

Attalos

This project explores methods in constructing a common representation across modalities using unstructured and heterogeneous data collections. This representation will be a joint vector space that can be used to compare concepts in a numerical manner, no matter how different the modality or type of concepts are. The type of data can vary widely and will range from images to text to social structure, but comparisons between them will be seamless and can be made with Euclidean operations. In other words, concepts that are proximal in the joint vector space will be exhibit semantic similarity. Lab41 will evaluate the vector space using well-known metrics on classification tasks.

Getting Started

Nothing to see here yet, move along...

Install Instructions

git clone https://github.com/Lab41/attalos.git
cd attalos
make

Required Dependencies

  • Docker
  • make

Usage Examples

make run

Documentation

Tests

Tests are currently written in py.test for Python. The tests are automatically run when building the dockerfile.

They can also be tested using:

make test

Contributing to Attalos

Want to contribute? Awesome! Issue a pull request or see more details here.

About

Joint Vector Spaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.4%
  • Lua 5.4%
  • Python 3.8%
  • C 1.8%
  • Shell 0.3%
  • JavaScript 0.2%
  • Other 0.1%