Camael

Machine learing library


Keywords
python, MachineLearning, DeepLearning
License
MIT
Install
pip install Camael==1.0.0

Documentation

Camael

データのload、前処理

  • データ

    • 数値系
      • boston
      • iris
    • 画像系
      • MNIST
      • MNIST-fashion
      • CIFAR-10
  • 前処理

    • test-training分割
    • 正規化
    • 標準化
    • one-hot

非NN用

  • 回帰

    • 線形回帰
    • KNN
  • 分類

    • k-NN
    • ロジスティック回帰
    • SVC
    • 回帰木
    • 決定木
    • boosting
    • random-forest

NN用

  • 全結合NN
  • 畳み込みNN
  • RNN

utils

  • グラフの描画
  • cross-validation

進捗次第でさらに追加