Lipid Patient Prediction Using Machine Learning
Lipid Patient Prediction Using Machine Learning
SRIMATHI.M (611720104073)
VISALI.K.J (611720104086)
The proposed system utilizes patient lipids condition data for improved
accuracy, preprocessing the medical reports and applying machine learning
algorithms like SVM.
Various packages and libraries are imported, and SVM employs image
classification and recognition methods, consisting of multiple layers of
artificial neurons.
This aids ophthalmologists in identifying lipids retinopathy and
detecting abnormalities caused by lesions. Machine learning enhances the
effectiveness of diabetic retinopathy detection.
ADVANTAGES
MODEL
KNN svm
IMPLEMENTATION
PREDICTION PREDICTION
Input values
GRAPH RESULT
SYSTEM MODULES
Dataset Collection :The research used data from the UCI Machine
Learning Repository after cleaning and preprocessing.
The dataset includes lipids patient data, with a majority of male patients.
Eleven parameters were initially included, with ten chosen for analysis and
one as the target class.
Utilizing UCI repository data ensures accuracy. Effective data collection
and storage are crucial for developing practical AI and machine learning
solutions for specific business problems.
MODULE DESCRIPTION
Data Pre-Processing:
We analyzed lipids patient’s data whereas samples are lipids patient and
samples are non-lipids patients.
Moreover, from the lipids patient’s dataset are male samples and female
samples were taken for analysis.
The heatmap appear to have some correlated parameters.
Some of these columns have a low correlation.
Therefore, we omitted some of the features for better prediction of
lipids disease.
MODULE DESCRIPTION
Data Visualization:
RAM : 2 GB.
Processor : I5 and Above
Hard disk space : 2 GB (minimum) free space available.
Screen resolution: 1024 x 768 or higher.
HOME PAGE CODING
<!DOCTYPE html>
<html lang="en">
<head>
<title>Webpage Design</title>
<link rel="stylesheet" href="style.css">
</head>
<style>{
margin: 0;
padding: 0;
}.main{
width: 100%;
background: linear-gradient(to top,
rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url(1.jpg);
background-position: center;
background-size: cover;
height: 100vh;
}
<div class="main">
<div class="navbar“>
<div class="icon">
<h2 class="logo"> LIPID_DETECTION</h2>
</div>
<div class="menu">
<li><a href="#">ABOUT</a></li>
<li><a href="/register">REGISTER</a></li>
<li><a href="/login">LOGIN</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div>
<div class="search">
<input class="srch" type="search" name="" placeholder="Type To
text">
<a href="#"> <button class="btn">Search</button></a>
</div>
</div>
<div class="content">
<h1>WELCOME <br><span>LIPID_DETECTION</span> <br>Course</h1>
<p class="par">
<br> a quae totam ipsa illum minus laudantium?</p>
<button class="cn"><a href="#">JOIN US</a></button>
<div class="icons">
<a href="#"><ion-icon name="logo-facebook"></ion-icon></a>
<a href="#"><ion-icon name="logo-instagram"></ion-icon></a>
<a href="#"><ion-icon name="logo-twitter"></ion-icon></a>
<a href="#"><ion-icon name="logo-google"></ion-icon></a>
<a href="#"><ion-icon name="logo-skype"></ion-icon></a>
</div> </div>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js">
</script>
</body>
</html>
CONCLUSION
The aim is to create a diagnosis system for chorionic lipids infection using five
supervised machine learning classifiers.
LR classifier achieved 75% accuracy in predicting lipids disease. The application
predicts lipids infection early and alerts health conditions.
Exploring more algorithms can enhance accuracy. Trained models are saved as
Pickle files and integrated into a Flask web page.
REFERENCES
[1] Dietterich TG.(2000), Ensemble methods in machine learning. In:
Proceedings of Multiple Classifier System, vol. 1857, Springer (2020), pp. 1–15.
[2] Zhi-Hua Zhou, Ensemble Methods: Foundations and Algorithms, Machine
Learning & Pattern Recognition Series, 2022.
[3] Yongjun Piao, Minghao Piao, Keun Ho Ryu, Multiclass detection
classification using a feature subsetbased ensemble from microRNA expression
profiles, Computers in Biology and Medicine 80 (2021) 39– 44.
[4] ManjeevanSeera, Chee Peng Lim, A hybrid intelligent system for medical
data classification, Expert Systems with Applications 41 (2022) 2239– 2249.
[5] Michael J Sorich. An intelligent model for daibetics disease diagnosis.
Artificial Intelligence in Medicine 2021..
THANK YOU