MATLAB(MATrix LABoratory) is a special purpose computer program optimized to perform engineering and scientific calculation.
-
-
A Disjoint set which can be viewed as a collection of sets where in no element appears in more than one set. A disjoint set data structure is used to maintain a collection S = {S1, S2, S3, …, Sn} of disjoint dynamic set. We can identify each set by a representative, which is some member of the set. Disjoint set data structure is used to find the MST(Minimum Spanning Tree). Disjoint set is a partitioned set. Partitioned means union of any two sets is gives the original set while intersection of any two set gives a null set. Disjoint…
-
Regression analysis is estimating the relationships between a dependent variable and one or more independent variables.
-
Reinforcement learning is concerned with how software is have to take actions in order to maximize the notion of cumulative reward.
-
Semi-supervised learning is an approach to machine learning that combines labeled data with large amount of unlabeled data during training.
-
The goal of unsupervised learning is that discover the group of similar behavior or characteristics that is called Clustering
-
supervised learning the machine learn from the example or we can say that the presentation of the example.
-
Machine Learning is system that can learn from example through self improvement without explicitly code by programmer.
-
Hello guys, Today we are going to next step of making website which is how to install and setup wordpress and make dummy website. Before going to deep, we have know that wordpress provide dummy website when we install the wordpress. After that we can changes into that dummy site as per our requirement. We can change theme of the site, add required plugins and get feature based on that, create categories, create pages, create posts and many more. Sounds like some difficult, but don’t worry everything is easy if we go from easy to hard. So today we simply…
-
Hello guys, Do you want to develop website even if you don’t have deep knowledge of developing?? Then today we are going to show step by step process to develop website for non technical person. Here is some basic stuff you have to done before going to develop website. Professional developers always prefer to test their project on locally before they make them live. And if you want to test your website before make it live to users you have to install WAMP or XAMPP server. Here we are going to install XAMPP server. For Wamp Installation Visit How To…