
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Ginni has Published 1522 Articles

Ginni
539 Views
Hypothesis testing is the simplest approach to integrating data into a company’s decision-making processes. The purpose of hypothesis testing is to substantiate or disprove preconceived ideas, and it is a part of almost all data mining endeavors.Data miners provide bounce back and forth among methods, first thinking up possible descriptions ... Read More

Ginni
167 Views
In single-attribute evaluators, it can be utilized with the Ranker search methods to make a ranked list from which ranker discards a given number. It is also used in the RankSearch method.Relief Attribute Eval is instance-based − It samples instances randomly and checks neighboring instances of the equal and multiple ... Read More

Ginni
675 Views
Weka is a set of machine learning algorithms for data mining services. The algorithms can be used directly to a dataset or from your own Java program. It includes tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also applicable for producing new machine learning schemes.One ... Read More

Ginni
325 Views
The effect of joining multiple hypotheses can be checked through a theoretical device called the bias-variance decomposition. Suppose it can have an infinite number of separate training sets of similar size and use them to create an infinite number of classifiers.A test instance is treated by all classifiers, and an ... Read More

Ginni
1K+ Views
An outlier is a data object that diverges essentially from the rest of the objects as if it were produced by several mechanisms. For the content of the demonstration, it can define data objects that are not outliers as “normal” or expected data. Usually, it can define outliers as “abnormal” ... Read More

Ginni
871 Views
An attribute is discrete if it has an associatively small (finite) number of possible values while a continuous attribute is treated to have a huge number of possible values (infinite).In other term, a discrete data attribute can be viewed as a function whose range is a finite group while a ... Read More

Ginni
130 Views
Generalized exemplars are the rectangular scope of instance area, known as hyperrectangles because they are high-dimensional. When defining new instances it is essential to convert the distance function to enable the distance to a hyperrectangle to be computed.When a new exemplar is defined correctly, it is generalized by directly merging ... Read More

Ginni
7K+ Views
The popular type of feed-forward network is the radial basis function (RBF) network. It has two layers, not counting the input layer, and contrasts from a multilayer perceptron in the method that the hidden units implement computations.Each hidden unit significantly defines a specific point in input space, and its output, ... Read More

Ginni
2K+ Views
A decision tree is a flow-chart-like tree mechanism, where each internal node indicates a test on an attribute, each department defines an outcome of the test, and leaf nodes describe classes or class distributions. The largest node in a tree is the root node.The issues of constructing a decision tree ... Read More

Ginni
1K+ Views
The simplest structure of learning is plain memorization, or rote learning. Because a group of training instances has been remembered, on encountering a new instance the memory is investigated for the training instance that most powerfully resembles the new one.The only problem is how to clarify resembles. First, this is ... Read More