negativegamma / MakiFlow

This is an open source machine learning framework made by students of the Samara National Research University. The purpose of creating such a framework is to extend the knowledge of the machine learning algorithms and build tools for our studies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakiFlow

This is a machine learning open source library built on top of TensorFlow. It is made to suit our team needs and accelerate our research process. It utilises Keras like high level API but runs low level TensorFlow code, thus, works faster than pure Keras. It does not support arbitrary models like Keras does, instead it provides a set of already built models for classification, object detection and segmentation purposes, though you still allowed to build your own models using MakiFlow components if you're familiar with TensorFlow low-level API.

Installation

Use the following command:

Installing master
- pip install --upgrade git+https://github.com/MakiResearchTeam/MakiFlow.git

About

This is an open source machine learning framework made by students of the Samara National Research University. The purpose of creating such a framework is to extend the knowledge of the machine learning algorithms and build tools for our studies.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%