python

Python3 cheat sheet

list, tuple, dictionary comprehension swap machine learning関連 activation function 以下の記事を参考に、自分用のcheat sheetを作成していく Pythonでこんなことできちゃうんです - Qiitaqiita.com list, tuple, dictionary comprehension いわゆるリ…

6.86x Machine Learning with Python-From Linear Models to Deep Learning チェックリスト

Unit2 Nonlinear Classification, Linear regression, Collaborative Filtering Project 2: Digit recognition (Part 1) プロジェクトの概要 MNISTのデータについて 問題 1. Introduction 2. Linear Regression with Closed Form Solution 3. Support Vector…

Pythonのif文まとめ

Pythonのelifが最初よく理解できず、併せてfor文のネストも混乱したのでまとめておく。今回、if文を勉強するために参照した以下のサイトの図やコードを引用している。 www.programiz.com What you will learn Pythonのif文. if statements if...else stateme…

Ubuntu16.04でjypyter-notebookのインストール

やったこと jypyter-notebookを使うために、anacondaをUbuntu16.04にインストール anacondaはpython,conda,jypyter-notebookまで含んでいるので、これをインストールするだけでほぼ完了 anaconda 以下を参照し、インストール Anaconda で Python 環境をイン…