Giter Site home page Giter Site logo

todorovicsrdjan / annuto Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 65 KB

Simple automated feed-forward artificial neural network.

License: GNU General Public License v3.0

Python 100.00%
ann api automation fastapi feed-forward feed-forward-neural-networks neural-networks neuralnetworks python

annuto's Introduction

AnnUTO

Automated feed-forward artificial neural network

Features:

  • formats (atm): csv
  • different methods for parsing dataset: url or file (multipart)
  • model training (clasification or regression)
  • results for training or testing set
  • statistical indicators
  • correlation matrix (image)
  • feature (input) encoding and scaling
  • custom architecture (layers, activation functions, number of nodes, weight initializers)
  • hyperparameters configuration (algorithm, optimizer, learning rate)
  • different metrics
  • fill NaNs
    • mean
    • median
    • most frequent
    • fill with constant (number or string)
  • modify dataset
  • real-time reporting using sockets

Setup

  1. Download repo
git clone https://github.com/TodorovicSrdjan/AnnUTO.git
  1. Set current working directory to downloaded folder (AnnUTO)
  2. (Optional) Create virtual environment and activate it
python -m venv path/to/some/folder

// linux; bash
source path/to/some/folder/bin/activate
  1. Install project dependencies
pip install -r requirements.txt
  1. Run app
python src/ann_server.py

Usage

You can see API specification at: localhost:10003/docs

API (atm) does not have it's own database. After parsing dataset (url or file) API returns dataset in internal json format.

Other endpoints can only work with that returned dataset. It's provided as url for stored_dataset parameter.

You can configure some things like urls and ports in file config.py

annuto's People

Contributors

todorovicsrdjan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.