12 search resultsShowing 1~12 results

Stocked
tefuko

@tefuko

Python

#配列 ##検索 [find] .find(検索する文字列, 開始位置, 終了位置) [rfind]…後から 該当文字列が見つかれば0から始まる文字列1を返す 無ければ-1を返す s = "ab...

0
0
Comment0
tefuko

@tefuko

Java

#クラス public どのクラスからもアクセスできるということ static クラス特有の値やメソッドということ void 戻り値なし public static int aaa(int a,...

0
1
Comment0
tefuko

@tefuko

MNIST

MNIST import文 import torch # 基本モジュール import torchvision # 画像関連 import torchvision.transforms as ...

0
0
Comment0
tefuko

@tefuko

AOJ

プログラミング課題2020 計算機数学I・II 数値計算法Ⅰ・Ⅱ データ構造とアルゴリズム 数理モデル 先輩が選んだ簡単問題より (1) Hello World (ITP1_1_A) print...

0
0
Comment0
tefuko

@tefuko

Transformer

昨今の自然言語処理モデルは、どれもTransformerをベースにしていると言っても過言ではない––––。 Transformerが出現するまで RNN(LSTMやGRUを含む)時代 RNN 再...

3
4
Comment0
tefuko

@tefuko

ABCI

登録 メールから初回ログイン パスワード変更 SSH公開鍵・秘密鍵ペアの生成 $ ssh-keygen -t rsa -b 2048 -m pem Generating public/priva...

1
1
Comment0
tefuko

@tefuko

JOIG入門講座

00 - Hello World #include <bits/stdc++.h> using namespace std; int main(){ cout << "H...

0
0
Comment0
tefuko

@tefuko

応用数学

#第1章:線形代数 ##行列 スカラーを表にしたもの ベクトルの変換や連立方程式を解く際に用いる ##行の基本変形 i行目をc倍する s行目にt行目のc倍を加える p行目とq行目を入れ替える #...

1
0
Comment0
tefuko

@tefuko

機械学習

#線形回帰モデル 回帰問題(ある離散的な入力から出力を直線で予測する問題)を解くための機械学習モデルの一つ 教師あり学習 入力と$m$次元パラメータの線形結合を出力する 説明変数が1次元の場合(...

2
1
Comment0

12 search resultsShowing 1~12 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in