fbpx
共著書籍「データ分析の進め方 及び AI・機械学習の導入の指南」が出版されました

エンジニアが知っておきたい機械学習&Pythonチートシートまとめ(英語サイト)

AI・機械学習・ディープラーニング

こんにちは、荒井(@yutakarai)です。

「機械学習」とひとことで言っても、学びはじめると奥が深く、学ぶべきことが多いことに気がつきます。

相当な記憶力の持ち主か、Geekでないかぎり、機械学習の1から10まで全てを即座に答えられる人は少ないでしょう。

僕も含むほとんど人は「あぁでもない、こうでもない」と都度調べながら実装をしているかと思います。

今回は、僕がウェブ上で見つけた機械学習とPythonに関するチートシートを紹介します。

英語のサイトになりますが、よくまとまっているため、重度の英語アレルギーの方でなければ、かなり役に立つのではと思います。

本記事で紹介するチートシートをGithubリポジトリにまとめましたので、まとめて見たいかたはこちらからどうぞ。

機械学習

Pexels photo 326461

ウェブで探してみると、機械学習アルゴリズムの解説は、いくつも見つけることができます。
その中でも包括的なチートシートだけを集めました。

ニューラルネットワークのアーキテクチャ

The Neural Network Zoo - The Asimov Institute
With new neural network architectures popping up every now and then, it’s hard to keep track of them all. Knowing all th...

Microsoft Azureのアルゴリズムフローチャート

Machine Learning Algorithm Cheat Sheet - designer - Azure Machine Learning
A printable Machine Learning Algorithm Cheat Sheet helps you choose the right algorithm for your predictive model in Azu...

SASのアルゴリズムフローチャート

Which machine learning algorithm should I use?
This resource is designed primarily for beginner to intermediate data scientists or analysts who are interested in ident...

機械学習アルゴリズムの概要まとめ

A Tour of Machine Learning Algorithms - MachineLearningMastery.com
In this post, we will take a tour of the most popular machine learning algorithms. It is useful to tour the main algorit...
http://thinkbigdata.in/best-known-machine-learning-algorithms-infographic/

機械学習アルゴリズムごとの得手不得手まとめ

Machine Learning in Plain English: AI Algorithms Are Your Friend
Get a basic introduction to AI algorithms including types of linear algorithms, tree-based algorithms, and neural networ...

Python

Pexels photo 1181359

Pythonにはすでに多くのリソースがオンラインに公開されています。
ここでは、僕が見つけたチートシートを紹介します。

機械学習アルゴリズム

Cheatsheet - Python & R codes for common Machine Learning Algorithms
Python and R cheat sheets for machine learning algorithms. It contains codes on data science topics, decision trees, ran...

Python基本

http://datasciencefree.com/python.pdf

Python Cheat Sheet for Beginners
Python is the most popular programming language in data science. Use this cheat sheet to jumpstart your Python learning ...

Numpy

Numpyは、数値計算を効率的に行うためのライブラリです。

NumPy Cheat Sheet
Download our NumPy cheat sheet for quick access to essential array creation, reshaping, and key operations for efficient...

http://datasciencefree.com/numpy.pdf

NumPy Cheat Sheet: Data Analysis in Python
This Python cheat sheet is a quick reference for NumPy beginners looking to get started with data analysis.
data-science-ipython-notebooks/numpy/numpy.ipynb at master · donnemartin/data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, ...

Pandas

Pandasは、データ分析やグラフ化など、データ解析を効率的に行うためのライブラリです。

http://datasciencefree.com/pandas.pdf

Pandas Cheat Sheet for Data Science in Python
A quick, free cheat sheet to the basics of the Python data analysis library Pandas, including code samples.
data-science-ipython-notebooks/pandas/pandas.ipynb at master · donnemartin/data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, ...

Matplotlib

Matplotlibは、NumPyのためのグラフ描画ライブラリです。

Matplotlib Cheat Sheet: Plotting in Python
This CHEAT SHEET introduces you to the basics of MATPLOTLIB that are needed to plot your data with PYTHON. It also inclu...
data-science-ipython-notebooks/matplotlib/matplotlib.ipynb at master · donnemartin/data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, ...

Scikit Learn

Scikit Learnは、Pythonの機械学習ライブラリです。

Scikit-Learn Cheat Sheet: Python Machine Learning
A handy scikit-learn cheat sheet to machine learning with Python, including code examples.
Machine Learning Cheat Sheet (for scikit-learn)
As you hopefully have heard, we at scikit-learn are doing a user survey (which is still open by the way). One of the req...
ml_cheat_sheet/supervised_learning.ipynb at master · rcompton/ml_cheat_sheet
My notes and superstitions about common machine learning algorithms - rcompton/ml_cheat_sheet

Tensorflow

Tensorflowは、Googleが開発した機械学習のためのオープンソースライブラリです。

TensorFlow-Examples/notebooks/1_Introduction/basic_operations.ipynb at master · aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) - aymericdamien/TensorFlow-Examples

Pytorch

Pytorchは、深層学習のためのライブラリ(フレームワーク)です。

GitHub - bfortuner/pytorch-cheatsheet: Check out improved:
Check out improved: . Contribute to bfortuner/pytorch-cheatsheet development by creating an account on GitHub.

まとめ

今回は、機械学習とPythonのチートシートを紹介しました。

目を通すだけでも勉強になるので、ぜひ参考にしてみてください。

中小企業が限られた予算でAIを活用したいと思ったら検討するべきこと
こんにちは、荒井(@yutakarai)です。 現実問題、AIをビジネスに導入するにはお金がかかります。 実用に耐えうる精度が出るまで、それなりの時間とコストがかかります。 湯水のように使える予算があれば話は別ですが、できるだけ限られた予算...

【ロカラボからのお知らせ】
自社事業にAIを活用しようとする前にこれだけは押さえておいてください。

【無料ダウンロード】成功するAIプロジェクトに共通する3つの最重要ポイント

事業でAIを活用する企業様が多くなってきました。
弊社でも主に製造業・医療業を中心にAIシステムの開発や導入支援をおこなってきました。

その中で見えてきた、成功するAIプロジェクトに共通する最重要ポイントをまとめたPDFファイルを無料で配布しています。

AI導入プロジェクトをスタートする際には是非ご参考にいただけたらと思います。
こちらのページからダウンロードしてください。

AI・機械学習・ディープラーニング
シェアする
ロカラボをフォローする
タイトルとURLをコピーしました