# OnCo record masked-modelling (term). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/terms/masked-modelling/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "masked-modelling" ;
  schema:name "Masked autoencoders and masked gene modelling"@en ;
  schema:alternateName "masked autoencoder"@en, "masked autoencoders"@en, "masked gene modelling"@en, "masked gene modeling"@en, "masked reconstruction"@en, "cross-modal masked reconstruction"@en, "autoencoder"@en ;
  schema:description "A masked autoencoder hides a random part of the input (image patches, or half the genes in a profile) and learns to reconstruct it from the rest."@en ;
  schema:url <https://onco.cc/terms/masked-modelling/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Autoencoder> ;
  schema:citation <https://en.wikipedia.org/wiki/Autoencoder> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/self-supervised-pretraining/>, <https://onco.cc/terms/gene-co-expression/>, <https://onco.cc/terms/tokenisation/> .
