All Projects → Lab41 → Attalos

Lab41 / Attalos

Licence: other
Joint Vector Spaces

Projects that are alternatives of or similar to Attalos

Programming Collective Intelligence
《集体智慧编程》Python代码(基于Python3.6)和数据集
Stars: ✭ 92 (-1.08%)
Mutual labels:  jupyter-notebook
Qatm
Code for Quality-Aware Template Matching for Deep Learning
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Satellite imagery python
Sample sample scripts and notebooks on processing satellite imagery
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Ufcnn Keras
Implementation of UFCNN in Keras
Stars: ✭ 92 (-1.08%)
Mutual labels:  jupyter-notebook
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (-1.08%)
Mutual labels:  jupyter-notebook
Fakeimagedetector
Image Tampering Detection using ELA and CNN
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Data Science Blogs
A Handful of D(u)S(t)
Stars: ✭ 92 (-1.08%)
Mutual labels:  jupyter-notebook
Text Mining Course
Course Notes for Text Mining - Prof. Peter Organisciak
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Zeroshotknowledgetransfer
Accompanying code for the paper "Zero-shot Knowledge Transfer via Adversarial Belief Matching"
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Doc Browser
A documentation browser with support for DevDocs, Dash and Hoogle, written in Haskell and QML
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Stepik Dl Nlp
Материалы мини-курса на Stepik "Нейронные сети и обработка текста"
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Prob mbrl
A library of probabilistic model based RL algorithms in pytorch
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Cognoma
Putting machine learning in the hands of cancer biologists
Stars: ✭ 92 (-1.08%)
Mutual labels:  jupyter-notebook
Classification Of Hyperspectral Image
Classification of the Hyperspectral Image Indian Pines with Convolutional Neural Network
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Resnet cnn mri adni
Code for Residual and Plain Convolutional Neural Networks for 3D Brain MRI Classification paper
Stars: ✭ 92 (-1.08%)
Mutual labels:  jupyter-notebook
Dvrl
Deep Variational Reinforcement Learning
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Rl Movie Recommender
The purpose of our research is to study reinforcement learning approaches to building a movie recommender system. We formulate the problem of interactive recommendation as a contextual multi-armed bandit.
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
Tutorials on optimization and coding skills
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook
Cirrus
Serverless ML Framework
Stars: ✭ 93 (+0%)
Mutual labels:  jupyter-notebook

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

To start downloading datasets, see the Dataset README.

To learn how to preprocess data, see the Preprocessing READE.

To learn about running the performance metrics, see the Evaluation README.

To learn how to optimize wordvectors, see the Update-words README.

To learn how to run the demo app, see the Demo README.

To learn about our utilities classes, see the Util README.

Install Instructions

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

Required Dependencies

  • Docker
  • make

Contributing to Attalos

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].