Team Data Scientists

Team Data Scientists

  • Profiles
  • Data Scientist Profiles
  • Technical
  • alogorithms
  • Tools
  • DataScience
  • Help
  • Blog

›Recent Posts

Recent Posts

  • KNN
  • pca
  • New Version 1.0.0
  • Adding RSS Support
  • Adding RSS Support - RSS Truncation Test

KNN

May 27, 2020

Rabbani Shaik

Rabbani Shaik

KNN (K-Nearest Neighbour)

  • K-Nearest Neighbour is one of the simplest Machine Learning algorithms based on Supervised Learning technique.
  • K-NN algorithm assumes the similarity between the new case/data and available cases and put the new case into the category that is most similar to the available categories.
  • K-NN algorithm stores all the available data and classifies a new data point based on the similarity. This means when new data appears then it can be easily classified into a well suite category by using K- NN algorithm.
  • K-NN algorithm can be used for Regression as well as for Classification but mostly it is used for the Classification problems.
  • K-NN is a non-parametric algorithm, which means it does not make any assumption on underlying data.
  • It is also called a lazy learner algorithm because it does not learn from the training set immediately instead it stores the dataset and at the time of classification, it performs an action on the dataset.
  • KNN algorithm at the training phase just stores the dataset and when it gets new data, then it classifies that data into a category that is much similar to the new data.
  • Example: Suppose, we have an image of a creature that looks similar to cat and dog, but we want to know either it is a cat or dog. So for this identification, we can use the KNN algorithm, as it works on a similarity measure. Our KNN model will find the similar features of the new data set to the cats and dogs images and based on the most similar features it will put it in either cat or dog category.
  • K-Nearest Neighbor(KNN) Algorithm for Machine Learning

pca

May 25, 2020

Haji Shaik

Haji Shaik

PCA

https://www.facebook.com/rabbani.shaik.5 common and are often difficult to interpret. Principal component analysis (PCA) is a technique for reducing the dimensionality of such datasets, increasing interpretability but at the same time minimizing information loss. It does so by creating new uncorrelated variables that successively maximize variance. Finding such new variables, the principal components, reduces to solving an eigenvalue/eigenvector problem, and the new variables are defined by the dataset at hand, not a priori, hence making PCA an adaptive data analysis technique. It is adaptive in another sense too, since variants of the technique have been developed that are tailored to various different data types and structures. This article will begin by introducing the basic ideas of PCA, discussing what it can and cannot do. It will then describe some variants of PCA and their application.

First Birthday Slash

iloveA-i iloveA-i iloveA-i

First Birthday Slash

author - The author name to be displayed. author_url - The URL that the author's name will be linked to. This could be a GitHub, Twitter, Facebook profile URL, etc. author_image_url - The URL to the author's thumbnail image. author_title - A description of the author. title - The blog post title. tags - A list of strings to tag to your post.

New Version 1.0.0

October 24, 2017

Eric Nakagawa

Eric Nakagawa

This blog post will test file name parsing issues when periods are present.

Adding RSS Support

September 26, 2017

Eric Nakagawa

Eric Nakagawa

This is a test post. https://lookup-id.com/# A whole bunch of other information.

Adding RSS Support - RSS Truncation Test

September 25, 2017

Eric Nakagawa

Eric Nakagawa

1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890

This should be truncated.

Read More

New Blog Post

April 10, 2017

Blog Author

Blog Author

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus elementum massa eget nulla aliquet sagittis. Proin odio tortor, vulputate ut odio in, ultrices ultricies augue. Cras ornare ultrices lorem malesuada iaculis. Etiam sit amet libero tempor, pulvinar mauris sed, sollicitudin sapien.

Read More

Blog Title

March 11, 2016

Rabbani SHaik

Rabbani SHaik

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus elementum massa eget nulla aliquet sagittis. Proin odio tortor, vulputate ut odio in, ultrices ultricies augue. Cras ornare ultrices lorem malesuada iaculis. Etiam sit amet libero tempor, pulvinar mauris sed, sollicitudin sapien.

Read More
Team Data Scientists
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Facebook Open Source
Copyright © 2020 DataScience4u