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

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

<http://eprints.amikom.ac.id/id/document/319547>
	dct:hasPart <https://eprints.amikom.ac.id/id/eprint/31766/1/22.55.1249%20%20Rudiyanto.pdf>;
	ep:hasFile <https://eprints.amikom.ac.id/id/eprint/31766/1/22.55.1249%20%20Rudiyanto.pdf>;
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "MODEL STACKING CNN UNTUK KLASIFIKASI CITRA BATUAN (Text)"^^xsd:string .

<http://eprints.amikom.ac.id/id/eprint/31766#authors>
	rdf:_1 <http://eprints.amikom.ac.id/id/person/ext-ae538c4a517969b7eaf67d5fcb65daf1> .

<http://eprints.amikom.ac.id/id/eprint/31766>
	<> <http://eprints.amikom.ac.id/id/person/ext-035db13a5cf757e740cc51fa0797b5ea>;
	bibo:abstract "Penelitian ini bertujuan untuk (a) menilai perbedaan akurasi di antara beberapa\r\nmodel stacking dalam klasifikasi citra batuan, (b) mengevaluasi kinerja klasifikasi\r\nmodel stacking berdasarkan metrik akurasi, precision, recall, dan F1-score serta\r\nmembandingkannya dengan model non-stacking (model tunggal), dan (c) menganalisis\r\nkontribusi masing-masing model non-stacking terhadap akurasi yang dihasilkan oleh\r\nmodel stacking. Penelitian dilakukan secara eksperimental dengan menguji enam model\r\nCNN pralatih ResNet50, InceptionV3, VGG16, DenseNet121, MobileNetV2, dan\r\nEfficientNetB0, serta empat konfigurasi model stacking, yakni model 1 (MobileNetV2\r\ndan EfficientNetB0), model 2 (VGG16 dan DenseNet121), model 3 (ResNet50 dan\r\nInceptionV3), dan model 4 (ResNet50 dan MobileNetV2). Masing-masing konfigurasi\r\nterdiri atas dua model sebagai base learner dan satu Support Vector Machine (SVM)\r\nsebagai meta-learner. Untuk menjamin validitas hasil, digunakan teknik Stratified KFold\r\n\r\nCross Validation pada data pelatihan. Hasil menunjukkan bahwa seluruh\r\nkonfigurasi stacking mampu melampaui hasil model tunggal. Konfigurasi stacking\r\nmodel 4 (ResNet50 dan MobileNetV2) mencapai akurasi pengujian tertinggi sebesar\r\n84%, diikuti oleh model stacking model 1 (MobileNetV2 dan EfficientNetB0) dan 3\r\n(ResNet50 dan InceptionV3) dengan 83%, serta stacking model 2 (VGG16 dan\r\nDenseNet121) dengan 81%. Sebagai perbandingan, model individu terbaik, ResNet50,\r\nmencatat akurasi 80%, sementara MobileNetV2 dan EfficientNetB0 hanya mencapai\r\n77%. Penerapan metode stacking ini mampu memberikan peningkatan akurasi sekitar\r\n4%-11%. Jika melihat dari sisi efisiensi, stacking model 1 memiliki ukuran model\r\nterkecil, sehingga cocok diterapkan pada perangkat dengan sumber daya terbatas namun\r\njika dilihat dari sisi akurasinya, maka stacking model 4 sangat cocok untuk diterapkan.\r\nAnalisis lebih lanjut menunjukkan bahwa masing-masing model dalam ensemble\r\nstacking memiliki peran strategis yang saling melengkapi. Model berarsitektur besar\r\nmemberikan cakupan fitur mendalam, sedangkan model ringan berkontribusi dalam\r\nmenangkap detail lokal. Kolaborasi ini memperkuat kemampuan generalisasi sistem\r\nterhadap data baru. Secara keseluruhan, teknik ensemble stacking terbukti efektif,\r\nadaptif, dan efisien untuk meningkatkan akurasi klasifikasi citra batuan, terutama pada\r\ndataset terbatas dan kelas dengan kemiripan visual tinggi."^^xsd:string;
	bibo:authorList <http://eprints.amikom.ac.id/id/eprint/31766#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/published>;
	dc:hasVersion <http://eprints.amikom.ac.id/id/document/319547>;
	dct:creator <http://eprints.amikom.ac.id/id/org/ext-21286f0e74c14a2d2682a5c738dc458e>,
		<http://eprints.amikom.ac.id/id/person/ext-ae538c4a517969b7eaf67d5fcb65daf1>;
	dct:date "2025-12-02";
	dct:isPartOf <http://eprints.amikom.ac.id/id/repository>;
	dct:issuer <http://eprints.amikom.ac.id/id/org/ext-21286f0e74c14a2d2682a5c738dc458e>,
		<http://eprints.amikom.ac.id/id/org/ext-36948168604b4d106ee1303b4b219e3c>;
	dct:subject <http://eprints.amikom.ac.id/id/subject/000.000.000A>;
	dct:title "MODEL STACKING CNN UNTUK KLASIFIKASI CITRA BATUAN"^^xsd:string;
	ep:hasDocument <http://eprints.amikom.ac.id/id/document/319547>;
	ep:hasPublished <http://eprints.amikom.ac.id/id/document/319547>;
	rdf:type bibo:Article,
		bibo:Thesis,
		ep:EPrint,
		ep:ThesisEPrint;
	rdfs:seeAlso <https://eprints.amikom.ac.id/id/eprint/31766/> .

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

<https://eprints.amikom.ac.id/id/eprint/31766/1/22.55.1249%20%20Rudiyanto.pdf>
	rdfs:label "22.55.1249  Rudiyanto.pdf"^^xsd:string .

<https://eprints.amikom.ac.id/id/eprint/31766/>
	dc:format "text/html";
	dc:title "HTML Summary of #31766 \n\nMODEL STACKING CNN UNTUK KLASIFIKASI CITRA BATUAN\n\n";
	foaf:primaryTopic <http://eprints.amikom.ac.id/id/eprint/31766> .

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

<http://eprints.amikom.ac.id/id/org/ext-36948168604b4d106ee1303b4b219e3c>
	dct:isPartOf <http://eprints.amikom.ac.id/id/org/ext-21286f0e74c14a2d2682a5c738dc458e>;
	foaf:name "PJJ Magister Informatika, Universitas AMIKOM Yogyakarta"^^xsd:string;
	rdf:type foaf:Organization .

<http://eprints.amikom.ac.id/id/person/ext-035db13a5cf757e740cc51fa0797b5ea>
	foaf:familyName "Setyanto"^^xsd:string;
	foaf:givenName "Arief"^^xsd:string;
	foaf:name "Arief Setyanto"^^xsd:string;
	rdf:type foaf:Person .

<http://eprints.amikom.ac.id/id/person/ext-ae538c4a517969b7eaf67d5fcb65daf1>
	foaf:familyName "Rudiyanto"^^xsd:string;
	foaf:givenName "Rudiyanto"^^xsd:string;
	foaf:name "Rudiyanto Rudiyanto"^^xsd:string;
	rdf:type foaf:Person .

