WT Prac HTML Tags

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<style>
.myDiv {
border: 5px outset red;
background-color: lightblue;
text-align: center;
}
</style>
<title> FS21IF024 Chaitanya Girgaonkar</title>
</head>
<body>
<div class="myDiv">
<hr><b><h1>MACHINE LEARNING&nbsp;</h1></b><hr></div>
<br>
<h2><p><u><b><strong>Machine learning:</strong></b></u></h2>
<blockquote>Machine learning is an application of <em>artificial intelligence</em>
(AI) that provides systems the ability to automatically learn &amp; improve from
experience without being explicitly programmed. <small>Machine learning</small>
focuses on the development of computer programs that can access data and use it to
learn for themselves.</p><br>

<p>Machine learning is an application of artificial intelligence (AI) that


provides systems the ability to <del>manually</del> <ins>automatically</ins> learn
and improve from experience without being explicitly programmed.These datasets are
applied for machine-learning research and have been cited in peer-reviewed academic
journals. Datasets are an integral part of the field of machine learning. Major
advances in this field can result from advances in learning algorithms (such as
deep learning), computer hardware, and, less-intuitively, the availability of high-
quality training datasets.</p><br>

<style>pre {text-align: center;}</style><pre><mark>Top 23 Best Public Datasets


for Practicing Machine Learning</mark>
&quot; Palmer Penguin Dataset.&quot;
&apos; Bike Sharing Demand Dataset.&apos;
Wine Classification Dataset.
Boston Housing Dataset.
Ionosphere Dataset.
</pre>
<p style="color:red;">Training data <sub>set</sub>. This is <sup>perhaps</sup> the
most important among the datasets for machine learning.</p>
</blockquote><br>
<address>
Created by : Chaitanya Girgaonkar <br>
Subject : WT (practical)<br>
Roll no. : FS21IF024 &copy;<br>

</address>
</body>
</html>
</html>

You might also like