Representation là gì?

Noun None
resource representation

Một tài nguyên (resource) có thể được biểu diễn ở nhiều định dạng, chẳng hạn như JSON, XML, YAML, v.v.

Trong JSON, representation sẽ là:


{
    "id": 1,
    "firstName": "John",
    "lastName": "Doe",
    "email": "john.doe@example.com"
}

Trong XML, representation sẽ như sau:


<user>
    <id>1</id>
    <firstName>John</firstName>
    <lastName>Doe</lastName>
    <email>john.doe@example.com</email>
</user>

Noun AI

Representation trong học máy (machine leanring) là quá trình ánh xạ (mapping) dữ liệu đến các đặc trưng (feature) hữu ích.

Learning English Everyday