From 56af9d649b32c920201290e192641a0acb20e532 Mon Sep 17 00:00:00 2001 From: Parcollet Titouan Date: Tue, 30 Jan 2018 00:22:21 +0100 Subject: [PATCH] Update Readme --- README.md | 98 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 48 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index 123d75e..95b1ecc 100644 --- a/README.md +++ b/README.md @@ -1,50 +1,48 @@ -Quaternion Convolutional Neural Network -===================== - -This repository contains code which reproduces experiments presented in -the paper [link coming](link coming). - - -Requirements ------------- - -Install requirements for computer vision experiments with pip: -``` -pip install numpy Theano keras -``` -or for the tensorflow backend (recommended) - -``` -pip install numpy tensorflow-gpu keras -``` - -Depending on your Python installation you might want to use anaconda or other tools. - -Experiments ------------ - -### Computer vision - -1. Run models: - - ``` - python QCAE.py - ``` - - Parameters can be modified directly in QCAE.py, such as: - - - Number of epochs - - Batch Size - - Size of the Training dataset - - ... - - - -Citation --------- - -Please cite our work as - -``` - Incoming link -` +Quaternion Convolutional Neural Network +===================== + +This repository contains code which reproduces experiments presented in +the paper [link coming](link coming). + + +Requirements +------------ + +Install requirements for computer vision experiments with pip: +``` +pip install numpy Theano keras +``` +or for the tensorflow backend (recommended) + +``` +pip install numpy tensorflow-gpu keras +``` + +Depending on your Python installation you might want to use anaconda or other tools. + +Experiments +----------- + +1. Run models: + +``` +python QCAE.py +``` + +Parameters can be modified directly in QCAE.py, such as: + +- Number of epochs +- Batch Size +- Size of the Training dataset +- ... + + + +Citation +-------- + +Please cite our work as + +``` + Incoming link +` \ No newline at end of file -- 1.8.2.3