PART 2 // But what exactly is AI?
- justinebovo3
- Feb 4, 2021
- 1 min read
We use the term "AI" to describe any time a computer performs a task that mimics human intelligence. Examples of such tasks are:
šāšØ Identifying and locating an object in a video (computer vision).
šāšØ Translating text or speech from a foreign language (natural language processing).
šāšØ Determining if you are getting a healthy amount of sleep and exercise (activity recognition).
The engines behind the modern AI solutions are the machine learning algorithms. These are the mathematical ārecipesā for programs capable of performing AI tasks. These algorithms can either learn from labeled examples in the case of supervised learning or detect patterns from the data without human input in the case of unsupervised learning.
In NOVO SENSO, we combine the state of the art techniques of both supervised and unsupervised learning to provide AI solutions in service of animals and their caretakers.
Comments