MachineLearning
2 years ago in HTML
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Machine Learning</title>
<link rel="stylesheet" href="./Part1 style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Machine Learning</title>
<link rel="stylesheet" href="./Part1 style.css">
</head>
<body>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://malsup.github.io/jquery.cycle2.js"></script>
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<header class="section">
<!-- container -->
<div class="container">
<h1>Machine Leanrning</h1>
<p class="hide-small">Welcome to the Technoblades!</p>
<nav class="site-nav">
<ul class="group">
<li><a href="What is Machine Learning.html">What is Machhine Learning</a></li>
<li><a href="Machine learning methods.html">Machine learning methods</a></li>
<li><a href="Summary.html">Summary</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</nav>
</div>
<!-- /container -->
</header>
<div class="content-area group section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- col -->
<div class="col col-md-8 push-down-sm">
<div class="cycle-slideshow" data-cycle-slides=".slide" data-cycle-pause-on-hover="true">
<span class="cycle-prev">&laquo;</span>
<span class="cycle-next">&raquo;</span>
<span class="cycle-pager"></span>
<div class="slide">
<img src="https://i.ytimg.com/vi/yN7ypxC7838/maxresdefault.jpg" alt="Bee">
<div class="slide-text">
<h3>Learn Machine Learning in 5 min!</h3>
<p>This is the caption or descriptive text </p>
</div>
</div>
<div class="slide">
<img src="https://cdn.britannica.com/40/216540-138-14385CFE/How-machine-learning-is-predicting-synthetic-products.jpg?w=800&h=450&c=crop" alt="Duck">
<div class="slide-text">
<h3>What Machine Learning Can do!</h3>
<p>This is the caption or descriptive text </p>
</div>
</div>
<div class="slide">
<img src="https://humanativaspa.it/wp-content/uploads/2021/05/HN_machine_learning_ist.jpg" alt="Squirrel">
<div class="slide-text">
<h3>Machine Learning Learns like a human!</h3>
<p>This is the caption or descriptive text slide.</p>
</div>
</div>
</div>
<h3>What is Machine Learning?</h3>
<p>Machine learning (A Type of Artificial Intelligence) is the ability for machines to predict precise outcomes, which are produced based on previous data. The machine will incorporate their pattern recognition skills which are coded into their code by the creator. They can adapt to the information received by adjusting to it and predicting the next course of action. This technology has greatly impacted the world in many ways and we use the products of Machine Learning everyday for eg. Virtual Assistants incorporate machine learning and so do social media recommendations and search engines.</p>
<p>Machine learning starts with data — numbers, photos, or text, like bank transactions, pictures of people or even bakery items. The data is gathered and prepared to be used as training data which will be used for the machine learning model that will be trained on. The more data, the better the program. From there, programmers choose a machine learning model to use, supply the data, and let the computer model train itself to find patterns or make predictions.</p>
</div>
<!-- /col -->
<!-- col -->
<div class="col col-md-4 sidebar">
<h3>About this Team</h3>
<p>This Project has been created by the team Technoblades. I am the leader of the team Yatin and the members are Nimai-the Quiz Maker,Sharwill-the Banner Maker, Jash-The Information finder, Siddhi and Havishka- PPT maker, Subramaniyam-The photo maker and me Yatin-the creator of this website</p>
<p>The name technoblades is taken by the famous Youtuber who recently passed away. The name was chosen as the name includes techno which means technology hope you like the name.</p>
<p>This group has gotten the topic Machine Learning which will be explained in detail later. The steps for when you come to our Team is to first watch the video and then hear us explain Machine Learning Afterwards we shall give you a quiz and according to the result we will give a reward and this website for reference.</p>
</div>
<!-- /col -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<footer>
<p>&copy; 2022 - All rights claimed.</p>
</footer>
</body>
</html>
<!-- partial -->
</body>
</html>