An intuitive way to build models
PerceptiLabs is a dataflow driven, visual API for TensorFlow that enables developers to work more efficiently with machine learning models and to gain more insight into their models. It wraps low-level TensorFlow code to create visual components, which allows users to visualize the model architecture as the model is being built.
This visual approach lowers the barrier of entry for beginners while providing researchers and advanced users with code-level access to their models.
As a visual API, PerceptiLabs sits on top of TensorFlow and other APIs:
PerceptiLabs wraps low-level TensorFlow code to create visual components, so you’ll see your model’s architecture as you build.
See real-time analytics and granular previews of output from each model component. You can easily track and understand the gradients’ behavior, perform real-time debugging, and see where to optimize your model.
PerceptiLabs lets you manage multiple models, compare them, and easily share the results back to your team. Export your model as a TensorFlow model or as a Jupyter Notebook.
The following are some of the key features of PerceptiLabs:
PerceptiLabs is offered as a free Python package (hosted on PyPI) for everyone to use.
Install it:
pip install perceptilabs
Run it:
perceptilabs
This will run the PerceptiLabs kernel locally on your machine and launch its user interface in your web browser.
If you're writing a paper or article about a project that used PerceptiLabs, we'd love it if you cited us. Here's a generated BibTeX citation for our website that will help point people to our tools:
@misc{pl,
title = {Visual Machine Learning Modeling with PerceptiLabs},
year = {2020},
note = {Software available from www.perceptilabs.com},
url={www.perceptilabs.com},
author = {Martin Isaksson and Robert Lundberg},
}
Got questions, feedback, or want to join a community of machine learning practitioners working with exciting tools and projects? Check out our forum and Slack Channel!
Follow us on Twitter.