サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
今年の「#文学」
chokkan.github.io
1.1. Pythonことはじめ# 文字列はシングルクォーテーション(')、またはダブルクォーテーション(")で囲む。出力するにはprint()を用いる。改行文字'\n'を末尾に付けなくても改行される。
Requirement already satisfied: japanize-matplotlib in /home/okazaki/.local/lib/python3.8/site-packages (1.1.3) Requirement already satisfied: matplotlib in /usr/local/lib/python3.8/dist-packages (from japanize-matplotlib) (3.5.1) Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from matplotlib->japanize-matplotlib) (1.3.2) Requirement already satisfied: c
import numpy as np import matplotlib.pyplot as plt import scipy.cluster.hierarchy import scipy.spatial.distance from IPython.display import HTML \(\def\bm{\boldsymbol}\)日本の行政区画は\(47\)の都道府県から構成され、その下に市町村や区が置かれている。また、\(47\)の都道府県も、北海道地方や東北地方など、いくつかのグループにまとめて語られることがある。これをクラスタ分析の用語で説明すると、市町村の上に都道府県のクラスタが作られ、都道府県の上に地方のクラスタ、地方のクラスタの上に「日本」というクラスタがあり、日本のクラスタの上に「アジア」のクラスタ……、といった具合で、クラスタに上下関係が存在している。 生物の分類学、
import torch x = torch.tensor([1., -1.]) w = torch.tensor([1.0, 0.5], requires_grad=True) loss = -torch.dot(x, w).sigmoid().log() loss.backward() print(loss.item()) print(w.grad)
Python早見帳は、プログラムと実行例をカタログ的に提示しながら、Pythonの言語仕様やライブラリを紹介しています。Pythonの基礎を素早く習得したり、ライブラリやオブジェクトの使い方を確認することができます。
Introduction to Deep Learning with flavor of Natural Language Processing (NLP) This site accompanies the latter half of the ART.T458: Advanced Machine Learning course at Tokyo Institute of Technology, which focuses on Deep Learning for Natural Language Processing (NLP). Lecture #1: Feedforward Neural Network (I) Keywords: binary classification, Threshold Logic Units (TLUs), single-layer neural net
このページを最初にブックマークしてみませんか?
『chokkan.github.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く