Giter Club home page Giter Club logo

pynetica's Introduction

pyNetica (netica): Python wrapper for Netica C API

Prerequisites

This package requires the Netica C API Library (.dll or .so) to be inserted into the /lib folder. So far, it has only been tested on Windows (.dll). You must obtain the library yourself from www.norsys.com. There is a free version for download which allows you to manipulate networks of a limited size. Note that Netica offers two mutually exclusive (and similarly priced) licenses for users who want to work with large networks:

  • Netica Application license (Work through the GUI only)
  • Netica API Family license (C, C#, C++, Java, Matlab, Visual Basic, etc.)

Check out http://www.norsys.com/onLineAPIManual/index.html for help on the C API functions.

Installation

  • Fork the repo (or just clone if you don't want to develop)
  • Clone to your desktop
  • Navigate to the folder and in your prompt:
pip install .
# or
pip install -e .  # developer install.

Comparison to SVN Repository Package

Many simplifications to the workflow were made for typical users working in single environments and single nets.

Old workflow:

import netica
ntc = netica.Netica()
env = ntc.newenv()
ntc.initenv()
net_p = ntc.newnet('BayesNet', env)
# or
net_p = ntc.opennet(env, 'file.dne')

# Do your processing with redundant input args from above

New workflow:

import netica
ntc = netica.NeticaNetwork()
# or
ntc = netica.NeticaNetwork(openfile='file.dne')

# Do your processing entirely with methods on ntc, no redundancy

Credits

Credit goes to Kees den Heijer ([email protected]) for getting this started.

pynetica's People

Contributors

ykalabaird avatar yahiakala avatar

Watchers

James Cloos avatar

Forkers

equihuam hiter01

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.