Skip to main content

Posts

Showing posts from August, 2022

Oracle AI Vision: Just like a Box of Chocolates

This little exercise started a few weeks back. What we tried to test is how Oracle AI Vision performs on a larger database for real. In order to perform this little test we used Chest X-Ray Images (Pneumonia)   dataset from kaggle.com . Let me begin with the following note:  We built the model as described below, but then we encountered an error which caused all the images to be classified as “pneumonia ” .  In the same time we had an opportunity to work closely with Oracle AI Services development team who have responded instantly and successfully removed the bug. And here are the results. Train The process of training the model is code free . Similarly as described in one of my previous blog posts , we needed a new custom project. Project acts as a container which can contain several models we created. There is a wizard that helps users to create a new one. The wizard is executed in three steps.  In the first step, basic parameters are set, such as the type of the model. In our case