Skip to content
View Mashimo's full-sized avatar
  • Officina Mutante

Block or report Mashimo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. datascience datascience Public

    Grassroots Machine Learning with Python - examples and tutorials

    Jupyter Notebook 39 45

  2. NLP3o NLP3o Public

    NLP3o is a set of tools for Natural Language Processing, and a web app for educational purpose.

    Python 1 2

  3. MuStudio MuStudio Public

    AI writing assistants

    Jupyter Notebook 1

  4. Clustering data Clustering data
    1
    Clustering groups samples that are similar within the same cluster. 
    2
    Unsupervised: no label provided in the data samples.
    3
    Use the K-means algorithm.
  5. PCA - Principal component Analysis PCA - Principal component Analysis
    1
    Principal Component Analysis
  6. Data dimensionality reduction via is... Data dimensionality reduction via isomap
    1
    Isomap is a nonlinear dimensionality reduction method. 
    2
    The algorithm provides a simple method for estimating the intrinsic geometry of a data manifold based on a rough estimate 
    3
    of each data point’s neighbours