Here are a few frontend apps (we❤️streamlit.io) to demonstrate applications of our Agents-as-a-Service API.
If an application suits you, you can fork the whole App or the Arch of the Agent to customize around your data model.
All the code below is open source and available at our Archs repo with documentation available.
4 neurons: 3-to-1 channels <> 3-1 input-output neurons
Our "Hello, World!" A 4 neuron system you can trained with only input-side information to demonstrate our approach to AI.
40 neurons: 3-to-1 <> 30-10
Hitting 85%+ accuracy on perdicting roles of new devices given as little as 70 examples of previous devices.
788 neurons: 1-to-1 <> 784-4
Useful to get a feel for how the connections between neurons changes performance. Currently a script in our repo; demo app coming soon.