https://github.com/aliciagilmatute/machine-learning--unsupervised-
Proyectos de Aprendizaje Automático No Supervisado
https://github.com/aliciagilmatute/machine-learning--unsupervised-
cluster-analysis clustering clustering-algorithm dbscan-algorithm dbscan-clustering gmm-clustering machine-learning machine-learning-algorithms pca-analysis python
Last synced: 4 months ago
JSON representation
Proyectos de Aprendizaje Automático No Supervisado
- Host: GitHub
- URL: https://github.com/aliciagilmatute/machine-learning--unsupervised-
- Owner: aliciagilmatute
- Created: 2025-02-17T20:15:39.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-17T20:42:30.000Z (4 months ago)
- Last Synced: 2025-02-17T21:29:41.257Z (4 months ago)
- Topics: cluster-analysis, clustering, clustering-algorithm, dbscan-algorithm, dbscan-clustering, gmm-clustering, machine-learning, machine-learning-algorithms, pca-analysis, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Este repositorio contiene:
Proyecto de Density-based spatial clustering of applications with noise (DBSCAN)
- Base de datos: "Odd_shape_data.xls"
- Instrucciones: "DBSCAN_ejercicios.docx"
- Notebook del proyecto: "ejercicios_DBSCAN.ipynb"Proyecto de Análisis de Componentes Principales (PCA)
- Base de datos: "Ingredient_data.xls"
- Instrucciones: "PCA_ejercicios.docx"
- Notebook del proyecto: "ejercicios_PCA.ipynb"
Proyecto de Gaussian Mixture Models (GMM)
- Base de datos: "ClimaticData_GMM.xls"
- Instrucciones: "GMM_ejercicios.docx"
- Notebook del proyecto: "Ejercicios_GMM.ipynb"