Skip to main content

Showing 1–6 of 6 results for author: R, S V

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.17059  [pdf

    cs.LG

    Comparative Study of Machine Learning Algorithms in Detecting Cardiovascular Diseases

    Authors: Dayana K, S. Nandini, Sanjjushri Varshini R

    Abstract: The detection of cardiovascular diseases (CVD) using machine learning techniques represents a significant advancement in medical diagnostics, aiming to enhance early detection, accuracy, and efficiency. This study explores a comparative analysis of various machine learning algorithms, including Logistic Regression, Decision Tree, Random Forest, Gradient Boosting, Support Vector Machine (SVM), K-Ne… ▽ More

    Submitted 27 May, 2024; originally announced May 2024.

  2. arXiv:2404.10678  [pdf

    cs.SE cs.LG

    Automating REST API Postman Test Cases Using LLM

    Authors: S Deepika Sri, Mohammed Aadil S, Sanjjushri Varshini R, Raja CSP Raman, Gopinath Rajagopal, S Taranath Chan

    Abstract: In the contemporary landscape of technological advancements, the automation of manual processes is crucial, compelling the demand for huge datasets to effectively train and test machines. This research paper is dedicated to the exploration and implementation of an automated approach to generate test cases specifically using Large Language Models. The methodology integrates the use of Open AI to en… ▽ More

    Submitted 16 April, 2024; originally announced April 2024.

  3. arXiv:2312.04275  [pdf

    cs.LG cs.CY

    Estimating Countries with Similar Maternal Mortality Rate using Cluster Analysis and Pairing Countries with Identical MMR

    Authors: S. Nandini, Sanjjushri Varshini R

    Abstract: In the evolving world, we require more additionally the young era to flourish and evolve into developed land. Most of the population all around the world are unaware of the complications involved in the routine they follow while they are pregnant and how hospital facilities affect maternal health. Maternal Mortality is the death of a pregnant woman due to intricacies correlated to pregnancy, under… ▽ More

    Submitted 7 December, 2023; originally announced December 2023.

    Comments: 14 pages, 6 figures

  4. arXiv:2310.02759  [pdf

    cs.LG cs.CL

    Comparative Study and Framework for Automated Summariser Evaluation: LangChain and Hybrid Algorithms

    Authors: Bagiya Lakshmi S, Sanjjushri Varshini R, Rohith Mahadevan, Raja CSP Raman

    Abstract: Automated Essay Score (AES) is proven to be one of the cutting-edge technologies. Scoring techniques are used for various purposes. Reliable scores are calculated based on influential variables. Such variables can be computed by different methods based on the domain. The research is concentrated on the user's understanding of a given topic. The analysis is based on a scoring index by using Large L… ▽ More

    Submitted 4 October, 2023; originally announced October 2023.

  5. arXiv:2308.03842  [pdf, other

    cs.LG cs.IR

    Search Engine and Recommendation System for the Music Industry built with **aAI

    Authors: Ishita Gopalakrishnan, Sanjjushri Varshini R, Ponshriharini V

    Abstract: One of the most intriguing debates regarding a novel task is the development of search engines and recommendation-based systems in the music industry. Studies have shown a drastic depression in the search engine fields, due to concerning factors such as speed, accuracy and the format of data given for querying. Often people face difficulty in searching for a song solely based on the title, hence a… ▽ More

    Submitted 7 August, 2023; originally announced August 2023.

  6. arXiv:2012.00866  [pdf, other

    cs.DS

    Huskysort

    Authors: R. C. Hillyard, Yunlu Liaozheng, Sai Vineeth K. R

    Abstract: Much of the copious literature on the subject of sorting has concentrated on minimizing the number of comparisons and/or exchanges/copies. However, a more appropriate yardstick for the performance of sorting algorithms is based on the total number of array accesses that are required (the "work"). For a sort that is based on divide-and-conquer (including iterative variations on that theme), we can… ▽ More

    Submitted 1 December, 2020; originally announced December 2020.

    Comments: 9 pages, Github repo for the algorithm included