<?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>2024</title>
<link href="http://210.212.227.212:8080/xmlui/handle/123456789/554" rel="alternate"/>
<subtitle/>
<id>http://210.212.227.212:8080/xmlui/handle/123456789/554</id>
<updated>2026-05-17T00:01:38Z</updated>
<dc:date>2026-05-17T00:01:38Z</dc:date>
<entry>
<title>STUDENT-CENTERED AUTOMATED FEEDBACK USING TRANSFORMER BASED APPROACH</title>
<link href="http://210.212.227.212:8080/xmlui/handle/123456789/571" rel="alternate"/>
<author>
<name>William, Tom Jacob</name>
</author>
<author>
<name>Sumod, Sundar</name>
</author>
<id>http://210.212.227.212:8080/xmlui/handle/123456789/571</id>
<updated>2024-07-08T05:43:42Z</updated>
<published>2024-06-30T00:00:00Z</published>
<summary type="text">STUDENT-CENTERED AUTOMATED FEEDBACK USING TRANSFORMER BASED APPROACH
William, Tom Jacob; Sumod, Sundar
Effective communication between teachers and students is essential in today’s educational&#13;
environment. This project presents a transformer model that has been designed for the ed-&#13;
ucational environment. With the use of this model, students can have personalized learning&#13;
experiences and ask academic questions and while getting immediate answers generated by&#13;
the model. The personalized feedback is given by using a deep learning model. Due to lack&#13;
of dataset existing in education domain, a dataset on education domain is developed using&#13;
web scraping techniques, which scrapes or extracts the relevant data from internet. The data&#13;
which is obtained through web scrapping is given to the model for training. The deep learn-&#13;
ing model used is Generative Pre-trained Transformer-2 (GPT-2) a transformer model which&#13;
then analyses the pattern and gives the customized feedback back to student. The GPT-2&#13;
was used for training on the data set. After performing the validation between reference&#13;
and generated text, the evaluation metrics were obtained. The evaluation metrics showed&#13;
very low BLEU score and ROUGE score. To increase the value of BLEU score and ROUGE&#13;
score, data augmentation was performed. Data augmentation technique such as synonym&#13;
replacement was performed to increase the data size. Parameter efficient fine-tuning tech-&#13;
niques such as Low rank Adaption is applied to reduce the size of the model which in turn&#13;
can produce the results of the model at much less computation time and improved memory&#13;
efficiency. The integration of this model is expected to transform the educational system&#13;
by creating an atmosphere in which students are inspired to learn and teachers can skilfully&#13;
meet each student’s unique learning needs.
</summary>
<dc:date>2024-06-30T00:00:00Z</dc:date>
</entry>
<entry>
<title>DEEP LEARNING BASED ARRHYTHMIA DISEASE DETECTION USING ELECTROCARDIOGRAM SIGNALS</title>
<link href="http://210.212.227.212:8080/xmlui/handle/123456789/570" rel="alternate"/>
<author>
<name>Shanimol, Shajan</name>
</author>
<author>
<name>Christy, D Ponnan</name>
</author>
<id>http://210.212.227.212:8080/xmlui/handle/123456789/570</id>
<updated>2024-07-08T05:39:38Z</updated>
<published>2024-06-30T00:00:00Z</published>
<summary type="text">DEEP LEARNING BASED ARRHYTHMIA DISEASE DETECTION USING ELECTROCARDIOGRAM SIGNALS
Shanimol, Shajan; Christy, D Ponnan
The primary objective of this work is to use the patient’s electrocardiogram (ECG) to develop&#13;
a method for early diagnosis of Arrhythmia disease. Traditional methods of diagnosing Ar-&#13;
rhythmia often require extensive tests and a laborious workup in a hospital setting. Improved&#13;
diagnostic technologies are needed to enable early and precise detection of cardiovascular&#13;
diseases, particularly Arrhythmias. In this work, deep learning is integrated with signal&#13;
processing techniques to detect Arrhythmia disease, using a dataset from the well-known&#13;
MIT-BIH Arrhythmia Database. The first step is to convert the raw ECG information into&#13;
visual representations using Wavelet transforms. These transforms capture precise temporal&#13;
and frequency properties, unveiling detailed information about the underlying complexities&#13;
of the heart rhythm. A Convolutional Neural Network (CNN) model specifically designed&#13;
for Arrhythmia detection is then trained using this transformed data. Deep learning uti-&#13;
lizes pre-existing knowledge from established architectures, enhancing the model’s ability to&#13;
detect patterns indicative of Arrhythmia diseases. The proposed methodology is carefully&#13;
evaluated on a testing set using performance metrics such as accuracy, sensitivity, and speci-&#13;
ficity. These performance metrics are crucial indicators of the model’s ability to accurately&#13;
distinguish between normal, web, and even cardiac rhythms. Overall, this research aims&#13;
to develop a novel approach combining deep learning and signal processing techniques to&#13;
enhance the detection of Arrhythmia diseases using ECG data.
</summary>
<dc:date>2024-06-30T00:00:00Z</dc:date>
</entry>
<entry>
<title>PATH PLANNING IN ROBOTICS USING HYBRID Q-LEARNING APPROACH</title>
<link href="http://210.212.227.212:8080/xmlui/handle/123456789/569" rel="alternate"/>
<author>
<name>Sachin, John Thomas</name>
</author>
<author>
<name>Imthias, Ahamed T P</name>
</author>
<id>http://210.212.227.212:8080/xmlui/handle/123456789/569</id>
<updated>2024-07-08T05:35:01Z</updated>
<published>2024-06-30T00:00:00Z</published>
<summary type="text">PATH PLANNING IN ROBOTICS USING HYBRID Q-LEARNING APPROACH
Sachin, John Thomas; Imthias, Ahamed T P
Reinforcement learning is a technique that enables agents to learn optimal behaviors&#13;
through interactions with their environment, using rewards and penalties to shape their&#13;
actions. In this project, we address the challenge of enabling a mobile robot to navigate&#13;
through environments such as a factory layout or a hospital setting while avoiding collisions&#13;
with obstacles. The main objective of the agent is to navigate through these environments&#13;
without colliding with any of the static or dynamic obstacles in its way. The robot, or the&#13;
agent, is equipped with three proximity sensors that determine the proximity of the obsta-&#13;
cles in their respective directions. The learning is achieved through the combination of a&#13;
reinforcement learning approach known as the Q-learning algorithm, which is a value-based&#13;
reinforcement learning technique, and the A* algorithm, a heuristic-based search algorithm.&#13;
Q-learning is notable for its ability to handle problems with various state and action spaces,&#13;
as well as its simplicity and versatility in various applications, including robotics, game play-&#13;
ing, and autonomous systems. However, Q-learning faces the difficulty of large state spaces.&#13;
To address this, we consider a heuristic approach to handle both large spaces and testing&#13;
in unknown and dynamic environments. For testing and visualization, Python’s Pygame&#13;
library is involved. The agent undergoes training within a grid-based environment. The&#13;
hybrid approach of combining Q-learning with the A* algorithm ensures faster learning and&#13;
lesser computational time. This combination leverages the strengths of both methods, with&#13;
Q-learning providing robust policy learning and A* offering efficient pathfinding through&#13;
heuristic search. This ensures that the agent learns to efficiently navigate complex environ-&#13;
ments while minimizing computational overhead, ultimately enhancing its ability to operate&#13;
autonomously and safely in real-world scenarios.
</summary>
<dc:date>2024-06-30T00:00:00Z</dc:date>
</entry>
<entry>
<title>Financial and Investment Management System using Transformers</title>
<link href="http://210.212.227.212:8080/xmlui/handle/123456789/568" rel="alternate"/>
<author>
<name>Reniya, Shajahan</name>
</author>
<author>
<name>Fousia  M, Shamsudeen</name>
</author>
<id>http://210.212.227.212:8080/xmlui/handle/123456789/568</id>
<updated>2024-07-08T05:31:32Z</updated>
<published>2024-06-30T00:00:00Z</published>
<summary type="text">Financial and Investment Management System using Transformers
Reniya, Shajahan; Fousia  M, Shamsudeen
In the contemporary landscape of stock market analysis, the utilization of advanced nat-&#13;
ural language processing techniques has become increasingly prevalent. This work presents&#13;
the application of the Phi 2 Transformer Model, a compact yet potent language model, for&#13;
the classification of stock news articles as either indicative of a buy or sell recommendation.&#13;
Leveraging the Phi 2 model’s demonstrated accuracy of 89% in stock news classification,&#13;
this study contributes to the development of sophisticated decision support systems for&#13;
investors.The methodology involves preprocessing a comprehensive dataset of stock news ar-&#13;
ticles, incorporating relevant contextual features such as industry-specific terminology, and&#13;
market trends. Notably, the closing price of the respective company serves as a crucial deter-&#13;
minant in analyzing the news’s trend and discerning the overall market trend. Through the&#13;
integration of this contextual information with the Phi 2 Transformer Model, the system can&#13;
effectively classify incoming news articles into actionable buy or sell recommendations.The&#13;
proposed model offers valuable insights for investors by automating the time-consuming pro-&#13;
cess of manually analyzing news articles and market trends. By harnessing the predictive&#13;
capabilities of the Phi 2 model, coupled with real-time market data, investors can make&#13;
more informed decisions, potentially enhancing their investment strategies and overall port-&#13;
folio performance.
</summary>
<dc:date>2024-06-30T00:00:00Z</dc:date>
</entry>
</feed>
