* Cantinho Satkeys

Refresh History
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    Hoje às 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    Hoje às 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31
  • j.s.: ghyt74 a todos  4tj97u<z
    18 de Outubro de 2024, 09:33
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    18 de Outubro de 2024, 03:28

Autor Tópico: Unsupervised Machine Learning: Cluster Analysis Algorithms  (Lida 84 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115513
  • Karma: +0/-0
Unsupervised Machine Learning: Cluster Analysis Algorithms
« em: 18 de Outubro de 2020, 11:06 »

Unsupervised Machine Learning: Cluster Analysis Algorithms
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 1.9 GB
Genre: eLearning Video | Duration: 33 lectures (5 hour, 17 mins) | Language: English
 Cluster Analysis: core concepts, working, evaluation of KMeans, Meanshift, DBSCAN, OPTICS, Hierarchical clustering

What you'll learn

    Understand the KMeans Algorithm and implement it from scratch
    Learn about various cluster evaluation metrics and techniques
    Learn how to evaluate KMeans algorithm and choose its parameter
    Learn about the limitations of original KMeans algorithm and learn variations of KMeans that solve these limitations
    Understand the DBSCAN algorithm and implement it from scratch
    Learn about evaluation, tuning of parameters and application of DBSCAN
    Learn about the OPTICS algorithm and implement it from scratch
    Learn about the cluster ordering and cluster extraction in OPTICS algorithm
    Learn about evaluation, parameter tuning and application of OPTICS algorithm
    Learn about the Meanshift algorithm and implement it from scratch
    Learn about evaluation, parameter tuning and application of Meanshift algorithm
    Learn about Hierarchical Agglomerative clustering
    Learn about the single linkage, complete linkage, average linkage and Ward linkage in Hierarchical Clustering
    Learn about the performance and limitations of each Linkage Criteria
    Learn about applying all the clustering algorithms on flat and non-flat datasets
    Learn how to do image segmentation using all clustering algorithms

Requirements

    Students should have some experience with Python.
    Some experience with data visualizations
    Some experience with Numpy
    Some background in computer science.

Description

Clustering is the activity of splitting the data into partitions that give an insight about the unlabelled data. It gives a structure to the data by grouping similar data points

We see these clustering algorithms almost everywhere in our everyday life. Cluster Analysis has and always will be a staple for all Machine Learning. Clustering has its applications in many Machine Learning tasks: label generation, label validation, dimensionality reduction, semi supervised learning, Reinforcement learning, computer vision, natural language processing.

For a data scientist, cluster analysis is one of the first tools in their arsenal during exploratory analysis, that they use to identify natural partitions in the data.

In this course, you will learn some of the most important algorithms used for Cluster Analysis

Each dataset and feature space is unique. You cannot use a one-size-fits-all method for recognizing patterns in the data. Each algorithm has its own purpose.

By studying the core concepts and working in detail and writing the code for each algorithm from scratch, will empower you, to identify the correct algorithm to use for each scenario.

Some algorithms are fast and are a good starting point to quickly identify the pattern of the data

And some algorithms are slow but more precise, and allow you to capture the pattern very accurately.

You will get to understand each algorithm in detail, which will give you the intuition for tuning their parameters and maximizing their utility

In this course, for cluster analysis you will learn five clustering algorithms:

You will learn about KMeans and Meanshift. These are two centroid based algorithms, which means their definition of a cluster is based around the center of the cluster.

Next you will study DBSCAN and OPTICS. These are density based algorithms, in which they find high density zones in the data and for such continuous density zones, they identify them as clusters.

Another type of algorithm that you will learn is Agglomerative Clustering, a hierarchical style of clustering algorithm, which gives us a hierarchy of clusters.

For each algorithm, you will understand the core working of the algorithm. What parameters they use. How to choose and tune these parameters. How to evaluate the results for each algorithm. To consolidate your understanding, you will also apply all these learnings on multiple datasets for each algorithm. You can later compare all the algorithms and their performance.

This course can be your only reference that you need, for learning about various clustering algorithms.

The correct approach to this course is going in the given order the first time.

Follow along the introductory lecture. It is highly recommended that during the coding lessons, you must code along. I have provided detailed jupyter notebooks along the course. You can keep them for reference. But it is highly recommended that you code along.

You can pause the lesson. Write the code needed and at the same time think about the working flow.

I assure you, there onwards, this course can be your go-to reference to answer all questions about these algorithms. You will have a lifetime of access to this course, and thus you can keep coming back to quickly brush up on these algorithms

Who this course is for:

                                                                                                                                                                                                            People interested in Machine Learning
    People who want to study unsupervised learning
    People who want to learn pattern recognition in data

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction