Train an AI model in Keras
Last updated
Last updated
We're making it easy for you. If you have never trained an AI model before, you can download a simple pre-trained AI model here.
Once you're familiar with the Eternal AI Toolkit, you can play around with the more sophisticated models from popular AI community sites like Kaggle and Hugging Face. There are thousands of AI models published by AI enthusiasts and researchers around the world.
With the Eternal AI Python SDK, there is no need to learn new tools or languages like Solidity. You can just train your AI models in Keras as usual. Then, transform them into Eternals with just a few lines of Python code.
Here is a simple example of training an AI model to recognize handwritten digits.
For more code examples, check out the Keras docs.