39
70

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ノンコーディングで機械学習 AutoMLサービスまとめ

Posted at

#はじめに🤪
ノンコーディングで機械学習モデルが生成可能なツール、サービスをご紹介します。
GUIツールから、pythonライブラリなど、様々な物を探してみました。

#そもそもAutoMLって?😅
機械学習にはそもそも以下のようプロセスがあります。

  1. 課題定義
  2. データ収集
  3. データ調整
  4. 特徴エンジニアリング
  5. アルゴリズム選定
  6. パラメータ調整
  7. 学習
  8. 評価
  9. 推論

このうち3~9の部分を自動的に行ってくれるのがAutoMLツールとなります。

#どんなサービスがあるか
大きく分けて以下のカテゴリがあります。

  • クラウドサービス
  • オープンソースライブラリ
  • フリーソフト

#クラウドサービス🌥
##DataRobot
https://www.datarobot.com/
スクリーンショット 2020-05-27 20.28.58.png

###サービス内画面
スクリーンショット 2020-04-18 13.15.46.png
スクリーンショット 2020-04-18 13.28.49.png
スクリーンショット 2020-04-17 22.45.57.png

##Dataiku
https://www.dataiku.com/
スクリーンショット 2020-05-27 20.31.24.png

###サービス内画面
Screenshot3.png
Dataiku_7.0_Interactive_Statistics.jpg
Screenshot1.png

##H2O DriverlessAI
https://www.h2o.ai/products/h2o-driverless-ai/
スクリーンショット 2020-05-27 20.35.04.png

###サービス内画面
hero_7217d3dd-fa0d-4ced-b494-d3cfe235341f.jpg
img1_3.png
h2oai_pro_drawing01.png

##VARISTA
https://www.varista.ai/
スクリーンショット 2020-05-25 22.07.40.png

###サービス内画面
スクリーンショット 2020-05-27 14.51.37.png
スクリーンショット 2020-05-27 13.48.34.png
スクリーンショット 2020-05-27 15.17.46.png

#オープンソースライブラリ
##PyCaret
https://github.com/pycaret
スクリーンショット 2020-05-27 20.55.20.png

##AutoGluon
https://autogluon.mxnet.io/
スクリーンショット 2020-05-27 20.56.00.png

#フリーソフト
##WEKA
https://www.cs.waikato.ac.nz/ml/weka/
スクリーンショット 2020-05-27 20.45.47.png
スクリーンショット 2020-05-27 20.49.53.png
スクリーンショット 2020-05-27 20.51.38.png
スクリーンショット 2020-05-27 20.51.34.png

#おわり👋
すてきなAutoMLライフを⭐️

39
70
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
39
70

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?