ck-analytics
ck-analytics copied to clipboard
Collective Knowledge repository with actions to unify the access to different predictive analytics engines (scipy, R, DNN) from software, command line and web-services via CK JSON API:
Unifying predictive analytics with the CK JSON API
All CK components can be found at cKnowledge.io and in one GitHub repository!
This project is hosted by the cTuning foundation.
This is a Collective Knowledge repository containing CK modules and actions to unify the access to different predictive analytics frameworks (scipy, R, DNN) using our standard CK JSON API.
The community use it research workflows/pipelines to enable collaborative, reusable and reproducible experimentation.
See our recent papers for more details: 1, 2.
Further info:
- Open CK platform to publish and download stable CK components
- Documentation about portable CK workflows
- Shared portable CK program workflows
- Related CK publications
Author
Contributors
- See the list of contributors
Shared CK modules with actions
- advice
- experiment
- experiment.raw
- experiment.view
- graph
- graph.dot
- jnotebook
- math.conditions
- math.frontier
- math.variation
- model
- model.image.classification
- model.r
- model.sklearn
- model.species
- model.tf
- report
- table
Installation
First install the CK framework as described here.
Then install this CK repository as follows:
$ ck pull repo:ck-analytics
$ ck list ck-analytics:module:*
Dependencies
Python:
- matplotlib
- scipy
- numpy
- sklearn-kit
OS:
- Graphviz
On Ubuntu, you can install packages using:
$ sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas graphviz
On Windows you can use pip to install dependencies:
$ pip install matplotlib scipy numpy sklearn-kit
You can download Graphviz for Windows from this website, install it and add it to the PATH.
Extra functionality (some machine learning functions):
-
R (for statistical analysis and machine learning, though Python may be enough)
-
TensorFlow (will be installed automatically by CK)
Usage
Please, check various examples with JSON API and meta information in the demo directory.
CK AI JSON API
We provide unfied JSON API for self-optimizing DNN:
- Demo: http://cknowledge.org/repo/web.php?template=ck-ai-basic
- Wiki: https://github.com/ctuning/ck/wiki/Unifying-AI-API
Questions and comments
Please feel free to get in touch with the CK community if you have any questions, suggestions and comments!