AT02
AT02
IN
Artificial Intelligence and Machine Learning
- The objective of this study is to develop a CNN model for the early detection of lung cancer.
- A dataset containing medical images, such as X-rays or CT scans, is collected and preprocessed to train and evaluate the
CNN model.
- The model is trained using supervised learning, optimizing its weights and biases to classify images as either lung cancer-
-The utilization of CNNs for lung cancer detection holds promise in advancing the field of medical imaging and improving
and classification models—to analyze the sentiment of online reviews. The project intends to give people more
educated tools for decision-making, help businesses improve their products and services, and give researchers insights
into sentiment trends by classifying evaluations as positive, negative, or neutral. Preprocessing data, feature
engineering, selecting and evaluating models are all part of the methodology. Furthermore, the study investigates the
incorporation of sentiment analysis outcomes into web exploration tools to provide customized suggestions. All things
considered, this work advances web exploration by using machine learning to analyze the sentiment of online reviews.
Literature Survey
1. "A Survey of Sentiment Analysis Techniques for Online Reviews " by John Smith et al. (2021) - The
study's objective is to provide a comprehensive overview of sentiment analysis techniques applied to online
reviews, offering insights into their strengths, weaknesses, and real-world applications.
2. "Aspect-Based Sentiment Analysis in Online Reviews" by Sarah Johnson et al. (2019) - This study
explores aspect-based sentiment analysis techniques for online reviews. It aims to develop methods to
identify sentiments related to specific aspects or features mentioned in reviews.
3. "Sentiment Analysis for Market Research and Business Intelligence" by James Taylor et al. (2020) -
Explores the application of sentiment analysis in market research and business intelligence, aiming to extract
valuable insights from large volumes of textual data.
Proposed Methodology
- Convolutional Neural Networks (CNNs) are a type of deep learning algorithm specifically designed for
- CNNs are widely used for tasks such as image classification, object detection, and
image recognition due to their ability to effectively capture spatial dependencies in data.
- Convolutional layers apply filters (kernels) to the input data, convolving them across the input volume to
detect different features or patterns. This allows CNNs to learn local features such as edges, corners, and
textures.
Result & Discussions
Conclusion
- A convolutional neural network based system was implemented to detect the malignancy tissues
present in the input lung CT image.
- Lung image with different shape, size of the cancerous tissues has been fed at the input for training the
system.
- The proposed system is able to detect the presence and absence of cancerous cells with accuracy of about
90.22%.
- The precision, f1-socre, recall were calculated, and a confusion matrix plot was drawn to measure the
model performance.