  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix epid: <http://eprints.amikom.ac.id/id/> .
  @prefix ep: <http://eprints.org/ontology/> .
  @prefix eprel: <http://eprints.org/relation/> .
  @prefix bibo: <http://purl.org/ontology/bibo/> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix cc: <http://creativecommons.org/ns#> .
  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix dct: <http://purl.org/dc/terms/> .
  @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
  @prefix void: <http://rdfs.org/ns/void#> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<>
	foaf:primaryTopic <http://eprints.amikom.ac.id/id/eprint/32177>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322369>
	dct:hasPart <https://eprints.amikom.ac.id/id/eprint/32177/1/COVER.pdf>;
	ep:hasFile <https://eprints.amikom.ac.id/id/eprint/32177/1/COVER.pdf>;
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322370>
	dct:hasPart <https://eprints.amikom.ac.id/id/eprint/32177/2/BAB%20I.pdf>;
	ep:hasFile <https://eprints.amikom.ac.id/id/eprint/32177/2/BAB%20I.pdf>;
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322371>
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322372>
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322373>
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322374>
	dct:hasPart <https://eprints.amikom.ac.id/id/eprint/32177/6/BAB%20V.pdf>;
	ep:hasFile <https://eprints.amikom.ac.id/id/eprint/32177/6/BAB%20V.pdf>;
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322375>
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322376>
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Archive)"^^xsd:string .

<http://eprints.amikom.ac.id/id/document/322377>
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/eprint/32177#authors>
	rdf:_1 <http://eprints.amikom.ac.id/id/person/ext-05f71219e621f1825282f536404a9044> .

<http://eprints.amikom.ac.id/id/eprint/32177>
	<> <http://eprints.amikom.ac.id/id/person/ext-044c108c00fbe4bf957eca43ddd16953>;
	bibo:abstract "Pengenalan karakteristik demografis pengguna, seperti usia dan gender,\r\nmelalui suara merupakan tantangan krusial dalam pengembangan sistem interaksi\r\nmanusia dan mesin yang lebih personal dan aman. Namun, penggunaan model\r\nDeep Learning arsitektur tunggal seringkali memiliki keterbatasan, di mana model\r\nCNN kurang optimal dalam menangkap urutan waktu, sedangkan model\r\nsekuensial seperti RNN sering kehilangan detail spasial pada data suara yang\r\nkompleks. Penelitian ini bertujuan untuk mengatasi masalah tersebut dengan\r\nmengembangkan model Hybrid yang mengintegrasikan Convolutional Neural\r\nNetwork (CNN), Bidirectional Long Short-Term Memory (Bi-LSTM), dan\r\nTransformer. Metode penelitian diawali dengan pengolahan dataset Common\r\nVoice menjadi representasi Mel-Spectrogram, penerapan teknik standardisasi\r\naudio, serta perancangan arsitektur gabungan di mana CNN mengekstraksi fitur\r\nvisual spektral, Bi-LSTM menangkap konteks temporal dua arah, dan\r\nTransformer memfokuskan atensi pada fitur global yang dominan. Hasil\r\npengujian membuktikan bahwa model usulan mampu mencapai akurasi akhir\r\nsebesar 91%, unggul dibandingkan model tunggal Bi-LSTM (74%) dan CNN\r\nstandar (84%). Keberhasilan ini menegaskan bahwa sinergi ketiga algoritma\r\ntersebut merupakan pendekatan yang efektif untuk mengatasi variabilitas\r\nkarakteristik suara manusia yang beragam. Implementasi sistem ini diharapkan\r\ndapat dimanfaatkan secara luas untuk meningkatkan keandalan sistem keamanan\r\nbiometrik, personalisasi layanan e-commerce, serta alat bantu investigasi forensik\r\ndigital."^^xsd:string;
	bibo:authorList <http://eprints.amikom.ac.id/id/eprint/32177#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/published>;
	dc:hasVersion <http://eprints.amikom.ac.id/id/document/322369>,
		<http://eprints.amikom.ac.id/id/document/322370>,
		<http://eprints.amikom.ac.id/id/document/322371>,
		<http://eprints.amikom.ac.id/id/document/322372>,
		<http://eprints.amikom.ac.id/id/document/322373>,
		<http://eprints.amikom.ac.id/id/document/322374>,
		<http://eprints.amikom.ac.id/id/document/322375>,
		<http://eprints.amikom.ac.id/id/document/322377>;
	dct:creator <http://eprints.amikom.ac.id/id/org/ext-21286f0e74c14a2d2682a5c738dc458e>,
		<http://eprints.amikom.ac.id/id/person/ext-05f71219e621f1825282f536404a9044>;
	dct:date "2026-03-02";
	dct:isPartOf <http://eprints.amikom.ac.id/id/repository>;
	dct:issuer <http://eprints.amikom.ac.id/id/org/ext-4fec6a8784877144d149fa35bb74e33f>,
		<http://eprints.amikom.ac.id/id/org/ext-21286f0e74c14a2d2682a5c738dc458e>;
	dct:subject <http://eprints.amikom.ac.id/id/subject/000.000.000A>,
		<http://eprints.amikom.ac.id/id/subject/000.000.004>;
	dct:title "KLASIFIKASI USIA DAN GENDER BERBASIS SUARA\r\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER"^^xsd:string;
	ep:hasDocument <http://eprints.amikom.ac.id/id/document/322369>,
		<http://eprints.amikom.ac.id/id/document/322370>,
		<http://eprints.amikom.ac.id/id/document/322371>,
		<http://eprints.amikom.ac.id/id/document/322372>,
		<http://eprints.amikom.ac.id/id/document/322373>,
		<http://eprints.amikom.ac.id/id/document/322374>,
		<http://eprints.amikom.ac.id/id/document/322375>,
		<http://eprints.amikom.ac.id/id/document/322376>,
		<http://eprints.amikom.ac.id/id/document/322377>;
	ep:hasPublished <http://eprints.amikom.ac.id/id/document/322369>,
		<http://eprints.amikom.ac.id/id/document/322370>,
		<http://eprints.amikom.ac.id/id/document/322371>,
		<http://eprints.amikom.ac.id/id/document/322372>,
		<http://eprints.amikom.ac.id/id/document/322373>,
		<http://eprints.amikom.ac.id/id/document/322374>,
		<http://eprints.amikom.ac.id/id/document/322375>,
		<http://eprints.amikom.ac.id/id/document/322377>;
	rdf:type bibo:Article,
		bibo:Thesis,
		ep:EPrint,
		ep:ThesisEPrint;
	rdfs:seeAlso <https://eprints.amikom.ac.id/id/eprint/32177/> .

<http://eprints.amikom.ac.id/id/subject/000.000.000A>
	rdf:type skos:Concept;
	skos:prefLabel "000 Ilmu komputer, informasi dan pekerjaan umum"@en .

<http://eprints.amikom.ac.id/id/subject/000.000.004>
	rdf:type skos:Concept;
	skos:prefLabel "004 Pemrosesan data dan ilmu komputer"@en .

<https://eprints.amikom.ac.id/id/eprint/32177/1/COVER.pdf>
	rdfs:label "COVER.pdf"^^xsd:string .

<https://eprints.amikom.ac.id/id/eprint/32177/2/BAB%20I.pdf>
	rdfs:label "BAB I.pdf"^^xsd:string .

<https://eprints.amikom.ac.id/id/eprint/32177/6/BAB%20V.pdf>
	rdfs:label "BAB V.pdf"^^xsd:string .

<https://eprints.amikom.ac.id/id/eprint/32177/>
	dc:format "text/html";
	dc:title "HTML Summary of #32177 \n\nKLASIFIKASI USIA DAN GENDER BERBASIS SUARA&#13;\nMENGGUNAKAN ALGORITMA HYBRID CNN-BILSTMTRANSFORMER\n\n";
	foaf:primaryTopic <http://eprints.amikom.ac.id/id/eprint/32177> .

<http://eprints.amikom.ac.id/id/org/ext-4fec6a8784877144d149fa35bb74e33f>
	dct:isPartOf <http://eprints.amikom.ac.id/id/org/ext-21286f0e74c14a2d2682a5c738dc458e>;
	foaf:name "Fakultas Ilmu Komputer, Universitas AMIKOM Yogyakarta"^^xsd:string;
	rdf:type foaf:Organization .

<http://eprints.amikom.ac.id/id/org/ext-21286f0e74c14a2d2682a5c738dc458e>
	dct:hasPart <http://eprints.amikom.ac.id/id/org/ext-4fec6a8784877144d149fa35bb74e33f>;
	foaf:name "Universitas AMIKOM Yogyakarta"^^xsd:string;
	rdf:type foaf:Organization .

<http://eprints.amikom.ac.id/id/person/ext-05f71219e621f1825282f536404a9044>
	foaf:familyName "Rizal"^^xsd:string;
	foaf:givenName "M. Nasyid Yunitian"^^xsd:string;
	foaf:name "M. Nasyid Yunitian Rizal"^^xsd:string;
	rdf:type foaf:Person .

<http://eprints.amikom.ac.id/id/person/ext-044c108c00fbe4bf957eca43ddd16953>
	foaf:familyName "Sasongko"^^xsd:string;
	foaf:givenName "Theopilus Bayu"^^xsd:string;
	foaf:name "Theopilus Bayu Sasongko"^^xsd:string;
	rdf:type foaf:Person .

