Metadata-Version: 2.1
Name: Camael
Version: 1.0.0
Summary: Machine learing library
Home-page: https://github.com/CastaChick/Camael
Author: Casta46
Author-email: casta46chick@gmail.com
License: MIT
Keywords: python MachineLearning DeepLearning
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: cvxopt

# Camael

## データのload、前処理
* データ
    * 数値系
        * [x] boston
        * [x] iris
    * 画像系
        * [x] MNIST
        * [x] MNIST-fashion
        * [x] CIFAR-10

* 前処理
    * [x] test-training分割
    * [x] 正規化
    * [x] 標準化
    * [x] one-hot

## 非NN用
* 回帰
    * [x] 線形回帰
    * [x] KNN

* 分類
    * [x] k-NN
    * [x] ロジスティック回帰
    * [x] SVC

* 木
    * [ ] 回帰木
    * [ ] 決定木
    * [ ] boosting
    * [ ] random-forest

## NN用
* [ ] 全結合NN
* [ ] 畳み込みNN
* [ ] RNN

## utils
* [ ] グラフの描画
* [ ] cross-validation

> 進捗次第でさらに追加

