<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<title>Computing</title>
<link href="https://ir.kdu.ac.lk/handle/345/3871" rel="alternate"/>
<subtitle/>
<id>https://ir.kdu.ac.lk/handle/345/3871</id>
<updated>2026-04-06T08:07:49Z</updated>
<dc:date>2026-04-06T08:07:49Z</dc:date>
<entry>
<title>Featured Containerization Enterprise-Ready DevOps Engine Modeling with Microservices</title>
<link href="https://ir.kdu.ac.lk/handle/345/6400" rel="alternate"/>
<author>
<name>Kithulwatta, WMCJT</name>
</author>
<id>https://ir.kdu.ac.lk/handle/345/6400</id>
<updated>2023-06-26T08:51:23Z</updated>
<published>2019-01-01T00:00:00Z</published>
<summary type="text">Featured Containerization Enterprise-Ready DevOps Engine Modeling with Microservices
Kithulwatta, WMCJT
</summary>
<dc:date>2019-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>Fashion Designing Website Featuring Augmented Reality for Sarees</title>
<link href="https://ir.kdu.ac.lk/handle/345/2316" rel="alternate"/>
<author>
<name>Wijesinghe</name>
</author>
<author>
<name>T</name>
</author>
<author>
<name>Kulasekara</name>
</author>
<author>
<name>DMR</name>
</author>
<author>
<name>Gunathilake</name>
</author>
<author>
<name>W</name>
</author>
<id>https://ir.kdu.ac.lk/handle/345/2316</id>
<updated>2023-04-26T11:30:47Z</updated>
<published>2019-01-01T00:00:00Z</published>
<summary type="text">Fashion Designing Website Featuring Augmented Reality for Sarees
Wijesinghe; T; Kulasekara; DMR; Gunathilake; W
</summary>
<dc:date>2019-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>Rice Smart: Web-based Multi-Agent Communication Platform for Rice Production</title>
<link href="https://ir.kdu.ac.lk/handle/345/2315" rel="alternate"/>
<author>
<name>Jayampath</name>
</author>
<author>
<name>MWG</name>
</author>
<author>
<name>Hettige</name>
</author>
<author>
<name>B</name>
</author>
<id>https://ir.kdu.ac.lk/handle/345/2315</id>
<updated>2023-04-26T11:05:48Z</updated>
<published>2019-01-01T00:00:00Z</published>
<summary type="text">Rice Smart: Web-based Multi-Agent Communication Platform for Rice Production
Jayampath; MWG; Hettige; B
Complex Adaptive systems demonstrate a new paradigm for solving real world complex problems. Multi-agent System Technology is one of the most powerful technology used to build complex adaptive systems. This paper presents a web based multi agent system named RiceSmart which provides an efficient and effective communication platform for the people who are engaged in rice production industry. This system provides five types of agents as farmer, miller, buyer, seller and transporter, to represent key persons in the rice production industry. The agents in the system works as web clients and they have been designed through using both PHP and AJAX. RiceSmart is a Extended version of the Rice Express. Through the agent communication, system should able to allow joint selling and buying facility to take maximum profit from both ends. The RiceSmart has been successfully tested in the practical environment, and successful results were obtained.
</summary>
<dc:date>2019-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>Market Basket Analysis: A Profit-Based Product Promotion Forecasting</title>
<link href="https://ir.kdu.ac.lk/handle/345/2314" rel="alternate"/>
<author>
<name>Samarasinghe</name>
</author>
<author>
<name>HYS</name>
</author>
<author>
<name>Samaraweera</name>
</author>
<author>
<name>WJ</name>
</author>
<author>
<name>Waduge</name>
</author>
<author>
<name>CP</name>
</author>
<id>https://ir.kdu.ac.lk/handle/345/2314</id>
<updated>2023-04-26T11:35:00Z</updated>
<published>2019-01-01T00:00:00Z</published>
<summary type="text">Market Basket Analysis: A Profit-Based Product Promotion Forecasting
Samarasinghe; HYS; Samaraweera; WJ; Waduge; CP
mining is the area that helping extracting&#13;
the useful information by finding patterns or rules from the&#13;
existing dataset. By using the extracted information then&#13;
used to predict future tendencies and behavior patterns.&#13;
Association mining is a branch of data mining which used&#13;
to identify itemsets that take place frequently in a specific&#13;
dataset and to determine rules. Association mining can find&#13;
out the rules that predict the occurrence of an item with&#13;
regard to the similar occurrences of other in a particular&#13;
transaction. Eclat algorithm is kind of a frequent itemset&#13;
mining which is a sub section of the association mining&#13;
based on the mining frequent patterns by exploring the&#13;
vertical data format. Eclat algorithm was actually&#13;
developed for Market Basket Analysis which is an effective&#13;
technique in retail industry that helps the shop owner to&#13;
increase the sales distribution techniques. Market Basket&#13;
Analysis is completely done by the association rule mining&#13;
in which analyses the customer buying behavior against the&#13;
purchasing item from the shop. Eclat algorithm is the one&#13;
of the most effective ways to mining of large data set since&#13;
it follows the depth in search. When it comes to the real&#13;
world, the main objective of market basket analysis is to&#13;
gain maximized profit at all with the help of operational&#13;
research theories. In this approach, the condensed data is&#13;
used for mine the frequent itemset using the Eclat&#13;
algorithm. After all, one of the operational research&#13;
theories which are termed linear programming will use to&#13;
maximize the profits.&#13;
Support value and the Confidence value are the foremost&#13;
factors in generating the Eclat. Eclat algorithm abandons&#13;
Apriori’s breadth-first search for a recursive depth-first&#13;
search. Moreover, consideration of frequent items as well&#13;
as non-frequent items, considerably impact the profit&#13;
maximization. Because if the retail owner identified the&#13;
non-frequent itemset; can provide the promotions to the&#13;
customers. It will enhance the profit maximization.&#13;
Therefore, this research was mainly focused to identify&#13;
frequent itemset as well as the non-frequent itemset in a&#13;
market basket analysis alone with the profit maximization&#13;
using linear programming. This developed approach is&#13;
applied to a real world dataset and results were compared&#13;
considering Eclat algorithm and Eclat algorithm alone with&#13;
the linear programming separately. Finally, the results&#13;
conclude that proposed approach significantly increase the&#13;
profit.
</summary>
<dc:date>2019-01-01T00:00:00Z</dc:date>
</entry>
</feed>
