Git Product home page Git Product logo

fkunstner / artemis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quva-lab/artemis

0.0 2.0 0.0 1.91 MB

Artemis aims to get rid of all the boring, bureaucratic coding (plotting, file management, organizing experiments, etc) involved in machine learning projects, so you can get to the good stuff quickly.

License: Other

Python 97.92% Jupyter Notebook 1.96% HTML 0.10% Shell 0.03%

artemis's Introduction

Artemis

The deer represents dull, repetitive coding tasks, and Artemis represents Artemis.  As you can see, once Artemis comes along, the future is not bright for dull, repetitive coding tasks.

Artemis is a collection of tools that make it easier to run experiments in Python. These include:

  • An easy-to-use system for making live plots, to monitor variables in a running experiment.
  • A browser-based plotter for displaying live plots.
  • A framework for defining experiments and logging their results (text output and figures) so that they can be reviewed later and replicated easily.
  • A system for downloading/caching files, to a local directory, so the same code can work on different machines.

For examples of how to use artemis, read the Artemis Documentation

Installation

As of release 2.0.0 on November 13, 2017, Artemis now supports Python 3

To use artemis from within your project, use the following to install Artemis and its dependencies: (You probably want to do this in a virtualenv with the latest version of pip - run virtualenv venv; source venv/bin/activate; pip install --upgrade pip; to make one and enter it).

Option 1: Simple install:

pip install artemis-ml

Option 2: Install as source.

pip install -e git+http://github.com/QUVA-Lab/artemis.git#egg=artemis 

This will install it in (virtual env or system python root)/src/artemis. You can edit the code and submit pull requests to our git repo. To install with the optional remote plotting mode enabled, add the [remote_plotting] option, as in: pip install -e git+http://github.com/QUVA-Lab/artemis.git#egg=artemis[remote_plotting]

(Note, this doesn't work if you have Anaconda installed, as it does not work with the -e option). Use pip install artemis-ml in this case instead.

Verifying that it works

To verify that the plotting works, run:

python -m artemis.plotting.demo_dbplot

A bunch of plots should come up and start updating live.

Note: During installation, the settings file .artemisrc is created in your home directory. In it you can specify the plotting backend to use, and other settings.

Now that you have Artemis installed, see this Tutorial on how to use Artemis to organize your experiments.

artemis's People

Contributors

bt2901 avatar egavves avatar matthiasreisser avatar petered 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.