Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.44 KB

readme.md

File metadata and controls

56 lines (40 loc) · 1.44 KB

lacmus Research

This repository contains various experiments with neural networks and image processing methods.

Table of contents

Repository structure:

TODO: refactoring old research and make the repository look like below

Repository tree

├── articles/
├── benchmarks/
├── extra/
├── networks/
└── readme.md

The repository consists of 4 sections:

  • articles - section with articles (e.g. axiv.org or habr.com)
  • networks - section with network architectures researches
  • benchmarks - section with benchmarks tests
  • extra - another researches (e.g. image preprocessing comprehension, etc)

Section structure

├── research_1/
├── research_2/
...
├── research_N/
└── readme.md
  • readme.md - section description with results table or table of contents
  • research_i/ - name of some research source folder (can be folder or link to repository)

Installation

S git clone --recursive https://github.com/lacmus-foundation/lacmus-research.git

How to join us?