An open API service indexing awesome lists of open source software.

https://github.com/ycsyrc-official/draft-basic

machine learning third-party library made by ycsyrc
https://github.com/ycsyrc-official/draft-basic

machine-learning third-party-libraries

Last synced: 4 months ago
JSON representation

machine learning third-party library made by ycsyrc

Awesome Lists containing this project

README

          

# draft-basic [![PyPI Downloads](https://static.pepy.tech/badge/draft-basic)](https://pepy.tech/projects/draft-basic)
屏幕截图 2025-08-24 224610

machine learning third-party library made by ycsyrc(0.16.1)

Download method: pip install draft-basic==0.16.1

Up to now, you can use this library to build a multi layer perceptron with one hidden layer, a perceptron, a knn model, a kmeans model, a SOM model and a NaiveBayes model.

Apart from that, it can also be used to draw linechart and confusion matrix.

image

Up to now, the parameter named 'methods' of the train function which stays in the class 'MLP' now contains two methods, which is shown in the following graph.

![draft_basic-mlp-2 drawio](https://github.com/user-attachments/assets/a22ccd85-bb10-4bb4-bd7b-25f94e657539)

You can find how to use the functions in the following URL.
([https://mp.weixin.qq.com/s/PD100n7fHLZqnjs0xNkfeg](https://mp.weixin.qq.com/s/-1DdvssA1zLiyph_Jx8C1A))

PYPI:https://pypi.org/manage/project/draft-basic/releases/