This research study proposes a comprehensive Crop Recommendation System that uses advanced machine learning to boost agricultural productivity. By analyzing key environmental and soil factors, including soil compositi...
详细信息
ISBN:
(数字)9798331523923
ISBN:
(纸本)9798331523930
This research study proposes a comprehensive Crop Recommendation System that uses advanced machine learning to boost agricultural productivity. By analyzing key environmental and soil factors, including soil composition, pH, temperature, humidity, and rainfall, the system offers customized, data-driven crop suggestions to optimize yield and promote sustainable farming. The system evaluates several algorithms, including Naive Bayes, Decision Tree, Logistic Regression, and Random Forest, and identifies Naive Bayes as the top performer for accurately predicting crop suitability. This multi-algorithm approach represents a significant advancement in precision agriculture, empowering farmers and policymakers with actionable insights to drive improvements in the agricultural sector. Leveraging historical data, the Crop Recommendation System supports farmers, consultants, and policymakers in making more informed and strategic crop selection decisions. The system's precision and adaptability make it a valuable resource for stakeholders focused on improving resource efficiency and fostering sustainable agriculture, ultimately enhancing food security and minimizing environmental impact.
Our Smart Hybrid Intelligent Knowledge System for Helping Academia (SHIKSHA) addresses critical challenges in classroom and examination management by offering a fully automated solution. Key features consist automated...
详细信息
Sentiment Analysis (SA) has been an active area of research for over a decade. It involves an in-depth study of opinions, sentiments, and subjectivity expressed in text. Among various platforms, Twitter is one of the ...
详细信息
ISBN:
(数字)9798331512088
ISBN:
(纸本)9798331512095
Sentiment Analysis (SA) has been an active area of research for over a decade. It involves an in-depth study of opinions, sentiments, and subjectivity expressed in text. Among various platforms, Twitter is one of the most popular microblogging services and serves as a significant source for sentiment analysis and data exploration. Organizations globally utilize SA on Twitter data to gain insights with applications across various domains. However, while SA is effective for understanding public opinion, bias in tweets can distort analysis, leading to inaccurate results and potentially influencing users to make flawed decisions. Such biased tweets may originate from both authentic but biased individuals and automated social bots that disseminate skewed opinions on specific topics. To address this challenge, this research proposes a statistical model designed to detect users and bots responsible for spreading biased content on Twitter. Using an annotated Twitter dataset, the study evaluates sentiment analysis results with and without biased tweets, analysing the impact of biased users at both micro and macro levels. Experimental results demonstrate that the proposed approach effectively distinguishes biased users and bots from genuine users, thereby enhancing the accuracy of sentiment analysis.
This research is aim to focus on IoT based hand gesture model. Mouse is one of the most important input devices of a computer. It works as a pointing device and allows the user to move the pointer as needed by the use...
详细信息
A critical part of creating code suggestion systems is the pre-training of Large Language Models (LLMs) on vast amounts of source code and natural language text, often of questionable origin, quality, or compliance. T...
详细信息
A critical part of creating code suggestion systems is the pre-training of Large Language Models (LLMs) on vast amounts of source code and natural language text, often of questionable origin, quality, or compliance. This may contribute to the presence of bugs and vulnerabilities in code generated by LLMs. While efforts to identify bugs at or after code generation exist, it is preferable to pre-train or fine-tune LLMs on curated, high-quality, and compliant datasets. The need for vast amounts of training data necessitates that such curation be automated, minimizing human intervention. We propose an automated source code autocuration technique that leverages the complete version history of open-source software (OSS) projects to improve the quality of training data. The proposed approach leverages the version history of all OSS projects to: (1) identify training data samples that have ever been modified, (2) detect samples that have undergone changes in at least one OSS project, and (3) pinpoint a subset of samples that include fixes for bugs or vulnerabilities. We evaluate this method using "the Stack" v2 dataset, comprising almost 600M code samples, and find that 17% of the code versions in the dataset have newer versions, with 17% of those representing bug fixes, including 2.36% addressing known CVEs. The clean, deduplicated version of Stack v2 still includes blobs vulnerable to 6,947 known CVEs. Furthermore, 58% of the blobs in the dataset were never modified after creation, suggesting they likely represent software with minimal or no use. Misidentified blob origins present an additional challenge, as they lead to the inclusion of non-permissively licensed code, raising serious compliance concerns. By deploying these fixes and addressing compliance issues, the training of new models can avoid perpetuating buggy code patterns or license violations. We expect our results to inspire process improvements for automated data curation, a critical component of AI engineeri
Federated learning is a machine learning method that supports training models on decentralized devices or servers, where each holds its local data, removing the need for data exchange. This approach is especially usef...
详细信息
Current malware (malicious software) analysis tools focus on detection and family classification but fail to provide clear and actionable narrative insights into the malignant activity of the malware. Therefore, there...
详细信息
The absence of advanced analytical tools has been a major obstacle in the world of ball badminton, a traditional sport. The lack of real-time data and valuable insights has long impeded players, coaches, and spectator...
详细信息
ISBN:
(纸本)9789819782963
The absence of advanced analytical tools has been a major obstacle in the world of ball badminton, a traditional sport. The lack of real-time data and valuable insights has long impeded players, coaches, and spectators. This paper introduces an innovative system aimed at transforming the ball badminton experience, enhancing player performance, engaging spectators, and providing valuable tools for coaches and fans through real-time insights and dynamic performance visualizations. This approach involves developing a system, preferably an application, to track the movement of the player and measure position, acceleration, and speed using computer vision and predicting tactics to assist during training, tracking the short trajectory of the ball to assist during practices for improvement, displaying live statistics such as player stats (points won, errors, aces), match progress (scoreboard), and historical data (head-to-head records) to provide context and analysis during the match, besides assisting the umpire in making decisions. Benefits to the viewers are the display of real-time statistics, fan engagement through quizzes on the sport, and result prediction. Coaches can use it to make strategic decisions, players to review their performance, and fans to gain deeper insights into the match. Additionally, it employs a markerless motion capture system, which relies on deep learning for human position estimation and computer vision techniques. To transform pixel data into court coordinates and enable the measurement of parameters like distance covered, court positioning, and average player speeds for ball badminton players, the methodology relies on the inverse perspective mapping method. One of the algorithms applied in this context is the Lucas-Kanade optical flow algorithm, which aids in player tracking and position estimation, contributing to the overall effectiveness of the technology. The technology will track player movements and tactical insights with great preci
To meet its dual burdens of providing useful statistics and ensuring privacy of individual respondents, the US Census Bureau has for decades introduced some form of "noise" into published statistics. Initial...
详细信息
Graph-based representations are increasingly popular for storing and managing information through knowledge graphs, which capture entities and their relationships. However, these knowledge graphs often suffer from inc...
详细信息
ISBN:
(纸本)9798350355543
Graph-based representations are increasingly popular for storing and managing information through knowledge graphs, which capture entities and their relationships. However, these knowledge graphs often suffer from incomplete link information. To address this issue, link classification methods can be used to predict and verify missing connections. Traditional methods use heuristics to guess the associativity patterns of the graph, but this results in a loss of generalizability. Recently, supervised heuristic learning methods have improved the link classification accuracy by learning the heuristic that fits best for a particular graph. Specifically, the SEAL framework [37], as a state-of-the-art supervised heuristic learning tool, excels in learning associativity patterns by analyzing local enclosing subgraphs to classify links. However, DGCNN, a graph neural network (GNN) model in this framework, lacks the capability to process edge attributes, leading to poor classification accuracy in knowledge graphs with rich link information. Hence, this paper proposes an Augmented Model of the DGCNN (AM-DGCNN) by replacing Graph Convolution Networks with Graph Attention Networks to better incorporate link information. With extensive experiments, we demonstrate that our AM-DGCNN in the SEAL framework can achieve up to 99% AUC and 97% precision for classifying links in knowledge graphs.
暂无评论