(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Application design and analysis of different hybrid intelligent techniques

What is it about?

Different classical and hybrid intelligent techniques have evolved over the years for the purpose of clustering different datasets. In the machine learning environment, among the different techniques in vogue, we interchangeably used the terms classification, regression and clustering for the inductive learning. The DIKW process of knowledge engineering has been extended and influenced by different intelligent techniques, hybrid in nature. In this article, we propose a hybrid model of Fuzzy C Means with K-nearest neighbour(FCM-KNN) to classify different datasets. In the proposed model, we used one input layer, two middle layers for processing the input files and one output layer for visualization and data collection. We compare the same with Naive Bayes Learning and SVM. Out of three discussed machine learning techniques, Naive Bayes and SVM are supervised in nature and FCM-KNN is an unsupervised classification techniques. Results of the proposed models are demonstrated on a real-life dataset using KNIME model design.

Why is it important?

In this article, we propose a hybrid model of Fuzzy C Means with K-nearest neighbour(FCM-KNN) to classify different datasets. In the proposed model, we used one input layer, two middle layers for processing the input files and one output layer for visualization and data collection. We compare the same with Naive Bayes Learning and SVM.

Read more on Kudos…
The following have contributed to this page:
Koushik Mondal
' ,"url"));