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

<>
	foaf:primaryTopic <https://repositorio.unincol.edu.co/id/eprint/28590>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<http://repositorio.unincol.edu.co/id/eprint/28590/1/fenvs-14-1797545.pdf>
	rdfs:label "fenvs-14-1797545.pdf"^^xsd:string .

<http://repositorio.unincol.edu.co/id/eprint/28590/2/indexcodes.txt>
	rdfs:label "indexcodes.txt"^^xsd:string .

<http://repositorio.unincol.edu.co/id/eprint/28590/>
	dc:format "text/html";
	dc:title "HTML Summary of #28590 \n\nEnhanced weather classification using xception with SENet and attention mechanisms\n\n";
	foaf:primaryTopic <https://repositorio.unincol.edu.co/id/eprint/28590> .

<https://repositorio.unincol.edu.co/id/document/10020>
	dct:hasPart <http://repositorio.unincol.edu.co/id/eprint/28590/1/fenvs-14-1797545.pdf>;
	ep:hasFile <http://repositorio.unincol.edu.co/id/eprint/28590/1/fenvs-14-1797545.pdf>;
	rdf:type bibo:Document,
		ep:Document;
	rdfs:label "Enhanced weather classification using xception with SENet and attention mechanisms (Texto)"^^xsd:string .

<https://repositorio.unincol.edu.co/id/document/10022>
	dct:hasPart <http://repositorio.unincol.edu.co/id/eprint/28590/2/indexcodes.txt>;
	ep:hasFile <http://repositorio.unincol.edu.co/id/eprint/28590/2/indexcodes.txt>;
	eprel:isIndexCodesVersionOf <https://repositorio.unincol.edu.co/id/document/10020>;
	eprel:isVersionOf <https://repositorio.unincol.edu.co/id/document/10020>;
	eprel:isVolatileVersionOf <https://repositorio.unincol.edu.co/id/document/10020>;
	rdf:type ep:Document;
	rdfs:label "Enhanced weather classification using xception with SENet and attention mechanisms (Otro)"^^xsd:string .

<https://repositorio.unincol.edu.co/id/eprint/28590#authors>
	rdf:_1 <https://repositorio.unincol.edu.co/id/person/ext-ed6a66e24c575b4d824a4e6c96ef79b2>;
	rdf:_2 <https://repositorio.unincol.edu.co/id/person/ext-5f228a029fd4d0cee228d9d306990d61>;
	rdf:_3 <https://repositorio.unincol.edu.co/id/person/ext-03ab43383508d1c5ecaf34f922fb1180>;
	rdf:_4 <https://repositorio.unincol.edu.co/id/person/ext-274aaa16da5c22e88e0565e65446ae97>;
	rdf:_5 <https://repositorio.unincol.edu.co/id/person/ext-af09c522791b2dae7d88c172e86bd1e5>;
	rdf:_6 <https://repositorio.unincol.edu.co/id/person/ext-8dd1b0740735c5a5bcf1859a9d6427c2>;
	rdf:_7 <https://repositorio.unincol.edu.co/id/person/ext-49096f8dd271545de2b57ce438a048c2>;
	rdf:_8 <https://repositorio.unincol.edu.co/id/person/ext-ramon.pali@unini.edu.mx>;
	rdf:_9 <https://repositorio.unincol.edu.co/id/person/ext-angel.kuc@uneatlantico.es>;
	rdf:_10 <https://repositorio.unincol.edu.co/id/person/ext-5ab75b7412eb70bba1c115834976e769> .

<https://repositorio.unincol.edu.co/id/eprint/28590>
	bibo:abstract "Introduction: Weather classification plays a crucial role in applications such as environmental monitoring, disaster management, and smart city infrastructure. Accurate and efficient classification of weather conditions from images remains a challenging task due to variations in illumination, texture, and atmospheric conditions.Methods: This study proposes an efficient deep learning framework for multi-class weather classification by integrating the Xception architecture with Squeeze-and-Excitation (SE) blocks and a spatial attention mechanism. Transfer learning with pre-trained ImageNet weights was employed, and a comparative analysis was conducted using EfficientNet-B3, ResNet152V2, and Xception architectures. The proposed enhanced Xception model incorporates channel-wise recalibration and spatial feature refinement to improve representational capability. The model was trained and evaluated on the Multi-Class Weather Dataset (MWD), which consists of 1,125 images categorized into four classes: sunshine, cloudy, rain, and sunrise. To ensure robustness and generalization, 5-fold cross-validation, statistical significance testing, calibration analysis, and robustness evaluation under image perturbations were performed.Results: The proposed model achieved a classification accuracy of 99.06% on the test set. Additionally, it attained a macro precision of 98.3%, macro recall of 97.7%, and macro F1-score of 98.0%. The model demonstrated strong generalization capability and robustness under varying perturbation conditions, with only moderate computational overhead.Discussion: The integration of SE blocks and spatial attention significantly enhances feature representation by emphasizing informative channels and spatial regions. Compared to baseline architectures, the proposed framework shows superior performance in terms of accuracy and robustness. These results indicate that the model is well-suited for real-world weather classification applications, particularly in intelligent environmental monitoring systems."^^xsd:string;
	bibo:authorList <https://repositorio.unincol.edu.co/id/eprint/28590#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/peerReviewed>,
		<http://purl.org/ontology/bibo/status/published>;
	bibo:volume "14";
	dct:creator <https://repositorio.unincol.edu.co/id/person/ext-03ab43383508d1c5ecaf34f922fb1180>,
		<https://repositorio.unincol.edu.co/id/person/ext-5ab75b7412eb70bba1c115834976e769>,
		<https://repositorio.unincol.edu.co/id/person/ext-5f228a029fd4d0cee228d9d306990d61>,
		<https://repositorio.unincol.edu.co/id/person/ext-8dd1b0740735c5a5bcf1859a9d6427c2>,
		<https://repositorio.unincol.edu.co/id/person/ext-274aaa16da5c22e88e0565e65446ae97>,
		<https://repositorio.unincol.edu.co/id/person/ext-49096f8dd271545de2b57ce438a048c2>,
		<https://repositorio.unincol.edu.co/id/person/ext-af09c522791b2dae7d88c172e86bd1e5>,
		<https://repositorio.unincol.edu.co/id/person/ext-angel.kuc@uneatlantico.es>,
		<https://repositorio.unincol.edu.co/id/person/ext-ed6a66e24c575b4d824a4e6c96ef79b2>,
		<https://repositorio.unincol.edu.co/id/person/ext-ramon.pali@unini.edu.mx>;
	dct:date "2026-05";
	dct:isPartOf <https://repositorio.unincol.edu.co/id/repository>,
		<https://repositorio.unincol.edu.co/id/publication/ext-2296665X>;
	dct:subject <https://repositorio.unincol.edu.co/id/subject/uneat_eng>;
	dct:title "Enhanced weather classification using xception with SENet and attention mechanisms"^^xsd:string;
	ep:hasDocument <https://repositorio.unincol.edu.co/id/document/10020>,
		<https://repositorio.unincol.edu.co/id/document/10022>;
	owl:sameAs <info:doi/10.3389/fenvs.2026.1797545>;
	rdf:type bibo:AcademicArticle,
		bibo:Article,
		ep:ArticleEPrint,
		ep:EPrint;
	rdfs:seeAlso <http://repositorio.unincol.edu.co/id/eprint/28590/> .

<https://repositorio.unincol.edu.co/id/subject/uneat_eng>
	rdf:type skos:Concept;
	skos:prefLabel "Engineering"@en,
		"Ingeniería"@es .

<https://repositorio.unincol.edu.co/id/person/ext-03ab43383508d1c5ecaf34f922fb1180>
	foaf:familyName "Saudagar"^^xsd:string;
	foaf:givenName "Abdul Khader Jilani"^^xsd:string;
	foaf:name "Abdul Khader Jilani Saudagar"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-5ab75b7412eb70bba1c115834976e769>
	foaf:familyName "Kaur"^^xsd:string;
	foaf:givenName "Upinder"^^xsd:string;
	foaf:name "Upinder Kaur"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-5f228a029fd4d0cee228d9d306990d61>
	foaf:familyName "Gupta"^^xsd:string;
	foaf:givenName "Sheifali"^^xsd:string;
	foaf:name "Sheifali Gupta"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-8dd1b0740735c5a5bcf1859a9d6427c2>
	foaf:familyName "De la Torre Díez"^^xsd:string;
	foaf:givenName "Isabel"^^xsd:string;
	foaf:name "Isabel De la Torre Díez"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-274aaa16da5c22e88e0565e65446ae97>
	foaf:familyName "Ikram"^^xsd:string;
	foaf:givenName "Sunnia"^^xsd:string;
	foaf:name "Sunnia Ikram"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-49096f8dd271545de2b57ce438a048c2>
	foaf:familyName "Mohamed"^^xsd:string;
	foaf:givenName "Heba G."^^xsd:string;
	foaf:name "Heba G. Mohamed"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-af09c522791b2dae7d88c172e86bd1e5>
	foaf:familyName "Rehman"^^xsd:string;
	foaf:givenName "Ateeq Ur"^^xsd:string;
	foaf:name "Ateeq Ur Rehman"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-angel.kuc@uneatlantico.es>
	foaf:familyName "Kuc Castilla"^^xsd:string;
	foaf:givenName "Ángel Gabriel"^^xsd:string;
	foaf:name "Ángel Gabriel Kuc Castilla"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-ed6a66e24c575b4d824a4e6c96ef79b2>
	foaf:familyName "Shandilya"^^xsd:string;
	foaf:givenName "Gunjan"^^xsd:string;
	foaf:name "Gunjan Shandilya"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/person/ext-ramon.pali@unini.edu.mx>
	foaf:familyName "Pali-Casanova"^^xsd:string;
	foaf:givenName "Ramón"^^xsd:string;
	foaf:name "Ramón Pali-Casanova"^^xsd:string;
	rdf:type foaf:Person .

<https://repositorio.unincol.edu.co/id/publication/ext-2296665X>
	bibo:issn "2296665X";
	foaf:name "Frontiers in Environmental Science"^^xsd:string;
	owl:sameAs <urn:issn:2296665X>;
	rdf:type bibo:Collection .

