Giter Site home page Giter Site logo

xbrl-ai's Introduction

XBRL-AI

The purpuse off this project is to apply XBRL in AI and Machine learning, by usage of Python.

The project will be divided into 3 parts:

  1. Generic XBRL to AI.
  • xbrl_ai.py
  1. XBRL in local GAAP including
  • Danish GAAP og Danish IFRS (with extension) to AI
    • xbrl_ai_dk.py
  • German GAAP
    • xbrl_ai_de.py
  1. Sample of Machine Learning implementation based on this project
  • test_xbrl_ai_dk.py
  • test_xbrl_ai_de.py
  • test_xbrl_ai_us.py

Why this project?

Working with machine learning basicly comes down to one thing: y = f(X), y is what we want to predict, X is the input and f is the machine learning model. Unfortunately X hardly ever fits into to f. If we want to fit e.g. an XBRL-instance into to f, we need to prepare the data. XBRL needs a good representation to fit into AI and Machine learning.

Creating a good and standardized representation of XBRL into AI and Machine learning are the main purpose of this project.

Getting started

To see an example of how one could use xbrl-ai start by creating a conda environment from the cloned yaml file:

>> conda env create -f environment.yml

now activate the environment by using

>> activate xbrl_ai

for windows, or

>> source activate xbrl_ai

for linux.

You can now run the test_xbrl_ai_dk.py.

Installation

Download the files and run the following command from the folder:

  • Using pip:
>> pip install .
  • Using setuptools:
>> python setup.py install

xbrl-ai's People

Contributors

niels-peter avatar soetang avatar rogvid avatar

Watchers

 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.