--> [100% FREE] Machine Learning Blueprint - From Beginners to advanced!! | TechPower By Kamerpower

[100% FREE] Machine Learning Blueprint - From Beginners to advanced!!

SHARE:

Machine Learning Blueprint - From Beginners to advanced!! Description Hello everyone and welcome to this  course on an introduction to machi...

Machine Learning Blueprint - From Beginners to advanced!!


Description
Hello everyone and welcome to this  course on an introduction to machine learning

in this course we will have a quick introduction to machine learning and this will not be very deep in a mathematical sense but it will have some amount of mathematical trigger and what we will be doing in this course is covering different paradigms of machine learning and with special emphasis on classification and regression tasks and also will introduce you to various other machine learning paradigms. In this introductory lecture set of lectures I will give a very quick overview of the different kinds of machine learning paradigms and therefore I call this lectures machine learning. )
A brief introduction with emphasis on brief right, so the rest of the course would be a more elongated introduction to machine learning right.

So what is machine learning so I will start off with a canonical definition put out by Tom Mitchell in 97 and so a machine or an agent I deliberately leave the beginning undefined because you could also apply this to non machines like biological agents so an agent is said to learn from experience with respect to some class of tasks right and the performance measure P if the learners performance tasks in the class as measured by P improves with experience.

So what we get from this first thing is we have to define learning with respect to a specific class of tasks right it could be answering exams in a particular subject right or it could be diagnosing patients of a specific illness right.
So but we have to be very careful about defining the set of tasks on which we are going to define this learning right, and the second thing we need is of a performance measure P right so in the absence of a performance measure P you would start to make vague statement like oh I think something is happening right that seems to be a change and something learned is there is some learning going on and stuff like that.

So if you want to be clearer about measuring whether learning is happening or not you first need to define some kind of performance criteria right.

So for example if you talk about answering questions in an exam your performance criterion could very well be the number of marks that you get or if you talk about diagnosing illness then your performance measure would be the number of patients that you say are the number of patients who did not have adverse reaction to the drugs you gave them there could be variety of ways of defining performance measures depending on what you are looking for right and the third important component here is experience right.
So with experience the performance has to improve right and so what we mean by experience here in the case of writing exams it could be writing more exams right so the more the number of exams you write the better you write it better you get it test taking or it could be a patient's in the case of diagnosing illnesses like the more patients that you look at the better you become at diagnosing illness right.

So these are the three components so you need a class of tasks you need a performance measure and you need some well-defined experience so this kind of learning right where you are learning to improve your performance based on experience is known as a this kind of learning where you are trying to where you learn to improve your performance with experience is known as inductive learning.


And then the basis of inductive learning goes back several centuries people have been debating about inductive learning for hundreds of years now and are only more recently we have started to have more quantified mechanisms of learning right. So but one thing I always point out to people is that if you take this definition with a pinch of salt, so for example you could think about the task as fitting your foot comfortably right.
So you could talk about whether a slipper fits your foot comfortably or let me put so I always say that you should take this definition with a pinch of salt because take the example of a slipper you know, so the slipper is supposed to give protection to your foot right and a performance measure for the slipper would be whether it is fitting the leg comfortably or not or whether it is you know as people say there is biting your leg or is it

Chaffin your feet right and with experience you know as the slipper knows more and more about your foot as you keep varying the slipper for longer periods of time it becomes better at the task of fitting your foot right as measured by whether it is shattering your foot or whether it is biting your foot or not right.

So would you say that the slipper is learned to fit to your foot well by this definition yes right so we have to take this with a pinch of salt and so not every system that confirms to this definition of learning can be set to learn usually okay. (Refer Slide Time: 06:11) So going on so there are different machine learning paradigms that we will talk about and the first one is supervised learning where you learn an input to output map right so you are given some kind of an input it could be a description of the patient who comes to comes to the clinic and the output that have to produce is whether the patient has a certain disease or not so this they had to learn this kind of an input to output map or the input could be some kind of equation right and then output would be the answer to the question or it could be a true or false question I give you a description of the question you have to give me true or false as the output.
And in supervised learning what you essentially do is on a mapping from this input to the required output right if the output that you are looking for happens to be a categorical output like whether he has a disease or does not have a disease or whether the answer is true or false then the supervised learning problem is called the classification problem right and if the output happens to be a continuous value like, so how long will this product last before it fails right or what is the expected rainfall tomorrow right so those kinds of problems they would be called as regression problems. These are supervised learning problems where the output is a continuous value and these are called as regression problems. So we will look at in more detail
classification and regression as we go on right, so the second class of problems are known as unsupervised learning problems right where the goal is not really to produce an output in response to an input but given a set of in data right we have to discover patterns in the data right. So that is more of the testicle unsupervised learning there is no real desired output that we are looking for right we are more interested in finding patterns in the data. So clustering right is one task one unsupervised learning task where you are interested

in finding cohesive groups among the input pattern right, for example I might be looking at customers who come to my shop right and I want to figure out if there are categories of customers like so maybe college students could be one category and sewing IT professionals could be another category and so on so forth and when I'm looking at this kinds of grouping in my data, so I would call that a clustering task right.

So the other popular unsupervised learning paradigm is known as the Association rule mining or frequent pattern mining where you are interested in finding a frequent co-occurrence of items right in the data that is given to you so whenever A comes to my shop B also comes to my shop right. So those kinds of co-occurrence so I can always say that okay if I see A then there is likely very likely that B is also in my shop somewhere you know so I can learn these kinds of associations between data right. And again we look at this later in more detail
these are I mean there are many different variants on supervised and unsupervised learning but these are the main ones that we look at so the third form of learning which is called reinforcement learning it is neither supervised or unsupervised in nature and typically these are problems where you are learning to control the behavior of a system and I will give you more intuition intone enforcement learning now
in one of the later modules, so like I said earlier. (Refer Slide Time: 09:33) So for every task right, so you need to have some kind of a performance measure so if you are looking at classification the performance measure is going to be classification error so typically right.

So we will talk about many, many different performance measures in the duration of this course but the typical performance measure you would want to use this classification error it's how many of the items or how many of the patients did I get incorrect so how many of them who are not having the disease today predict had the disease and how many of them that had the disease that I missed right. So that would be one of the

measures that I would use and that would be the measure that we want to use but we will see later that often that is not is not possible to actually learn directly with respect to this measure. So we use other forms right and likewise for regression again so we have the prediction error suppose I say it is going to rain like 23 millimeters and then it ends up raining like 49centimeters I do not know so that is a huge prediction error right and in terms of clustering so this is little becomes a little trickier to define performance measures we don't
know what is a good clustering algorithm because we do not know what how to measure the quality of clusters.

So people come up with all different kinds of measures and so one of the more popular ones is a scatter or spread of the cluster that essentially tells you how spread out the points are that belong to a single group if you remember we are supposed to find cohesive groups, so if the group is not that cohesive it's not all of them are not together then you would say the clustering is of a poorer quality and if you have other ways of measuring things like Alec was telling you, so if you know that people are college students right and then you can figure out that how many what fraction of your cluster or college students.



So you can do this kinds of external evaluations so one measure that people use popularly there is known as purity right and in the Association rule mining we use variety of measures called support and confidence that takes a little bit of work to explain support in confidence so I will defer it and I talked about Association rules in detail and in more in the reinforcement learning tasks so if we remember I told you it is learning to control so you are going to have a cost for controlling the system and also the measure here is cost and you would
like to minimize the cost that you are going to accrue while controlling the system. So these are the basic machine learning tasks. (Refer Slide Time: 12:11) So there are several challenges when you are trying to build a build a machine learning solution right so a few of these I have listed on this slide right the first one is you have to think about how good is a model that you have learned right so I talked about a few measures on the previous slide but often those are not sufficient there are other practical considerations that come into play and
we will look at some of these towards thee there was a middle of the course somewhere right and the bulk of the time would be spent on answering the second question which is how do I choose a model right. So given some kind of data which will be the experience that we are talking about so given this experience how would I choose how would I choose a model right that somehow learns what I want to do right so how that improves itself with experience and so on so how do I choose this model and how do I actually find the parameters of the model that gives me the right answer right. So this is what we will spend much of our time on in this

course and then there are a whole bunch of other things that you really have to answer to be able to build a useful machine loose full data analytics or data mining solutions questions like do I have enough data do I have enough experience to say that my model is good right it's the data efficient quality that could be errors in the data right suppose I have medical data and a is recorded as 225, so what does that mean it could be 225 days in which case it is a reasonable number it could be 22.5 years again is a reasonable number or 22.5 months is reasonable.

But if it is 225 years it's not a reasonable number so there is something wrong in the data right so how do you handle these things or noise in images right or missing values so I will talk briefly about handling missing values later in the course but this is as I mentioned in the beginning is a machine learning course right and this is not there is not primarily it is primarily concerned about the algorithms of machine learning and the and the math and the intuition behind those and not necessarily about the questions of building a practical

systems based on this. So I will be talking about many of these issues during the course but just that I want to reiterate that will not be the focus right and so the next challenge I have listed here is how confident can I be of the results and I want that I certainly we will talk a little bit because the whole premise of reporting machine learning results depends on how confident you can be of the results right and the last question am I describing the data correctly.

So that is a very, very domain dependent and the question that you can answer only with your experience as a machine learning or a data scientist professional or with time right, so but there are typical questions that you would like to ask that are there on the slides so from the next in the next module we look at the different learning paradigms in slightly more detail.
If you remember in supervised learning we talked about experience right where you have some kind of a description of the data. So in this case let us assume that I have a customer database and I am describing that by two attributes here, age and income.

So I have each customer that comes to my shop I know the age of the customer and the income level of the customers right. (Refer Slide Time: 00:48) And my goal is to predict whether the customer will buy a computer or not buy a computer right. So I have this kind of labeled data that is given to me for building a classifier right, remember we talked about classification where the output is a discrete value in this case it is yes or no, yes this is the person will buy a computer, no the person will not buy a computer.

And the way I describe the input is through a set of attributes in this case we are looking at age and income as the attributes that describe the customer right. And so now the goal is to come up with a function right, come up with a mapping that will take the age and income as the input and it will give you an output that says the person will buy the computer or not buy the computer. So there are many different ways in which you can create this function and given that we are actually looking at a geometric interpretation of the data,
I am looking at data as points in space. (Refer Slide Time: 01:57) The one of the most natural ways of thinking about defining this function is by drawing lines or curves on the input space right.

So here is one possible example, so here I have drawn a line and everything to the left of the line right. So these are points that are red right, so everything to the left of the line would be classified as will not buy a computer, everything to the right of the line where the predominantly the data points are blue will be classified as will buy a computer. So how would the function look like, it will look like something like if the income of a person remember that the x-axis is income and the y-axis is age.

So in this case it basically says that if the income of the person is less than some value right, less than some X then the person will not buy a computer. If the income is greater than X the person will buy your computer. So that is the kind of a simple function that we will define. It will just notice that way we completely ignore one of the variables here which is the age. So we are just going by income, if the income is less than some X then the person will not buy a computer, if the income is greater than X the person will buy a computer. So is this a good rule more or less I mean we get most of the points correct right except a few right.

So it looks like yeah, we can we can survive with this rule right. So this is not too bad right, but then you can do slightly better. (Refer Slide Time: 03:29) All right, so now we got those two red points that those just keep that points are on the wrong side of the line earlier. Now seem to be on the right side right, so
everything to the left of this line will not buy a computer, everything to the right will buy a computer right, everyone moves to the right will buy a computer. So if you think about what has happened here, so we have improved our performance measure right. So the cost of something, so what is the cost here. So earlier we are only paying attention to the income right, but now we have to pay attention to the age as well right. So the older you are right, so the income threshold at which we will buy a computer is higher
right. So the younger you are, younger means lower on the y axis, so the younger you are the income threshold at which you will buy a computer is lower right. So is that clear, so the older you are right, so the income threshold is shifted to the right here right so the older you are, so you need to have a higher income before you buy a computer and the anger you are your income threshold is lower, so you do not mind buying a computer even if your income is slightly lesser right.

So now we have to start paying attention to the age right, but then the advantage is you get much better performance right can you do better than this yes okay. (Refer Slide Time: 04:54) Now almost everything is correct except that one pesky red point, but everything else is correct. And so what has happened here we get much better performance, but at the cost of having a more complex classifier right. So earlier if you thought about it in geometric terms, so first you had a line that was parallel to the y-axis therefore, I just needed to define a intercept on the x-axis right. So if X is less than some value then it was one class was greater than some value was another class.


Then the second function it was actually a slighting line like that, so I needed to define both the intercept and the slope right. And now here it is now a quadratic so I have to define three parameters right. So I have to define something like ax2+ bx+c, so I have defined the ABC the three parameters in order to find the quadratic, and I am getting better performance. So can you do better than this. (Refer Slide Time: 05:57)



Okay the sum for does not seem right correct seems to be too complex a function just to be getting this one point there right. And I am not sure I am not even sure how many parameters you need for drawing that because Microsoft use some kind of spline PowerPoint use some kind of spline interpolation to draw this curve I am pretty sure that it is lot, lot more parameters than it is worth another thing to note here is that that particular red point that you see is actually surrounded by a sea of blue right. So it is quite likely that there was some glitch there either the person actually bought a computer and we never we have not recorded it has been having what computer or there are some extremist reason the person comes into the shop sure that is going to buy a computer but then gets a phone call saying that some emergency please come out immediately and therefore he left without buying a computer right there could be variety of reasons for why that noise occurred and this will probably be the more appropriate classifier right. So these are the kinds of issues I would like to think about what is the complexity of the classifier that I would like to have right and versus the accuracy of the classifier, so how good

is the classifier in actually recovering the right input output map and or their noise data in the in the input in the experience that I am getting is it clean or is there noise on it and if so how do I handle that noise these are the kinds of issues that we have to look at okay. (Refer Slide Time: 07:31) So these kinds of lines that we drew right kind of hiding one assumption that we are making so the thing is the data that comes to me comes as discrete points in the space right and from these discrete points in the space I need to generalize and be able to say something about the entire state space right so I do not care where the data point is on the x and y-axis right I should be able to give a label to that right. If I do not have some kind of assumption about these lines right and if you do not have some kind of assumptions about these lines the only thing I can do is if the same customer comes again hey or somebody who has exact same age and income as that cause customer comes again I can tell you whether the person is going to buy a computer or not buy a computer but I will not be able to tell you about anything else outside of the experience right. So the assumption we made is everything to the left of a line is going to do one thing or the other right so everything to the left of the line will not buy the computer everything to the right or everyone to the right will buy a computer this is an assumption I made the assumption was the Lions are able to segregate people who buy from who do not buy the lines or the curves were able to segregate people who will buy from who will not buy so that is a kind of an assumption I made about the distribution of the input data and the class labels. So this kind of assumptions that we make about these lines are known as inductive biases in general inductive bias has like two different categories one is called language bias which is essentially the type of lines that I am going to draw my gonna draw straight lines or am I going to draw curves and what order polynomials am I going to look at and so on so forth these for my language bias and such bias is the other form of inductive bias that tells me how in what order am I going to examine all these possible lines right


. So that gives me the gives me a search bias right, so putting these two these things together we are able to generalize from a few training points to the entire space of inputs right I will make this more formal as we go on and then in the next night set of modules right. (Refer Slide Time: 10:01) And so here is one way of looking at the whole process so I am going to be giving you a set of data which we will call the training set so the training set will be will consists of say as an input which we'll call as X and an output which we call as Y right, so I am going to have a set of inputs I have X1, X2, X3, X4 likewise I will have Y1, Y2, Y3, Y4 and t
his data is fed into a training this data is fed into a training algorithm right and so the data is going to look like this in our case right. So remember our X’s are the input variable success all the inputs so in this case that should have the income and the age, so x1 is like 30,000 and 25 and x2 is like 80,000 and 45 and so on so forth and the Y's or the



labels they correspond to the colors in the previous picture right so y1 does not buy a computer Y2 buys a computer and so on so forth so this essentially gives me the color coding so y1 is essentially red and y2 is blue right and I really if I am going to use something numeric this is what we will be doing later on I really cannot be using these values first of all wise or not numeric and the X is varied too much right. So the first coordinate in the X is like 30,000 and 80,000 and so on so forth and the second coordinate is like 25 and 45 so that is a lot a lot smaller in magnitude so this will lead to some kind of numerical instabilities, so what will typically end up doing is normalizing these so that they form appropriate approximately in the same range so you can see that I have try to normalize these X values between 0 and 1 right.


So have chosen an income level of say 2 lakhs it is the maximum and age of 100 and you can see the normalized values and likewise for buys and not buy I have taken not by as - 1 and by as computer is + 1these are arbitrary choices, now but later on you will see that there are specific reasons for wanting to choose this encoding in this way alright and then the training algorithm chugs over this data right and it will produce a classifier so now this classifier I do not know I do not know whether it is good or bad right so we had a straight line in the first case right an axis parallel line if we did not know the good or bad and we needed to have some mechanism by which we evaluate this right. So how do we do the evaluation typically is that you have what is

called a test set or a validation set right so this is another set of x and y paths like we had in the training set, so again in the test set we know what the labels are it is just that we are not showing it to the training algorithm we know what the labels are because we need to use the correct labels to evaluate whether your trading algorithm is doing good or bad right so, so this process by which this evaluation happens is called validation later then of the validation. If you are happy with the quality of the classifier we can keep it if you are not happy they go back to the training algorithm and say hey I am not happy with what you produced give me something different right, so we have to either iterate over the algorithm again we will go over the data again and try to refine the parameter estimation or we could even think of changing some parameter values and then trying to redo the training algorithm all over again but this is the general process and we will see that many of the different algorithms that we look, look at in the course of fitting the course of these lectures actually follow this kind of a process okay so what happens inside that green box. (Refer Slide Time: 13:48) So inside the training algorithm is that there will be this learning agent right which will take an input and it will p

roduce an output white at which it thinks is the correct output right but it will compare it against the actual target why it was given for the in the training right, so in the training you actually have a target why so it will compare it against a target why right and then figure out what the error is and use the error to change the agent right so then it can produce the right output next time around this is essentially an iterative process so you see that input okay produce an output Y ha

t and then you take the target Y. You can compare it to the Y hat figure out what is the error and use the error to change the agent again right and this is by and large the way most of the learning all algorithms will operate most of the classification algorithms or even regression algorithms will open it and we will see how each of this works as, we go on right there are many, many applications. (Refer Slide Time: 14:46) I mean this is too numerous to list here are a few examples you could look at say a fraud detection right, so we have
some data where the input is a set of transactions made by a user and then you can flag each transaction as a valid transaction or not you could look at sentiment analysis you know varied Lee called opinion mining or buzz analysis etc. Where I give you a piece of text or a review written about and a product or a movie and then you tell me whether the movies whether the review is positive or whether is negative and what are the negative points that people are mentioning about and so on so forth and. This again a classification task or you could use it for doing churn prediction where you are going to say whether a customer who is in the system is likely to leave your system is going to continue using your product or using your service for a longer period of time, so this is essentially churn so when a person leaves your services you call the person earner and you can label what the person is Channel or not and I have been giving you examples form medical diagnosis all through apart from actually diagnosing whether a person has the disease or not you could also use it for risk analysis in the slightly indirect way I talked about that when we when we do the algorithms for classification. So we talked about how we are interested in learning different lines or curves that can separate different classes in supervised learning and, so this curves can be represented using different structures and throughout the course we will be looking at different kinds of learning mechanisms like artificial neural networks support vector machines decision trees nearest neighbors and Bayesian networks and these are some of the popular ones and we look at these in more detail as the course progresses so another supervised learning problem is the one of prediction. (Refer Slide Time: 16:45) Or regression where the output that you are going to pred

ict is no longer a discrete value it is not like we will buy a computer whereas not buy a computer it is more of a continuous value so here is an example, where at different times of day you have recorded the temperature so the input to the system is going to be the time of day and the output from the system is going to be the temperature that was measured at a particular point at the time right so you are going to get your experience or your training data is going to take this form so the blue points woul

d be your input and the red points would be the outputs that you are expected to predict. So note here that the outputs are continuous or real value right and so you could think of this in this toy example as points to the left being day and the points to the right being night right and just as in the previous case of classification, so we could try to do these simple as possible fit in this case which would be to draw a straight line that is as close as possible to these points now you do see that like in the classification case when it choose a simple solution there are certain points at which we are making large errors right so we could try to fix that.


And try to do something more fancy but you can see that while the daytime temperatures are more or less fine with the night times we seem to be doing something really off right because we are going off too much to thee the right-hand side all right how are you could do something more complex just like in the classification case where we wanted to get that one point right so we could try and fit all these temperatures that were given to us by looking at a sufficiently complex curve. And again this as we discussed earlier is probably not the right answer and you are probably in this case surprisingly or better off fitting the straight line rig

ht and so these kinds of solutions where we trying to fit the noise in the data we are trying to make the solution predict the noise in the training data correctly are known as over fitting over fit solut



ions and one of the things that we look to avoid in, in machine learning is to over fit to the training data. (Refer Slide Time: 19:21) So we will talk about this again and then new course right and so what we do is typically we would like to do what is called linear regression some of you might have come across this and of different circumstances and the typical aim in linear regression is to say take the error that your line is making so if you take an example point let us say I take any let us say I take an example point somewhere here righ

t. So this is the actual training data that is given to you and this is the prediction that your line is making at this point so this quantity is essentially the, the prediction error that this line is making and so what you do is you try to find that line that has the least prediction error right so you take the square of the errors that your prediction is making and then you try to minimize the, the sum of the squares of the errors why do we take the squares. (Refer Slide Time: 20:31) Because errors could be both positive or negative and we want to make sure that you are minimizing that regardless of the sign of the error okay and so with sufficient data right so a linear regression is simple enough you could just already using matrix inversions as we will see later but with many dimensions like the challenge is to avoid

over fitting like we talked about earlier and then there are many ways of avoiding this. And so I will again talk about this in detail when we look at linear regression

right so one point that I want to make is that linear regression is not as simple as it sounds right so here is an example so I have two input variables x1 and x2 right and if I try to fit a straight line with x1 and x2 I will probably end up with something like a1 x1 plus a2 x2 right and that looks like, like a plane in two dimensions right. But then if I just take these two dimensions and then transform them transform the input so instead of saying just the x1 and x2 if I say my input is going to look like x1 square x2 squared x1 x2 and then the x1 and x2 s it was in the beginning so instead of looking at a two-dimensional input if I am going to look at a 5 dimensional input right. So that wil

l and out now I am going to fit a line or a linear plane in this 5 dimensional input so that will be like a1 x1 squared plus a2 x2 square plus a3 x1 x2 plus a4 x1 plus a5 x2 now that is no longer the equation of a line in two dimensions right so that is the equation of a second-order polynomial in two dimensions but I can still think of this as doing linear regression because I am only fitting a function that is going to be linear in the input variables right so by choosing an appropriate transformation of the inputs. (Refer Slide Time: 22:38) I can fit any higher-order function so I could solve very complex problems using linear regression and so it is not really a weak method as you would think at first, first glance again we will

look at this in slightly more detail in the later lectures right and regression our prediction can be applied in a variety of places one popular places in time series prediction you could think about predicting rainfall in a certain region or how much you are going to spend on your telephone calls you could think of doing even classification using this.


If you think of you remember our encoding of plus 1 and minus 1 for the class labels so you could think of plus 1 and minus 1 as the outputs right and then you can fit a regression line regression curve to that and if the output is greater than 0 you would say this classis plus 1 its output is less than 0 you see the class is minus 1 so it could use the regression ideas to fitness will solve the classificat
ion problem and you could also do data addiction. So I really do not want to you know give you all the millions of data points that I have in my data set but what I would do is essentially fit the curve to that and then give you just the coefficients of the curve right. And more often than not that is sufficient for us to get a sense of the data and that brings us to the next application I have listed their which is trend analysis so I am not really interested in quite many times. I



am not interested in the actual values of the data but more in the, the trends so for example I have a solution that I am trying to measure the running times off and I am not really interested in the actual running time because with 37seconds to 38 seconds is not going to tell me much. But I would really like to know if the running time scales linearly or exponentially with the size of the important all right so those kinds of analysis again can be done using regression and in the last one here is again risk factor analysis like we had in classification and you can look at which are the factors that contribute most to the output so that brings us to the end of this module on supervised learning,,
Hello and welcome to this module on introduction to unsupervised learning, right. So in supervised learning we looked at how you will handle training data that had labels on it. (Refer Slide Time: 00:26) So this is this particular place this is a classification data set where red denotes one class and blue denotes the other class right. (Refer Slide Time: 00:35) And in unsupervised learning right so you basically have a lot of data that is given to you but they do not have any labels attached to them right so we look at first at the problem of clus

tering where your goal is to find groups of coherent or cohesive data points in this input space right so here is an example of possible clusters. (Refer Slide Time: 00:57) So those set of data points could form a cluster right and again now those set of data points could form a cluster and again those and those so there are like four clusters that we have identified in this in this setup so one thing to note here is that even in something like clustering so I need to have some form of a bias right so in this case the bias that I am having is in the shape of the cluster so I am assuming that the clusters are all ellipsoids right and therefore you know I have been drawing a specific shape curves for representing the clusters.


And also note that not all data points need to fall into clusters and there are a couple of points there that do not fall into any of the clusters this is primarily a artifact of me assuming that they are ellipsoids but still there are other points in the center is actually faraway from

all the other points in the in the data set to be considered as what are known as outliers so when you do clustering so there are two things so one is you are interested in finding cohesive groups of points and the second is you are also interested in finding data points that do not conform to the patterns in the input and these are known as outliers all right. (Refer Slide Time: 02:23) And that is as many mean different ways of an which you can accomplish clustering and we will look at a few in the course and the applications are numerous right so here are a few representative ones so one thing is to look at customer data right and try to discover the classes of customers you kno

w there are so earlier we looked at in the supervised learning case we looked at is that a customer will buy a computer or will not buy a computer as opposed to that we could just take all the customer data that you have and try to just group them into different kinds

of customers who come to your shop and then you could do some kind of targeted promotions and different classes of customers right. And this need not

necessarily come with labels you know I am not going to tell you that okay this customer is class 1 that customer is class 2 you are just going to find out which of the customers are more similar with each other all right. And as the second application which you have illustrated here is that I could do clustering on image pixels so that you could discover different regions in the image and then you could do some segmentation based on that different region so for example here it have a picture of a picture of a beach scene and then you are able to figure out the clouds and the sand and the sea and the tree from the image so that allows you to make more sense out of the image right.


Or you could do clustering on world usages right and you could discover synonyms and you could also do clustering on documents right and depending on which kind of documents are similar to each other and if I give you a collection of say 100,000 documents I might be able to figure out what are the different topics that are discussed in this collection of documents and many ways in which you can use clustering rule mining. (Refer Slide Time: 04:17)

And as I should give you a site about the usage of the word mining here so many of you might have heard of the term data mining and more often than not the purported data mining tasks are essentially machine learning problems right so it could be classification regression and so on so forth and the first problem that was essentially introduced as a mining problem and not as a learning problem was the one of mining frequent patterns and associations and that is one of the reasons

I call this Association rule mining as opposed to Association rule learning just to keep the historic connection intact right, so in Association rule mining we are interested in finding frequent patterns that occur in the input data and then we are looking at conditional dependencies among these patterns right.

And so for example if A and B occur together often right then I could say something like if A happens then B will happen let us suppose that so you have customers that are coming to your shop and whenever customer A visits your shop custom B also tags along with him right, so the next time you find customary

A somewhere in the shop so you can know that customer B is already there in the shop along with A. Or with very high confidence you could say that B is also in the shop at some somewhere else maybe not with A but somewhere else in the shop all right, so these are the kinds of rules that we are looking at Association rules which are conditional dependencies if A has come then B is also there right and so the Association rule mining process usually goes in two stages so the first thing is we find all frequent patterns. So A happens often so A is a customer that comes to measure the store often right and then I find that A and B are paths of customers that come to my store often so if I once I have that right A comes to my store often an A and B comes to my store often then I can derive associations from this kind this frequent patterns right and also you could do this in the variety of different settings you could find sequences in time series data right and where you could look at triggers for certain events. Or you could look at fault analysis right by looking at a sequence of events that happened and you can figure out which event occurs more often with the fault right or you could look at transactions data which is the most popular example given here is what is called Market Basket data so you go to a shop and you buy a bunch of things together and you put them in your basket so what is there in your basket right so this forms the transaction so you buy say eggs, milk and bread and so all of this go together in your basket. And then you can find out what are the frequently occurring patterns in this purchase data and

then you can make rules out of those or you could look at finding patterns and graphs that is typically used in social network analysis so which kind of interactions among entities happen often right so that is a that is another question that is what we looking at right. (Refer Slide Time: 07:31) So the most popular thing here is mining transactions so the most popular application here is mining transactions and as I mentioned earlier transaction is a collection o

f items that are bought together right and so here is a little bit of terminology and it is a set or a subset of items is often called an item set in the Association rule mining community and so the first step that you have to do is find fre

quent item sets right. And you can conclude that item set A if it is frequent implies item set B if both A and AUB or frequent item sets right so A and B are subset so AUB is another subset so if both A and AUB or frequent item sets then you can say that item set A implies item set B right and like I mentioned earlier so there are many applications here so you could think of predicting co-occurrence of events. (Refer Slide Time: 08:31) And Market Basket analysis and type series analysis like I mentioned earlier you could think of trigger events or false causes of False and so on so forth right so this brings us to the end of this module introducing unsupervised learning.

it is a 30 day refund period!! So you have nothing to lose!!
Nom

[pdf edit] 4 Logiciels Gratuits pour Modifier Facilement un PDF,1,%100 OFF Free Udemy Course Coupons,3,10 Bonnes Stratégies pour augmenter le RPM des pages,1,1506g iptv code,1,5 étapes simples pour attirer vos 10000 premiers visiteurs de Google,1,5G,4,6 WordPress E-Commerce Plugins,1,activate windows 10 pro,1,activate windows 10 with kmspico activator,1,Add Meta Tags Description,1,AdSense,1,Adsense friendly Blogger template,1,Adsense friendly templates,1,AdSense Payments,1,AdWords,1,AI SEO,2,All In One FRP Unlock Tool,1,all in one GSM cracked,1,all in one GSM cracked tool,1,All In One GSM Cracked Tool 2021 100% Tested,1,All in One SEO Pack Pro,1,always online free iptv,1,Amazon,2,ANDROID,112,Android Launcher 2020,1,Android Tools,1,Android USB Drivers,1,Android USB DriversHuawei USB DriversUSB Drivers,1,ANDROIDS,49,ANTIVIRUS,29,APK,86,APK 2021,1,App Store,1,APPLE,5,APPLE OS,24,apps,68,ASO,1,Backlinks,1,balisage de schéma - Schema Markup,1,Balises Meta,1,Balises Meta pour le référencement: définition,1,Best Android Launcher 2020,1,Best Blogger Adsense friendly template,1,BEST DEALS,1,Best Free WordPress Plugins,1,Best SEO WordPress Plugins,1,Best WordPress SEO Plugins,1,BIN Method for Spotify Premium Account,1,Bing Analytics,1,bingo themes,1,Bingo Wordpress,1,bingo wordpress theme,1,BINS,21,BINS GUIDE,3,Blog,75,Blogger,45,Blogger Adsense friendly,1,Blogger Adsense friendly template,1,Blogger Online Shop,3,blogger sitemap generator,1,blogger template,25,blogger template Online Sho,1,Blogger Templates Ecommerce,1,Blogger Templates Fletro 5.4,1,Blogger Templates Median UI,1,Blogger Templates Modernshop,1,Bloggers,16,Bloggers Themes,13,Bloggers Widjets,3,Blue WhatsApp Plus,1,bootable Windows,1,Boxs,10,Business,8,Bypass Netflix Phone Number Verification,1,certificat SSL - https,1,Chaîne YouTube,3,Choisissez un nom pour votre blog,1,Chrome,1,Comment augmenter la vitesse de chargement de son Blog,1,Comment concevoir des sites Web qui stimulent plus de ventes,1,Comment créer des backlinks de haute qualité pour votre Blog,1,Comment Créer et vendre des cours en ligne,1,Comment créer un bon business plan e-commerce,1,Comment démarrer un blog qui génère des revenus,1,Comment devenir un Entrepreneur plus prospère,1,Comment et où trouver des mots-clés,1,Comment faire en sorte que Google indexe instantanément votre nouveau site Web,1,Comment générer les visiteurs à partir de Google sans référencement ni promotion,1,Comment obtenir plus de trafic organique sans faire de référencement,1,Comment utiliser les vidéos sponsorisées pour générer plus de ventes en ligne,1,Comment Vérifier si Google a examiné votre site,1,Comment Visualiser le code source de votre site Web et pourquoi c#039;est important,1,Comptabilité,1,Compte Facebook,1,Concevez votre blog avec un thème WordPress,1,configure Kali Linux in virtual box,1,Corel PaintShop Pro,1,Coreldraw,4,CRACK TOOLS,31,Create amp; Submit XML and Static Page Sitemaps in Blogger 2021,1,Create SEO Friendly Permalinks For Blogger Posts,1,Créez un calendrier éditorial sur wordpress,1,cyber kozhi whatsapp,1,cyber kozhi whatsapp apk download,1,cyber kozhi whatsapp download,2,cyber kozhi whatsapp update,1,cyber warrior whatsapp,1,cyber whatsapp 2021,1,cyber whatsapp 8.85 apk,1,cyber whatsapp app download,2,cyber whatsapp download 2021,1,cyber whatsapp download link,1,cyber whatsapp download new version,1,cyber whatsapp latest version,1,cyber whatsapp link,1,cyber whatsapp update,3,CyberWhatsApp 8.60 (Cyber WhatsApp),1,DEBLOCAGE,44,Delta WhatsApp,1,Delta WhatsApp APK,1,Delta WhatsApp APK v3.62,1,Divi Theme v4.6.6,1,Domain Authority,1,Download,3,Download Baby WhatsApp Apk V6.0 Latest Version { Base Update },1,Download Bimber v8.5.1,1,Download FIFA 2021 ISO File For Android – FIFA 21 PPSSPP,1,Download Fouad WhatsApp APK 8.70 Apk Latest Version Anti-Banned,1,download fouad whatsapp ios,1,Download IPTV French list m3u Vlc – Download list French m3u Links Vlc,1,Download Latest NOWhatsapp apk for android,1,Download MagOne,1,Download Miracle Emmc Tool v3.12,1,Download Miracle Huawei Tool,1,Download Miracle Huawei Tool v2.16 Latest Setup,1,Download Miracle Moto Tool v2.03,1,Download Miracle VIVO Tool,1,Download Official TMWhatsApp APK,1,Download Qualcomm IMEI Repair Tool Latest (2021) free,1,Download SAWhatsApp V3.80 APK 2021,1,Download the WhatsApp Plus Blue on your phone and then run the apk file to install it.,1,Download WhatsApp Golden Penguin,1,Download WhatsApp Golden Penguin 2021,1,Download WhatsApp Plus Android Free,1,Download WhatsApp Saif 2021,1,Download Widows OS 11 ISO File 32/64 Bit,1,DRIVERS,9,e vision apk,1,e vision iptv activation code 2021,1,e vision iptv code 2021,1,e vision vod,1,E-Commerce Plugins,1,E-Vision IPTV,1,e-vision iptv activation code 2018,1,E-VISION IPTV ACTIVATION CODE 2021,1,E-vision iptv activation code 2021 free,1,e-vision iptv download,1,eBooks,1,Ecommerce,5,Écrivez et gagnez de l'argent avec des livres Kindle,1,Écrivez votre premier Article avec WordPress,1,Elementor Pro v3.0.5,1,Entrepreneuriat,3,erreurs 404,1,Établir des relations et établir des partenariats avec des influenceurs dans la création / lancement de produits,1,evision tv,1,exemples et bonnes pratiques,1,eYoast SEO Wordpress,1,Facebook,13,Facebook Ads,1,Facebook Insights,1,Facebook Launches Video Calls,1,Facebook Launches Video Calls to 50 Participants,1,Facebook Marketplace,1,Facebook Video Calls,1,FAST LEARNING,92,Featured Apps,16,FEATURES,6,Fichier IPTV m3u,1,film en streaming meilleur site,1,films et des séries en VF et VOSTFR en 2021,1,Firefox Offline Installer,1,FIRMWARE,41,Fix V2.01 Latest 2020,1,FLASH TOOLS,20,FLASHING BOXS,8,FLASHTOOLS,8,Fletro 5.5,1,Fletro Pro,1,Fletro Pro Blogger Template,1,Fletro Pro Latest Version 5.5 Premium,1,fletro v5.5,1,FM WhatsApp - Fouad WhatsApp Android (v11.70.4) (Official),1,FMWhatsapp,4,FMWhatsApp V8.51 APK,2,Fouad GBWhatsApp,2,Fouad iOS,1,Fouad iOS APK v8.66,1,Fouad iOS WhatsApp APK,2,fouad mods whatsapp download,1,fouad mods yowhatsapp,1,Fouad WhatsApp & WhatsApp+ V8.51,1,fouad whatsapp 8.65 download,1,free,1,Free Download Cyber WhatsApp APK V8.85,1,Free Download Huawei Master Code Calculator New Algo V4 V5 IMEI,1,Free Grammarly Premium Account,1,free hosting,1,Free IPTV M3u Turkish Playlists 2021,1,free m3u playlists download,1,Free RDP for Lifetime,1,free spotify premium account,1,FREE SURF,55,free surf config,8,free web hosting,1,Free WordPress Plugins in 2020,1,FRP,49,frp bypass,2,FRP Unlock Tools TagsGSM Flasher Tools,1,GADJETS,2,Games,16,GBWhatsAp,2,GBWhatsapp,6,GBWhatsApp MiNi,1,GBWhatsApp Plus,1,GBWhatsApp Plus APK v8.96,1,GBWhatsApp Transparent,1,GBWhatsApp Transparent Prime,1,GCE 2020 Exam Results,1,generate xml sitemap for blogger,1,GeneratePress Premium v1.12.2,1,Gestion de projet,1,Gestion de projet - Voici les meilleur logiciels pour gerer votre projet,1,Get Free Grammarly Ptemium Account,1,get free spotify premium account,1,Google,24,Google Adsence,2,Google Analytics,1,Google BERT,1,Google Cache,1,Google Chrome,1,Google Chrome Full Version Offline Installer,1,Google Lens,1,Google Lighthouse,1,Google Play,1,Google Play Services,1,Google Play Store,1,Grammarly Premium Account,1,Grandes Tendances SEO,1,Groupe Facebook,1,Guides,65,hard reset,1,HD video downloader,1,hébergement,3,Holland iptv m3u file,1,HOW TO,9,how to activate windows 10,1,How To Add Meta Tags On Blogger Blog,1,how to create xml sitemap,1,How To Fix,1,How To Fix Showbox,1,How To Fix Showbox ‘Cannot Play Video’ On Android,1,How To Fix Showbox ‘Server Not Available’ On Android,1,how to get free nordvpn accounts lifetime,1,How to Get Free RDP for Lifetime (100% Working),1,how to make a sitemap,1,how to submit blogger static pages sitemap to google search console?,1,html sitemap generator for blogger,1,HTTP Injector latest,1,HTTP Injector latest version for Windows,1,https://freeiptvlists.com/website_lists/France/fr26_12_20.php,1,HUAWEI,4,huawei code calculator,1,huawei code calculator (universal master code),2,huawei code calculator v3 offline,1,huawei code calculator v4,1,huawei code calculator v4 online,1,huawei code calculator v5 free,1,huawei code calculator v5 free download,1,Huawei P40,1,Huawei P40 Lite,1,huawei unlock code calculator apk,1,huawei unlock code calculator v1,1,huawei unlock code calculator v2 free download,1,huawei unlock code calculator v5,1,huawei unlock code calculator v5 free download,2,huawei unlock v4 code calculator free download,1,HUAWEI UNLOCKING,3,Huawei USB Drivers,1,huawei v4 and v5 unlock code calculator by imei,1,IDM,1,Instagram,1,Instagram Live,1,Instagram Plus,1,install and configure Kali Linux,1,install and configure Kali Linux in virtual box,1,Installez WordPress - Votre logiciel de blogging,1,Intel HD Graphics Driver,1,Internet Download Manager (IDM),1,iOS,11,iOS 14 WhatsApp,1,IOS WhatsApp,1,IPHONE,8,IPTV,47,IPTV Android,1,IPTV France,1,IPTV FRANCE 2020,1,IPTV france m3u,1,IPTV Holland m3u,1,Jio Phone,1,Kali Linux,1,kaspersky activation code free 2021,1,kaspersky internet security 2017 key,1,kaspersky internet security 2018 key,1,kaspersky internet security 2020 90 days trial key,1,kaspersky internet security 2020 license key free,1,kaspersky internet security 2021 license key free,1,kaspersky internet security activation code 2021,1,kaspersky internet security activation code free 2021,1,kaspersky total security 2018 key,1,kaspersky total security 2020 license key,1,kaspersky total security 2021 key,1,kaspersky total security 2021 license key,1,KIS 2018 Key,1,KIS 2019 license key,1,KIS 2020 Key,1,kmspico activate windows,1,kmspico activator 2020,1,Landing Page - pages de destination,1,LAPTOPS,8,LATEST NEWS,21,Latest OmniSD App,1,Le guide étape par étape pour augmenter votre trafic SEO avec Ubersuggest,1,Le kit d#039;outils SEO: 11 outils qui vous feront gagner du temps,1,Le Référencement - Un jeu de questions et réponses ?,1,Les blogs invités: Le guide ultime,1,Les Grandes Tendances en entrepreneuriat à rechercher en 2021,1,Les Meilleurs logiciels de comptabilité,1,Les Meilleurs Thèmes WordPress pour votre Blog,1,Les SERPs - À quoi ressembleront en 2021?,1,Les Tendances de blogs à capitaliser en 2021,1,Les Tendances du marketing de contenu pour 2021,1,LG announces Velvet,1,LG Velvet,1,Life Style,7,Liste iptv france,1,Logiciel gratuit de montage vidéo Ecommerce / commerce électronique,1,Logiciels Gratuits pour Modifier Facilement un PDF,1,M3U IPTV Playlists,1,m3u8,1,MacOS,1,MacOS and Android,1,MagNews,1,MagNews – Responsive Blogger Template,1,MagOne,1,MagOne - Responsive News amp; Magazine,1,MagOne Responsive Magazine amp; News WordPress Theme,1,Marketing,28,marketing d'affiliation,3,MBWhatsApp,1,MBWhatsApp - Fouad iOS WhatsApp APK 8.53 Download Latest Version in {2020},1,MBWhatsApp apk,1,MBWhatsapp Fouad iOS WhatsApp V8.46,1,Median UI 1.4 Blogger Template,1,Median UI Blogger Template,1,Median UI v1.3,1,Median UI v1.4,1,Meilleures-applications-iptv-android,1,meilleurs sites de streaming gratuits,1,Meilleurs sites gratuits pour avoir des playlists IPTV M3U en 2021,1,meilleurs sites streaming en VF et VOSTFR,1,Microsoft .NET Framework,6,Microsoft .NET Framework 4.7.1 Offline Installer,1,Microsoft .NET Framework 4.7.2 Offline Installer,1,Microsoft .NET Framework 4.8 Offline Installer,1,Miracle box,1,Miracle Box 3.13 Thunder Edition,1,Miracle Box Setup V3.06,1,Miracle Box Thunder Edition,1,Miracle Box Thunder Edition V3.06,1,Miracle Box Thunder Edition v3.13,1,Miracle Emmc Tool v3.12,1,Miracle Emmc Tool v3.12 Setup,1,Miracle Huawei Tool,1,Miracle Huawei USB 1.0,1,Miracle Moto Tool v2.03,1,Miracle Moto Tool v2.03 Latest Setup,1,Miracle Thunder Edition Update 2020,1,Miracle VIVO Tool,1,Miracle VIVO Tool Setup V4.25,1,Mobile,1,Monétisez votre blog/Website,1,Mots-clés,2,NET Framework 4.6 Offline Installer + Language Packs,1,Netflix,2,Netflix Bin,2,Netflix BINs,2,Netflix Phone Number Verification,1,Netflix Phone Number Verification (OTP),1,Netralid Premium Blogger Template,1,New Huawei P40 Lite Specifications,1,New Median UI version 1.3 Premium Blogger Template,1,New SnapNews v3 Blogger,1,NEWS,14,nord vpn user and password,1,nordvpn login password,1,nordvpn user pass,1,NOWhatsapp apk,1,NOWhatsapp apk download,1,NSWhatsApp APK 3D,1,Obtenez Votre hébergement Web avec Bluehost,1,OGWhatsApp,1,OGWhatsApp APK,2,OGWhatsApp Pro,1,OGWhatsApp Pro APK,1,OGWhatsApp Pro APK 9.0,1,OmniSD App,1,OmniSD App For ALL Jio Phone,1,OmniSD File,1,p Blogger Template,1,page FAQ,1,PC Softwares,20,pdf edit,1,Personnalisez et optimisez votre blog WordPress,1,PES 2021,1,PES 2021 PPSSPP,1,PES 2021 PPSSPP ISO,1,PES 2021 PSP,1,PES 2021 PSP ISO FILE,1,phlox pro - elementor multipurpose wordpress,1,phlox pro - elementor multipurpose wordpress theme,1,Phlox Pro Theme Free Download,1,phlox pro theme nulledphlox pro themeforest,1,phlox pro themePhlox Pro Theme Download,1,plugins,5,podcast SEO,2,PPC,1,PPC - Les choix d#039;annonces et Impact sur votre PPC,1,PPSSPP,2,PPSSPP Gold APK,1,Premium,20,Premium iptv for all devices,1,Prémuim,62,Publicité,2,Pure iOS 14 WhatsApp,1,PWA,1,Qu#039;est-ce que Google Lighthouse?,1,Quick Mag,1,Quick Mag - Premium Version Blogger Template,1,radego,1,RC YOWhatsApp,1,redirection 302,1,référencement,9,REPROGRAMMATION,7,REVIEWS,10,ROOT,2,ROOT ACCES,4,SAMSUNG,2,SAWhatsApp,1,SAWhatsApp V3.80,2,SEO,44,SEO 2020,1,SEO Boost,1,SEO Boost - Adsense friendly,1,SEO Chrome - 15 Meilleurs extensions SEO Chrome,1,SEO Rocket,1,SEO WordPress Plugins,1,SEO-Boosting XML Sitemap,2,SERPs,1,Shared Hosting,1,Shouters,1,site de streaming gratuit et légal,1,site streaming,1,sitemap generator free download,1,sitemap xml example,1,Slider Revolution v6.2.23,1,smadav 2021 crack,1,smadav 2021 for windows,1,smadav 2021 for windows 10,1,smadav 2021 for windows 7,1,smadav 2021 key,1,smadav 2021 registration key,1,smadav 2021 serial key,1,smadav 2021 update,1,Smart IPTV,1,Social,12,SOFTWARE CRACK,58,Soula WhatsApp Lite,1,Source Code,1,Sport Mag,1,SPOTIFY ++,1,Spotify Premium,2,stockage,2,STREAMING,59,Streaming Gratuit 2021 : Top 15 des meilleurs sites en VF et VOSTFR,1,System,4,SYSTEMS,3,TECH-NEWS,5,Télécharger France IPTV m3u Gratuit – French free m3u IPTV Links,1,Télécharger France IPTV m3u Gratuit-Free Download IPTV French list m3u Vlc – Download list French m3u Links Vlc,1,Télécharger liens IPTV m3u Télé Française Gratuit,1,Téléchargez Miracle Box,1,Telegram,1,the 7 theme nulled,1,the7 theme demo,1,the7 theme elements,1,the7 theme license,1,the7 theme update,1,the7 themeforest,1,the7 wordpress template,1,Theme,1,Thèmes,2,TikTok (FYP),1,TMWhatsApp APK,1,TMWhatsApp APK Latest,1,TMWhatsApp APK Latest Version for Android,1,TOOLS,77,Top 10 des réseaux publicitaires vidéo pour les éditeurs,1,Top 4 Best WordPress Staging Plugins,1,Top 5 Best Free WordPress Plugins,1,Top 5 Best WordPress SEO Plugins,1,Top x,1,Travel,1,Truecaller Premium,1,Truecaller Premium Gold APK,1,Truecaller Premium Gold APK 11.43.4,1,TUTORIALS,39,Twitter,1,Ubersuggest,2,Un aperçu des projets futurs de Google,1,UNLOCKING,10,update SAWhatsApp,1,USB DRIVERS,23,v1.3,1,videos,4,VidMate,1,virtual box,1,Virtual Number for WhatsApp,1,Vivo Z6 5G Full Specifications,1,Vivo Z6 5G Full Specifications amp; Price,1,vlog,1,Votre guide complet pour démarrer le vlog en 2021,1,VPN,8,VPNs,9,VPS,1,Watts Golden Penguin,1,What's News,34,WhatsApp,41,WhatsApp Aero,3,WhatsApp B58 MiNi v22,1,WhatsApp Business,1,WhatsApp Business plus,1,WhatsApp GO,1,Whatsapp golden penguin,1,Whatsapp Golden Penguin 2021,1,WhatsApp Group Links,18,Whatsapp Mods,89,Whatsapp Officials,5,WhatsApp Omar Blue OB3Whatsapp Omar latest version 2021,1,WhatsApp Omar OB4Whatsapp Omar latest version 2021,1,Whatsapp Penguin,1,WhatsApp Safe,1,WhatsGold APK,1,win 10 key,1,win 10 pro key,1,WINDOWS,30,windows 10 activation,1,windows 10 activation key,1,windows 10 home key,1,windows 10 home product key,1,Windows 10 ISO Version 2004,1,windows 10 key,1,windows 10 pro key,1,windows 10 pro product key,1,Windows 10 USB in Ubuntu or Linux Mint,1,Windows 10 version 2009 20H2,1,Windows 11 ISO,1,Windows Defender,1,windows product key,1,Winning Eleven 2021 Mod,1,Wordfence Security Premium,1,WordPress,36,wordpress download manager pro,1,wordpress download manager pro crack,1,wordpress download manager pro free,1,wordpress download manager pro nulled,1,wordpress download manager pro plugin,1,wordpress download manager pro plugin free download,1,WordPress E-Commerce Plugins,1,wordpress file manager pro download,1,WordPress Plugins,15,WordPress Plugins in 2020,1,WordPress Plugins to optimize your website,1,WordPress SEO,1,WordPress SEO Plugins Free,1,WordPress Staging Plugins,1,WordPress Themes,7,World,2,wp reset pro,2,WP Reset Pro 5.78 Nulled – WordPress Development amp; Debugging Tool,1,wp reset pro download,2,wp reset pro nulled,1,WP Rocket v3.7.4,1,WPForms Pro,1,Yoast SEO,1,Yoast SEO Download,1,Yoast SEO free,1,yoast seo licence key free,1,yoast seo license key,1,Yoast SEO nulled,1,yoast seo plugin,1,Yoast SEO Premium,1,yoast seo premium crack,1,yoast seo premium free,1,Yoast SEO Premium v15.1.2,1,yoast seo update,1,yoast seo woocommerc,1,YouTube,8,YoWhatsApp,9,YoWhatsApp (YoWA) Apk Download v8.51 Official Version For Android (Yousef),1,YoWhatsApp apk,6,YoWhatsApp mini apk,2,
ltr
item
TechPower By Kamerpower: [100% FREE] Machine Learning Blueprint - From Beginners to advanced!!
[100% FREE] Machine Learning Blueprint - From Beginners to advanced!!
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU6tNHscOM0WrUEokQTnwire70ZR-47NNWiybPBpVqJYgV_RreqNKhszpzWvZ108pbVCHwTmHO3MmRsUXmmKP1JLNdXkfp-CCfonTIFFoqmTO7fjhCXnAnRz67JTdCSl0PGdiIt7KFEW0/s640/2721152_b5cd_6.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU6tNHscOM0WrUEokQTnwire70ZR-47NNWiybPBpVqJYgV_RreqNKhszpzWvZ108pbVCHwTmHO3MmRsUXmmKP1JLNdXkfp-CCfonTIFFoqmTO7fjhCXnAnRz67JTdCSl0PGdiIt7KFEW0/s72-c/2721152_b5cd_6.jpg
TechPower By Kamerpower
https://phonetechsolutions.blogspot.com/2020/04/100-free-machine-learning-blueprint.html
https://phonetechsolutions.blogspot.com/
https://phonetechsolutions.blogspot.com/
https://phonetechsolutions.blogspot.com/2020/04/100-free-machine-learning-blueprint.html
true
6424623162475012828
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content
close