awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apachecn avatar

apachecn/sklearn-doc-zh

0
View on GitHub↗
5,231 estrellas·1,463 forks·CSS·8 vistassklearn.apachecn.org↗

Sklearn Doc Zh

Este proyecto proporciona una versión traducida de las guías y referencias de API de la biblioteca de machine learning scikit-learn para hablantes de chino. Sirve como base de conocimientos localizada y referencia técnica para implementar análisis de datos predictivos y modelado estadístico utilizando un kit de herramientas basado en Python.

El recurso cubre la implementación de aprendizaje supervisado, incluyendo tareas de clasificación y regresión, y flujos de trabajo de aprendizaje no supervisado para el descubrimiento de patrones y detección de anomalías. También proporciona orientación sobre educación en ciencia de datos, centrándose específicamente en el uso de scikit-learn para machine learning.

La documentación incluye instrucciones detalladas sobre preprocesamiento de datos, reducción de dimensionalidad y selección de características. Detalla además la evaluación y ajuste de modelos mediante métricas de rendimiento, optimización de hiperparámetros y validación de generalización, así como el uso de pipelines de predicción y utilidades de procesamiento de lenguaje natural.

Features

  • Framework Documentation Translations - Provides a comprehensive Chinese translation of the scikit-learn machine learning library guides and API references.
  • Decision Trees - Provides comprehensive guides on creating tree-based models for both classification and regression tasks.
  • Ensemble Learning - Details the use of bagging, boosting, and random forests to combine multiple estimators for improved accuracy.
  • Clustering Algorithms - Documents the grouping of unlabeled data using algorithms like K-Means, DBSCAN, and biclustering.
  • Linear Regression Models - Describes fitting data using generalized linear models, including regularization techniques like Lasso and Ridge.
  • Machine Learning Classification - Documents the implementation of supervised learning models to assign predefined labels to data points.
  • Model Evaluation and Tuning - Provides detailed instructions on measuring model performance and optimizing hyperparameters for better prediction accuracy.
  • Numerical Regressions - Documents the process of predicting continuous numerical values using decision trees, ridge regression, and Gaussian processes.
  • Scikit-Learn Implementations - Provides implementation guides for classical supervised learning algorithms like classification and regression.
  • Localized Documentation - Provides a translated version of the scikit-learn machine learning library guides and API references for Chinese speakers.
  • Support Vector Machines - Details the construction of boundaries that maximize the margin between classes for classification and novelty detection.
  • Unsupervised Learning - Guides users through unsupervised learning workflows for pattern discovery, clustering, and anomaly detection.
  • Anomaly Detection Algorithms - Provides instructions on identifying unusual data points using algorithms such as isolation forests and local outlier factors.
  • Framework Implementation Guides - Offers detailed instructions on using a Python-based toolkit for predictive data analysis and statistical modeling.
  • Technical Library Documentation - Provides detailed technical references and tutorials for implementing machine learning algorithms via a standard library.
  • Dimensionality Reduction - Provides technical references for simplifying complex datasets by projecting them into lower dimensions.
  • Feature Selection Methods - Offers guidance on identifying the most relevant variables in a dataset using various selection methods.
  • Gaussian Processes - Documents probabilistic models used for regression and uncertainty quantification via Gaussian processes.
  • K-Nearest Neighbor Classifiers - Details the implementation of proximity-based prediction for assigning labels or values in the feature space.
  • Regression Neural Networks - Provides documentation for implementing multi-layer perceptrons for both classification and numerical regression tasks.
  • Hyperparameter Search Strategies - Details algorithmic strategies like grid search and random search for finding optimal model configurations.
  • Validation Evaluators - Explains processes for estimating out-of-sample performance using cross-validation and training-test split strategies.
  • Naive Bayes Classifiers - Covers probabilistic classification implementation based on Bayes theorem and feature independence.
  • Performance Metrics - Provides detailed documentation on calculating and visualizing statistical performance indicators like ROC curves and precision-recall metrics.
  • Prediction Pipelines - Explains how to chain preprocessing steps and estimators into a unified workflow for streamlined data transformation.
  • Stochastic Gradient Descent - Explains iterative optimization using stochastic gradient descent to train linear models on large-scale datasets.
  • Linear Discriminant Analysis - Explains the use of linear and quadratic discriminant analysis for class separation and dimensionality reduction.
  • Text Feature Extraction - Offers instructions on transforming unstructured text into numerical features using techniques like hashing and sparse matrices.
  • Data Preprocessing for Modeling - Details methods for preparing raw datasets through feature scaling, discretization, and normal distribution mapping.
  • Data Preprocessing Pipelines - Describes how to chain scaling and imputation steps into a unified pipeline for model ingestion.
  • Missing Value Imputation - Explains techniques for filling missing data gaps using iterative estimators to maintain dataset integrity.
  • Data Science Resources - Serves as a localized knowledge base for learning essential data science and analytical modeling techniques.

Historial de estrellas

Gráfico del historial de estrellas de apachecn/sklearn-doc-zhGráfico del historial de estrellas de apachecn/sklearn-doc-zh

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace apachecn/sklearn-doc-zh?

Este proyecto proporciona una versión traducida de las guías y referencias de API de la biblioteca de machine learning scikit-learn para hablantes de chino. Sirve como base de conocimientos localizada y referencia técnica para implementar análisis de datos predictivos y modelado estadístico utilizando un kit de herramientas basado en Python.

¿Cuáles son las características principales de apachecn/sklearn-doc-zh?

Las características principales de apachecn/sklearn-doc-zh son: Framework Documentation Translations, Decision Trees, Ensemble Learning, Clustering Algorithms, Linear Regression Models, Machine Learning Classification, Model Evaluation and Tuning, Numerical Regressions.

¿Qué alternativas de código abierto existen para apachecn/sklearn-doc-zh?

Las alternativas de código abierto para apachecn/sklearn-doc-zh incluyen: rasbt/python-machine-learning-book — This project is an educational resource providing practical code examples and implementations of machine learning… jack-cherish/machine-learning — This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using… accord-net/framework — This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries… wepe/machinelearning — This project is a machine learning library providing a collection of implementations for supervised and unsupervised… ageron/handson-ml2 — This project provides a collection of practical machine learning code examples, including implementations for… biolab/orange3 — Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows…

Alternativas open-source a Sklearn Doc Zh

Proyectos open-source similares, clasificados según cuántas características comparten con Sklearn Doc Zh.
  • rasbt/python-machine-learning-bookAvatar de rasbt

    rasbt/python-machine-learning-book

    12,614Ver en GitHub↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Jupyter Notebook
    Ver en GitHub↗12,614
  • jack-cherish/machine-learningAvatar de Jack-Cherish

    Jack-Cherish/Machine-Learning

    10,333Ver en GitHub↗

    This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using Python. It serves as an educational resource for studying model training, parameter optimization, and the implementation of core predictive models. The library provides a variety of supervised learning tools, including linear and logistic regression, decision trees, and support vector machines. It also features unsupervised learning capabilities for discovering patterns in unlabeled datasets through clustering algorithms. Broad capability areas include ensemble learning thro

    Pythonadaboostadaboost-algorithmdecision-tree
    Ver en GitHub↗10,333
  • accord-net/frameworkAvatar de accord-net

    accord-net/framework

    4,540Ver en GitHub↗

    This project is a scientific computing framework for the .NET ecosystem, providing a comprehensive suite of libraries for numerical analysis, statistics, and mathematical optimization. It serves as a foundational toolkit for developing applications in machine learning, digital signal processing, and computer vision. The framework provides specialized toolkits for training and deploying predictive models, including neural networks, support vector machines, and decision trees. It further distinguishes itself with deep integrations for real-time visual analysis, such as object tracking and facia

    C#
    Ver en GitHub↗4,540
  • wepe/machinelearningAvatar de wepe

    wepe/MachineLearning

    5,714Ver en GitHub↗

    This project is a machine learning library providing a collection of implementations for supervised and unsupervised learning algorithms. It serves as a deep learning framework, a statistical classifier collection, and a suite of tools for unsupervised learning and dimensionality reduction. The library enables the construction of neural networks, including multi-layer perceptrons and convolutional networks for pattern recognition. It also provides tools for performing principal component analysis and manifold learning to visualize high-dimensional datasets, alongside a suite of clustering alg

    Python
    Ver en GitHub↗5,714
  • Ver las 30 alternativas a Sklearn Doc Zh→