
<rss version="0.91">
    <channel>
        <title>Latest Articles from JUCS - Journal of Universal Computer Science</title>
        <description>Latest 5 Articles from JUCS - Journal of Universal Computer Science</description>
        <link>https://lib.jucs.org/</link>
        <lastBuildDate>Mon, 9 Mar 2026 23:51:58 +0000</lastBuildDate>
        <generator>Pensoft FeedCreator</generator>
        <image>
            <url>https://lib.jucs.org/i/logo.jpg</url>
            <title>Latest Articles from JUCS - Journal of Universal Computer Science</title>
            <link>https://lib.jucs.org/</link>
            <description><![CDATA[Feed provided by https://lib.jucs.org/. Click to visit.]]></description>
        </image>
	
		<item>
		    <title>Sensor-based room inhabitance monitoring using robust ML models compatible with large datasets / real-time datastreams</title>
		    <link>https://lib.jucs.org/article/150393/</link>
		    <description><![CDATA[
					<p>JUCS - Journal of Universal Computer Science 31(14): 1665-1689</p>
					<p>DOI: 10.3897/jucs.150393</p>
					<p>Authors: Alexandru Pintea</p>
					<p>Abstract: Smart homes, live streaming IoT devices, and smart sensors can all be optimised to enhance energy efficiency. In order to offer a cheap alternative to the traditional real-time monitoring systems, this study proposes a sensor-based occupancy system. The evaluation in real time of the number of occupants in buildings/ rooms /houses is reflected in the energy usage. Sensor data can provide insight into many characteristics of a considered environment. The sensor dataset considered was collected with the aim of determining how many people are present in a given space/room. The sensor data does not portray the people present in the room, but rather their impact on it (e.g. CO2/ noise/ light level changes). The dataset was cleaned and preprocessed to optimise model performance. The results obtained by training several classifiers yielded accuracies that reach 98%-99%. The research provides an end-to-end solution for the considered problem, through data preprocessing/feature selection/outlier removal and model training/evaluation. Hyperparameters were tuned for more than twenty models. All chosen models and features were ranked based on performance and robustness. A novel solution for optimising sensor placement has also been proposed by this study, to further improve sensor-based monitoring systems.</p>
					<p><a href="https://lib.jucs.org/article/150393/">HTML</a></p>
					
					<p><a href="https://lib.jucs.org/article/150393/download/pdf/">PDF</a></p>
			]]></description>
		    <category>Research Article</category>
		    <pubDate>Sun, 28 Dec 2025 08:00:05 +0000</pubDate>
		</item>
	
		<item>
		    <title>Probabilistic Nearest Neighbors Based Locality Preserving Projections for Unsupervised Metric Learning</title>
		    <link>https://lib.jucs.org/article/107081/</link>
		    <description><![CDATA[
					<p>JUCS - Journal of Universal Computer Science 30(5): 603-616</p>
					<p>DOI: 10.3897/jucs.107081</p>
					<p>Authors: Alaor Cervati Neto, Alexandre L. M. Levada</p>
					<p>Abstract: Dimensionality reduction based unsupervised metric learning consists in finding meaningful compact data representations previously to clustering and classification problems. One of the major aspects of these algorithms is the approximation of the underlying manifold by a weighted graph. A limitation with most manifold learning algorithms is that edge weights in the proximity graph rely heavily on the Euclidean distance, which is known to be quite sensitive to the presence of outliers. In this paper, we propose to improve the Locality Preserving Projections (LPP) algorithm by incorporating a recently proposed graph inference method called Probabilistic Nearest Neighbors (PNN), an extension of the Clustering with Adaptive Neighbors (CAN) approach, used with success in graph-based semi-supervised learning. The proposed PNN-LPP algorithm is able to achieve better classification results than regular LPP, showing competitive performance against state-of-the-art approaches for dimensionality reduction, such as the UMAP algorithm, especially in datasets with a limited number of samples.</p>
					<p><a href="https://lib.jucs.org/article/107081/">HTML</a></p>
					
					<p><a href="https://lib.jucs.org/article/107081/download/pdf/">PDF</a></p>
			]]></description>
		    <category>Research Article</category>
		    <pubDate>Tue, 28 May 2024 16:00:04 +0000</pubDate>
		</item>
	
		<item>
		    <title>An Efficient Data Preprocessing Procedure for Support Vector Clustering</title>
		    <link>https://lib.jucs.org/article/29334/</link>
		    <description><![CDATA[
					<p>JUCS - Journal of Universal Computer Science 15(4): 705-721</p>
					<p>DOI: 10.3217/jucs-015-04-0705</p>
					<p>Authors: Jeen-Shing Wang, Jen-Chieh Chiang</p>
					<p>Abstract: This paper presents an efficient data preprocessing procedure for the of support vector clustering (SVC) to reduce the size of a training dataset. Solving the optimization problem and labeling the data points with cluster labels are time-consuming in the SVC training procedure. This makes using SVC to process large datasets inefficient. We proposed a data preprocessing procedure to solve the problem. The procedure contains a shared nearest neighbor (SNN) algorithm, and utilizes the concept of unit vectors for eliminating insignificant data points from the dataset. Computer simulations have been conducted on artificial and benchmark datasets to demonstrate the effectiveness of the proposed method.</p>
					<p><a href="https://lib.jucs.org/article/29334/">HTML</a></p>
					<p><a href="https://lib.jucs.org/article/29334/download/xml/">XML</a></p>
					<p><a href="https://lib.jucs.org/article/29334/download/pdf/">PDF</a></p>
			]]></description>
		    <category>Research Article</category>
		    <pubDate>Sat, 28 Feb 2009 00:00:00 +0000</pubDate>
		</item>
	
		<item>
		    <title>The APS Framework For Incremental Learning of Software Agents</title>
		    <link>https://lib.jucs.org/article/30046/</link>
		    <description><![CDATA[
					<p>JUCS - Journal of Universal Computer Science 14(14): 2263-2287</p>
					<p>DOI: 10.3217/jucs-014-14-2263</p>
					<p>Authors: Damian Dudek</p>
					<p>Abstract: Adaptive behavior and learning are required of software agents in many application domains. At the same time agents are often supposed to be resource-bounded systems, which do not consume much CPU time, memory or disk space. In attempt to satisfy both requirements, we propose a novel framework, called APS (standing for Analysis of Past States), which provides agent with learning capabilities with respect to saving system resources. The new solution is based on incremental association rule mining and maintenance. The APS process runs periodically in a cycle, in which phases of agent's normal performance intertwine with learning phases. During the former ones an agent stores observations in a history. After a learning phase has been triggered, the history facts are analyzed to yield new association rules, which are added to the knowledge base by the maintenance algorithm. Then the old observations are removed from the history, so that in the next learning runs only recent facts are processed in search of new association rules. Keeping the history small can save both processing time and disk space as compared to batch learning approaches.</p>
					<p><a href="https://lib.jucs.org/article/30046/">HTML</a></p>
					<p><a href="https://lib.jucs.org/article/30046/download/xml/">XML</a></p>
					<p><a href="https://lib.jucs.org/article/30046/download/pdf/">PDF</a></p>
			]]></description>
		    <category>Research Article</category>
		    <pubDate>Mon, 28 Jul 2008 00:00:00 +0000</pubDate>
		</item>
	
		<item>
		    <title>A Collaborative Biomedical Research System</title>
		    <link>https://lib.jucs.org/article/28562/</link>
		    <description><![CDATA[
					<p>JUCS - Journal of Universal Computer Science 12(1): 80-98</p>
					<p>DOI: 10.3217/jucs-012-01-0080</p>
					<p>Authors: Adel Taweel, Alan Rector, Jeremy Rogers</p>
					<p>Abstract: The convergence of need between improved clinical care and post genomics research presents a unique challenge to restructuring information flow so that it benefits both without compromising patient safety or confidentiality. The CLEF project aims to link-up heath care with bioinformatics to build a collaborative research platform that enables a more effective biomedical research. In that, it addresses various barriers and issues, including privacy both by policy and by technical means, towards establishing its eventual system. It makes extensive use of language technology for information extraction and presentation, and its shared repository is based around coherent "chronicles" of patients' histories that go beyond traditional health record structure. It makes use of a collaborative research workbench that encompasses several technologies and uses many tools providing a rich platform for clinical researcher.</p>
					<p><a href="https://lib.jucs.org/article/28562/">HTML</a></p>
					<p><a href="https://lib.jucs.org/article/28562/download/xml/">XML</a></p>
					<p><a href="https://lib.jucs.org/article/28562/download/pdf/">PDF</a></p>
			]]></description>
		    <category>Research Article</category>
		    <pubDate>Sat, 28 Jan 2006 00:00:00 +0000</pubDate>
		</item>
	
	</channel>
</rss>
	