各種プログラム最終版
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Obs: # 観測値 observed value | |
def __init__(self, e, d_e, d_u): | |
self.e = e # e | |
self.d_e = d_e # delta_e | |
self.d_u = d_u # delta_u | |
def rule(bottom, rang): | |
degree = [0] * (2 * rang + 1) | |
bottom = bottom + rang - 2 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uhfx@Shuttle-Ubuntu:/etc$ cd ~ | |
uhfx@Shuttle-Ubuntu:~$ ls | |
mecab-ipadic-neologd ダウンロード デスクトップ ビデオ ミュージック | |
snap テンプレート ドキュメント ピクチャ 公開 | |
uhfx@Shuttle-Ubuntu:~$ mkdir bachelor | |
uhfx@Shuttle-Ubuntu:~$ ls | |
bachelor ダウンロード ドキュメント ミュージック | |
mecab-ipadic-neologd テンプレート ビデオ 公開 | |
snap デスクトップ ピクチャ | |
uhfx@Shuttle-Ubuntu:~$ exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@MacBook-Pro ~ % brew install mkcert | |
Updating Homebrew... | |
==> Auto-updated Homebrew! | |
Updated 2 taps (homebrew/core and homebrew/cask). | |
==> Updated Formulae | |
Updated 64 formulae. | |
==> New Casks | |
mambaforge | |
==> Updated Casks | |
Updated 14 casks. |
あああ
Original : https://lunarwoffie.com/ja/lda-topic-model/
NewerOlder