The concept of "conceptual data model of the subject area". How to understand this?

I'm writing my thesis. When defending a thesis, you also need a presentation. To the requirements of this presentation, I see that the presentation should include a description of the "conceptual domain data model" .


My thesis is on pattern recognition. Namely, handwriting recognition. There is a program that is trained to recognize handwritten letters. The input is a picture with letters and the algorithm produces recognition. Different algorithms are used. But what should I include in the description of the conceptual domain data model in my case? I don't quite understand what this concept means. What does it actually need to describe?

Author: Andrey Radoncev, 2017-02-23

1 answers

A conceptual domain data model is a description of entities and the relationships between them. Since the model is a conceptual, it is not necessary to give all the attributes of the entities, but rather the key ones. You can read more here: Entity-relationship model

From your description, it is immediately clear that you will have the entities "picture", "letter", "text". According to the meaning, the entities "word", "sentence"may appear...

 2
Author: a-bobkov, 2017-02-23 10:55:21