Giter Club home page Giter Club logo

unsupervisedlearningportfolio's Introduction

Unsupervised learning is a type of machine learning where the model is trained using data that is not labeled, meaning the model tries to identify patterns directly from the input data without any reference to known or labeled outcomes. There are several types of unsupervised learning techniques:

  • Clustering: This is one of the most common unsupervised learning methods. It groups a set of objects in such a way that objects in the same group (cluster) are more similar to each other than to those in other groups. Examples include K-means clustering, hierarchical clustering, and DBSCAN.

  • Association Rule Learning: This technique is used to discover interesting relations between variables in large databases. It is often used for market basket analysis to find products that are frequently bought together. A common algorithm used here is the Apriori algorithm.

  • Principal Component Analysis (PCA): PCA is a technique used to emphasize variation and bring out strong patterns in a dataset. It's often used to make data easy to explore and visualize. It's also used for dimensionality reduction.

  • Anomaly Detection: This involves identifying rare items, events or observations which raise suspicions by differing significantly from the majority of the data. This is commonly used in fraud detection, network security, and fault detection.

  • Neural Networks and Deep Learning: Techniques such as autoencoders, which are a type of artificial neural network used to learn efficient codings, fall under this category. They are used for tasks like feature extraction, image reconstruction, and generative models.

https://github.com/AnalyticalHarry/DeepLearningForDigitClassification
  • Self-Organizing Maps (SOMs): SOMs are a type of artificial neural network used for feature mapping and dimensionality reduction, often visualized in two dimensions.

  • t-Distributed Stochastic Neighbor Embedding (t-SNE): t-SNE is a non-linear dimensionality reduction technique particularly well suited for embedding high-dimensional data for visualization in a low-dimensional space of two or three dimensions.

unsupervisedlearningportfolio's People

Contributors

analyticalharry avatar

Watchers

HADJERES NABYL avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.