“We humans have .. insight that can then be mixed with powerful AI .. to help move society forward. Second, we also have to build trust directly into our technology .. And third, all of the technology we build must be inclusive and respectful to everyone.”
— Satya Nadella, Microsoft CEO
As trail-blazers in Industrial AI, our team at Arimo-Panasonic has found Satya Nadella‘s observations to be powerful and prescient. Many hard-won lessons from the field have led us to adopt this approach which we call Human-First AI (H1st
AI).
Today, we‘re excited to share these ideas and concrete implementation of H1st
AI with you and the open-source data science community!
Human-First AI (H1st
AI) solves three critical challenges in real-world data science:
-
Industrial AI needs human insight: In so many important applications, there isn‘t enough data for ML. For example, last year‘s product‘s data does not apply to this year‘s new model. Or, equipment not yet shipped obviously have no data history to speak of.
H1st
combines human knowledge and any available data to enable intelligent systems, and companies can achieve earlier time-to-market. -
Data scientists need human tools: Today‘s tools are to compete rather than to collaborate. When multiple data scientists work on the same project, they are effectively competing to see who can build the better model.
H1st
breaks a large modeling problem into smaller, easier parts. This allows true collaboration and high productivity, in ways similar to well-established software engineering methodology. -
AI needs human trust: AI models can't be deployed when they lack user trust. AI increasingly face regulatory challenges.
H1st
supports model description and explanation at multiple layers, enabling transparent and trustworthy AI.
H1st
runs on Python 3.8 or above. Install with
pip install --upgrade pip
pip3 install h1st
For Windows, please use 64bit version and install VS Build Tools before installing H1st.
Start by reading about our philosophy and Object Model
See the Quick Start for simple "Hello world" examples of using H1st rule-based model & H1st ML model and using H1st Graph.
Go over the Concepts
For a simple real-world data science example using H1st Modeler and Model API, take a look at
- Modeler and Model with Iris dataset.
- H1st Oracle: Combine Encoded Domain Knowledge with Machine Learning in which we used Microsoft Azure Predictive Maintenance dataset to demonstrate the power of the Oracle.
To fully understand H1st philosophy and power, check out the Use-case examples.
For a deep dive into the components, please refer to our full API Documentation.
We are collaborating with the open-source community. For Arimo-Panasonic, use cases include industrial applications such as Cybersecurity, Predictive Maintenance, Fault Prediction, Home Automation, Avionic & Automotive Experience Management, etc.
We'd love to see your use cases and your contributions to open-source H1st
AI.