-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmachine-learning.php
More file actions
182 lines (168 loc) · 15.1 KB
/
machine-learning.php
File metadata and controls
182 lines (168 loc) · 15.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<?php include("./includes/header2.php"); ?>
<main>
<!-- ./Page header -->
<header class="header section parallax image-background overlay gradient gradient-53 alpha-8 color-1" style="background-image: url('img/bg/grid.jpg')">
<div class="container overflow-hidden">
<div class="row">
<div class="col-md-8">
<h1 class="display-4 color-1 light">AI and Machine learning</h1>
<p class="lead bold">Collaborate across teams, use the top open source tools and scale at the speed your business requires with this leading data science platform</p>
<h1 class="color-1"><span class="typed bold display-4 display-md-3"></span></h1>
<!--nav class="nav mt-5"><a href="developerscup.php" class="nav-link btn btn btn-rounded btn-1 btn-lg px-5 bold">Register for Developers Cup</a></nav-->
</div>
</div>
</div>
</header><!-- ./ New Integration API -->
<section class="section bg-5">
<div class="container text-center pt-4 pb-7">
<p class="color-1">We're proud to announce the DevelopHowTo Student Internship Program. <a href="https://5studios.net/themes/dashcore/blog-post.html" class="bold d-inline-flex align-items-center color-1 ml-3">Learn more <i class="pe pe-7s-angle-right"></i></a></p>
</div>
</section><!-- ./Integration API -->
<section class="bg-1 edge bottom-right">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2 class="bold">What is machine learning?</h2>
<p class="color-2">Machine learning is a form of AI that enables a system to learn from data rather than through explicit programming. However, machine learning is not a simple process. As the algorithms ingest training data, it is then possible to produce more precise models based on that data. A machine learning model is the output generated when you train your machine learning algorithm with data. After training, when you provide a model with an input, you will be given an output. For example, a predictive algorithm will create a predictive model. Then, when you provide the predictive model with data, you will receive a prediction based on the data that trained the model.</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img class="ml-img" src="assets/images/ml_image.png" />
</div>
</div>
</div>
</div>
</section><!-- ./Bring to life - Swiper -->
<section class="section bg-6">
<div class="container bring-to-front">
<div class="row gap-y align-items-center">
<div class="col-md-6">
<div class="shadow">
<img src="assets/images/ml-2.gif" class="img-responsive w-100" alt="Develophowto_MachineLearning_Iterative">
</div>
</div>
<div class="col-md-6 ml-md-auto text-center text-md-left">
<p class="badge badge-info text-uppercase">Developing</p>
<h2>Iterative learning</h2>
<p class="color-2">Machine learning enables models to train on data sets before being deployed. Some machine- learning models are online and continuous. This iterative process of online models leads to an improvement in the types of associations made between data elements. Due to their complexity and size, these patterns and associations could have easily been overlooked by human observation. After a model has been trained, it can be used in real time to learn from data. The improvements in accuracy are a result of the training process and automation that are part of machine learning.</p>
</div>
</div>
</div>
</section><!-- ./Developers - Code snippets -->
<section class="bg-1 edge bottom-right">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2>Big data in context of machine learning</h2>
<p class="color-2">Machine learning requires that the right set of data be applied to a learning process. An organization does not have to have big data to use machine-learning techniques; however, big data can help improve the accuracy of machine-learning models. With big data, it is now possible to virtualize data so it can be stored in the most efficient and cost effective manner, whether on-premises or in the cloud. In addition, improvements in network speed and reliability have removed other physical limitations associated with managing massive amounts of data at the acceptable speed. Add to this the impact of changes in the price and sophistication of computer memory and it’s now possible to imagine how companies can leverage data in ways that would be been inconceivable only five years ago.</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img class="bigdata-img" src="assets/images/data-ml.gif" />
</div>
</div>
</div>
</div>
</section><!-- ./Bring to life - Swiper -->
<section class="section bg-6">
<div class="container bring-to-front">
<div class="row gap-y align-items-center">
<div class="col-md-6">
<div class="shadow">
<img src="assets/images/ml-3.gif" class="img-responsive w-100" alt="Develophowto_MachineLearning_Iterative">
</div>
</div>
<div class="col-md-6 ml-md-auto text-center text-md-left">
<p class="badge badge-info text-uppercase">Developing</p>
<h2>Approaches to machine learning</h2>
<p class="color-2">Machine learning techniques are required to improve the accuracy of predictive models. Depending on the nature of the business problem being addressed, there are different approaches based on the type and volume of the data. In this section, we discuss the categories of machine learning.</p>
<b>Supervised learning</b>
<p>Supervised learning typically begins with an established set of data and a certain understanding of how that data is classified. Supervised learning is intended to find patterns in data that can be applied to an analytics process. This data has labeled features that define the meaning of data. For example, you can create a machine-learning application that distinguishes between millions of animals, based onimages and written descriptions.</p>
<b>Unsupervised learning</b>
<p>Unsupervised learning is used when the problem requires a massive amount of unlabeled data. For example, social media applications, such as Twitter, Instagram and Snapchat, all have large amounts of unlabeled data. Understanding the meaning behind this data requires algorithms that classify the data based on the patterns or clusters it finds. Unsupervised learning conducts an iterative process,analyzing data without human intervention. It is used with email spam-detecting technology. There are far too many variables in legitimate and spam emails for an analyst to tag unsolicited bulk email. Instead, machine learning classifiers, based on clustering and association, are applied to identify unwanted email.</p>
<b>Reinforcement learning</b>
<p>Reinforcement learning is a behavioral learning model. The algorithm receives feedback from the data analysis, guiding the user to the best outcome. Reinforcement learning differs from other types of supervised learning, because the system isn’t trained with the sample data set. Rather, the system learns through trial and error. Therefore, a sequence of successful decisions will result in the process being reinforced, because it best solves the problem at hand.</p>
<b>Deep learning</b>
<p>Deep learning is a specific method of machine learning that incorporates neural networks in successive layers to learn from data in an iterative manner. Deep learning is especially useful when you’re trying to learn patterns from unstructured data. Deep learning complex neural networks are designed to emulate how the human brain works, so computers can be trained to deal with poorly defined abstractions and problems.. The average five-year-old child can easily recognize the difference between his teacher’s face and the face of the crossing guard. In contrast, the computer must do a lot of work to figure out who is who. Neural networks and deep learning are often used in image recognition, speech, and computer vision applications.</p>
</div>
</div>
</div>
</section><!-- ./Developers - Code snippets -->
<section class="bg-1 edge bottom-right">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<h2>Applying machine learning to business needs</h2>
<p class="color-2">Machine learning offers potential value to companies trying to leverage big data and helps them better understand subtle changes in behavior, preferences or customer satisfaction. Business leaders are beginning to appreciate that many things happening within their organizations and industries can’t be understood through a query. It isn’t the questions that you know, it’s the hidden patterns and anomalies buried in the data that can help or hurt you.</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img class="bigdata-img" src="assets/images/ml-4.png" />
</div>
</div>
</div>
</div>
</section><!-- ./Bring to life - Swiper -->
<section class="section bg-6">
<div class="container bring-to-front">
<div class="row gap-y align-items-center">
<div class="col-md-6">
<div class="shadow">
<img src="assets/images/ai-1.gif" class="img-responsive w-100" alt="Develophowto_MachineLearning_Iterative">
</div>
</div>
<div class="col-md-6 ml-md-auto text-center text-md-left">
<p class="badge badge-info text-uppercase">Developing</p>
<h2>How it all comes together</h2>
<p class="color-2">The advantage of machine learning is that it is possible to leverage algorithms and models to predict outcomes. The trick is to ensure that the data scientists doing the work are using the right algorithms, ingesting the most appropriate data (that is accurate and clean) and using the best performing models. If all these elements come together it’s possible to continuously train the model and learn from the outcomes by learning from the data. The automation of this process of modeling, training the model and testing leads to accurate predictions to support business change.</p>
</div>
</div>
</div>
</section><!-- ./Developers - Code snippets -->
</main>
<footer class="site-footer section">
<div class="container pb-3">
<div class="row gap-y text-center text-md-left">
<div class="col-md-4 mr-auto"><img src="img/favicon.ico" alt="" class="logo">
<p>Dashcore, a carefully crafted and powerful HTML5 template, it's perfect to showcase your startup or software</p>
</div>
<div class="col-md-2">
<h6 class="py-2 bold">Company</h6>
<nav class="nav flex-column"><a class="nav-item py-2" href="about.php">About</a> <a class="nav-item py-2" href="courses.develophowto.com">Courses</a> <a class="nav-item py-2" href="blog/blog-grid.html">Blog</a></nav>
</div>
<div class="col-md-2">
<h6 class="py-2 bold">Projects</h6>
<nav class="nav flex-column"><a class="nav-item py-2" href="developers.html#">Blockchain</a> <a class="nav-item py-2" href="developers.html#">API</a> <a class="nav-item py-2" href="developers.html#">Games</a></nav>
</div>
<div class="col-md-2">
<h6 class="py-2 bold">Channels</h6>
<nav class="nav flex-column"><a class="nav-item py-2" href="developers.html#">Careers</a> <a class="nav-item py-2" href="developers.html#">Contact</a> <a class="nav-item py-2" href="developers.html#">Search</a></nav>
</div>
</div>
<hr class="mt-5">
<div class="row small align-items-center">
<div class="col-md-4">
<p class="mt-2 mb-md-0 color-2 text-center text-md-left">© 2018 DevelopHowTo. All Rights Reserved</p>
</div>
<div class="col-md-8">
<nav class="nav justify-content-center justify-content-md-end"><a href="https://facebook.com/develophowto" class="btn btn-circle btn-sm btn-2 mr-3 op-4"><i class="fab fa-facebook"></i></a> <a href="https://twitter.com/howdevelop" class="btn btn-circle btn-sm btn-2 mr-3 op-4"><i class="fab fa-twitter"></i></a> <a href="https://instagram.com/howdevelop" class="btn btn-circle btn-sm btn-2 op-4"><i class="fab fa-instagram"></i></a></nav>
</div>
</div>
</div>
</footer><!-- themeforest:js -->
<script src="js/lib.min.js"></script>
<script src="js/dashcore2.min.js"></script><!-- endinject -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76592740-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-76592740-13');
</script>
</body>
</html>