Twitter APIの仕様変更のため、「いいね」の新規取得を終了いたしました

黒木玄 Gen Kuroki

@genkuroki

  • いいね数 389,756/311,170
  • フォロー 995 フォロワー 14,556 ツイート 293,980
  • 現在地 (^-^)/
  • Web https://genkuroki.github.io/documents/
  • 自己紹介 私については https://twilog.org/genkuroki と https://genkuroki.github.io と https://github.com/genkuroki と https://github.com/genkuroki/public を見て下さい。
Favolog ホーム » @genkuroki » 2021年10月21日
並び順 : 新→古 | 古→新

2021年10月21日(木)

Dr. Chris Rackauckas @ChrisRackauckas

21年10月21日

@SciML_Org @FluxML Twitter didn't like the first way I posted the Gif, so here's the #julialang #sciml Deep Equilibrium Model (DEQ) implemented via Neural ODEs in full animated glory. pic.twitter.com/UHyLtKFlGa

タグ: julialang sciml

posted at 23:48:38

Julia Bloggers @juliabloggers

21年10月21日

New post: Composability in Julia: Implementing Deep Equilibrium Models via Neural ODEs - www.juliabloggers.com/composability-... #julialang

タグ: julialang

posted at 23:45:58

The Julia Language @JuliaLanguage

21年10月21日

A new blog post titled: "Composability in Julia: Implementing Deep Equilibrium Models via Neural ODEs" was just posted on the Julia Language's official blog. Check it out here: zpr.io/6Y9MtrzqdqJN and let us know your thoughts! #JuliaLang #OpenSource

タグ: JuliaLang OpenSource

posted at 23:40:34

Dr. Chris Rackauckas @ChrisRackauckas

21年10月21日

The nice thing is that the optimized adjoints come from the @SciML_Org nonlinear solvers and steady state handling. The GPU support comes from JuliaGPU. The neural networks come from @FluxML. The code to stitch it all together is blog post level simple. Composability = progress.

タグ:

posted at 23:38:03

Dr. Chris Rackauckas @ChrisRackauckas

21年10月21日

Instead of using discrete iterative methods x(n+1) = f(x(n)), you can instead solve x'=f(x) until it goes "sufficiently far", i.e. x'->0. ODE solver adaptivity lets you do fun things like merge steps and get there quicker! pic.twitter.com/1hA2EYsfHt

タグ:

posted at 23:38:03

Dr. Chris Rackauckas @ChrisRackauckas

21年10月21日

Did you know that you can implement fancy machine learning architectures like Deep Equilibrium Models using event handling on Neural ODEs? With #julialang + #sciml's composability, you can do it right out of the box and get an efficient implementation. See julialang.org/blog/2021/10/D...

タグ: julialang sciml

posted at 23:38:02

sekkai @sekkai

21年10月21日

日本維新の会、よくも自分のいる選挙区でよりにもよって新型コロナウイルス感染症に対する ivermectin + camostat + clarithromycin 三剤併用療法という倫理委員会も通してない治験もしてないエビデンスゼロの自費診療をしている田淵正文を擁立したな…☺️💢 pic.twitter.com/eUOOVmhjQr

タグ:

posted at 23:14:58

黒木玄 Gen Kuroki @genkuroki

21年10月21日

【おしどりマコ選対で僕に暴力宣言をした横川が今は石垣のり子の私設秘書】

その件については宮城県民は恥を感じるべきかもしれないと思っています。 twitter.com/kikumaco/statu...

タグ:

posted at 22:48:09

玉木雄一郎(国民民主党代表) @tamakiyuichiro

21年10月21日

国民民主党は、ガソリン価格の急騰を踏まえ、価格が160円/ℓを一定期間超えた場合、25.1円/ℓ分引き下げる、いわゆる「トリガー条項」の適用を追加公約に盛り込みました。応援よろしくお願いします。

#比例は国民民主党

ガソリンの課税停止措置 国民民主が衆院選公約に追加 news.yahoo.co.jp/articles/4353d...

タグ: 比例は国民民主党

posted at 22:05:27

Massimo @Rainmaker1973

21年10月21日

These strange solids aren't spheres and yet roll in interesting and unexpected ways. Watch some of the most curious geometries such as the Wobbler, the Oloid or the Steinmetz Solid [video, by YT channel Maker's Muse: buff.ly/2LUzXbQ] pic.twitter.com/cHcha2F4yO

タグ:

posted at 22:00:02

非公開

タグ:

posted at xx:xx:xx

よしき @y7s6k

21年10月21日

ヤマアラシのジレンマとはなんだったのか pic.twitter.com/vHydIQwxR2

タグ:

posted at 20:36:03

Massimo @Rainmaker1973

21年10月21日

You can make a glass sing with your fingers, but can you play Sugar Plum Fairy by Tchaikovsky? The Glass Duo did it, among the other impressive performances [full video and more: buff.ly/37cetm7] [the physics behind the sound: buff.ly/36UkOCo] pic.twitter.com/k4FIq9s8rX

タグ:

posted at 20:00:00

abenori @abenori

21年10月21日

Windows11来ていたのでアップデート.タスクバーの設定が殆ど何もできない.今まで右側においていたけどそれもできないし,強制的にグループ化されてしまう.

タグ:

posted at 19:41:14

dc1394 @dc1394

21年10月21日

WSLgをサポートしたプレビュー版WSLがMicrosoft Storeに登場 - 阿久津良和のWindows Weekly Report | マイナビニュース news.mynavi.jp/article/202110...

タグ:

posted at 19:34:11

ごまふあざらし(GomahuAzaras @MathSorcerer

21年10月21日

ちなみにこのコンテキストは
MLPシリーズ本程度の範疇の話です.

タグ:

posted at 19:32:11

黒木玄 Gen Kuroki @genkuroki

21年10月21日

#Julia言語

[0, 1] はベクトル=縦ベクトル。

[0; 1] はExpr(:vcat, 0, 1)で、0, 1を縦に連結して縦ベクトルができる。

[0 1] はExpr(:hcat, 0, 1)で、0, 1を横に連結して1×2行列ができる。

双対空間の要素としての横ベクトルは [0, 1]' などで作れる。
[1,2]'*[3,4]と[1 2]*[3,4]の違いに注意! twitter.com/sophia8wendel/... pic.twitter.com/Zrxcxxr3Zu

タグ: Julia言語

posted at 19:31:47

ウニ友達 @Bonboriman

21年10月21日

@sekibunnteisuu 数学力じゃなくて政治力で戦え!と言っている感じですね。
信念や説得力で物事が決まらない数学とは致命的に合わない訳だと。

タグ:

posted at 19:28:54

黒木玄 Gen Kuroki @genkuroki

21年10月21日

#数楽 三角函数の加法定理に関する易しい話2/2

解答例。微妙に非自明な計算が必要になった。
pic.twitter.com/Y7WxpaMa9r

タグ: 数楽

posted at 19:17:54

黒木玄 Gen Kuroki @genkuroki

21年10月21日

#数楽 三角函数の加法定理に関する易しい話1/2

添付画像の状況で代数的計算だけで x = ac - bd, y = ad + bc を求めたい。続く pic.twitter.com/yTHXwJb0ph

タグ: 数楽

posted at 19:17:51

ごまふあざらし(GomahuAzaras @MathSorcerer

21年10月21日

数値計算や,Deepじゃない機械学習系統は
Julia で書けば書くほど Julia で書く自然性を感じてきてしまっている.ゴマちゃん.

タグ:

posted at 19:16:12

TANK2ROW ✪ 櫻會 土セ35b/ @TANK2ROW

21年10月21日

息子がゲーミングPCを買ったのだけど、CPUがCORE i5 と聞いて「高校生の小遣いだとそうなるよなー」とか余裕ぶっこいてたら自分のポンコツ i7 の倍以上ぶっ速いヤツで、しかもグラボもスペックが3倍くらい上だったりと非常に悔しい思いをしております。ぐぬぬ。。

タグ:

posted at 19:12:53

Massimo @Rainmaker1973

21年10月21日

The first step to getting stuck in quicksand: Don't freak out. Humans actually can't drown in the stuff, because we float in it. Getting out can be simple, if you follow these instructions [source and full video: buff.ly/2ZsS00L] pic.twitter.com/rRiLC55CTz

タグ:

posted at 18:30:00

桑満おさむ @kuwamitsuosamu

21年10月21日

五本木クリニック@kuwamitsuosamuブログ👉イベルメクチンを処方しまくるお医者さんが衆議院選挙に立候補❗➡️ www.gohongi-clinic.com/k_blog/44644/

全国レベルだともっとすごいトンデモさんがいることが予想されるけど、自分が投票する選挙区でここまでの人が立候補しているとは。しっかり考えて投票しないとね。

タグ:

posted at 18:24:31

Chiezo @hasundue

21年10月21日

IT 関連だとやっぱり Julia を使い始めたのがデカい。もう Python には戻れない…(たまに仕方なく使うけど)
あんまり外に出すものは書いてなかったけど、最近になって熱力学計算用のパッケージの開発を真面目に始めました。
github.com/hasundue/Calma...

タグ:

posted at 17:35:02

篠崎 理一郎 @ReeeeeAcH

21年10月21日

良い瞬間に立ち会えた気がする。 pic.twitter.com/dozgW4sTQA

タグ:

posted at 17:30:34

積分定数 @sekibunnteisuu

21年10月21日

@KayT0309 理系の大人で、この程度の基本問題もできないのに、「掛け算の順序なんてどっちでも良いだろ!」とか盛り上がってる人

の具体例を提示してください。

タグ:

posted at 15:35:23

銀 子 @ginco_silver

21年10月21日

渋沢栄一と化学者の高峰譲吉が江東区に肥料工場作ったんだけど、最初は農家が化学肥料使いたがらなくて、苦労して一時解散の危機もあったけど、農家出身の栄一はこの事業は必要だと断固継続したおかげで食糧生産力上がったし現在の日産化学やサンアグロという企業まで続いてる。

タグ:

posted at 15:31:30

あおじるPPPP @kale_aojiru

21年10月21日

「理系の大人で、この程度の基本問題もできないのに、「掛け算の順序なんてどっちでも良いだろ!」とか盛り上がってる人」を屏風から出そうか twitter.com/KayT0309/statu...

タグ:

posted at 15:30:15

@kankichi57301 @kankichi57301

21年10月21日

@tkawai18_tkawai @hgn_no_otaku クリスマスプレゼントに金槌をもらった子供は何でも叩きたがる・・・OLD
ベクトルの外積を習った子供は掛算の順番を変えてはいけないと言いたがる。・・・NEW

タグ:

posted at 14:54:09

河合祐介 @tkawai18_tkawai

21年10月21日

掛け算の順序でベクトルの外積や行列を持ち出す人に対しては

「あー,昨日今日そのことを知ったんですね.順序があることに驚いたでしょう!」

みたいな気持ちで眺めてるw

タグ:

posted at 14:32:43

Hiroyasu Kamo @kamo_hiroyasu

21年10月21日

この主張の陳腐さを理解した上で炎上狙いでわざとやっているのでしょうか? twitter.com/KayT0309/statu...

タグ:

posted at 13:52:56

Yossy @Yossy_K

21年10月21日

実数の積とベクトルの内積外積が同じモンに見えてるなら、目か脳がアレなんでは twitter.com/KayT0309/statu...

タグ:

posted at 13:47:05

あ〜る菊池誠(反緊縮)公式 @kikumaco

21年10月21日

まあ、小選挙区で公認した以上、立憲民主は反ワクチンを擁護してるってことで、おしどり マコ公認で放射能デマを擁護したのと同じ構図 twitter.com/io302/status/1...

タグ:

posted at 12:37:09

io302 @io302

21年10月21日

立憲民主党の比例名簿1位に、反ワクチンはたともこが載ってるんだが

立憲民主党は反ワクチンって事で、いいね?

www.nhk.or.jp/senkyo/databas... pic.twitter.com/nqZoxjAIty

タグ:

posted at 12:34:42

HOBBY Watch @hobbywatch_jp

21年10月21日

営業電話、元カレ、大根…!? 思わず“切りたくなる”麻雀牌のカプセルトイがTAMA-KYUより発売  hobby.watch.impress.co.jp/docs/news/1360... #たまきゅう #切りたい麻雀牌 pic.twitter.com/xZYEMSmwQZ

タグ: たまきゅう 切りたい麻雀牌

posted at 12:24:45

ごまふあざらし(GomahuAzaras @MathSorcerer

21年10月21日

#Julia言語

```julia
function bogosort(N)
X = shuffle(1:N)
while true
shuffle!(X)
issorted(X) && break
end
X
end```

N=12 から急激に厳しくなる

タグ: Julia言語

posted at 12:21:20

@kankichi57301 @kankichi57301

21年10月21日

@tkawai18_tkawai 10年くらい前から
#掛算 の順番の話において
行列の積と3Dベクトルの外積は晩秋~冬の風物詩
もうすぐ歳時記に採録されます。(てへ)

タグ: 掛算

posted at 11:05:33

三塚ハル @mtkharu3

21年10月21日

@tkawai18_tkawai @hgn_no_otaku 何番煎じなんですか(呆れ

タグ:

posted at 10:46:26

elastic @sophia8ds

21年10月21日

#julialang
>>typeof([0,1])
Vector{Int64} (alias for Array{Int64, 1})
>>typeof([0;1])
Vector{Int64} (alias for Array{Int64, 1})
>>typeof([0 1])
Matrix{Int64} (alias for Array{Int64, 2})

「,」と「;」は同じ意味?
Vectorが1次元の縦ベクトルで
Matrixが2次元の配列かな

タグ: julialang

posted at 09:42:10

探究 @sekai_tankyu

21年10月21日

非可換なものはその時に理解すればいいだけじゃん...可換なものに順序を導入する理由は全くないと思うけど... twitter.com/KayT0309/statu...

タグ:

posted at 09:24:50

いもす @imos

21年10月21日

息子氏に嫁氏が2進数をうっかり教えてしまったのだけど、片手で31まで数えられる2進数に感銘を受け、保育園で一番仲の良い友だちに指1本で2が表現できることを伝えたらしいのだけど、「1本は1だし2は2本だよ」と言われ全く理解してくれなかったと家で文句を言っていてワロタ。

タグ:

posted at 09:17:17

非公開

タグ:

posted at xx:xx:xx

清 史弘 @f_sei

21年10月21日

小選挙区の困るところは、候補者が少なくて、どっちもダメなときに選択肢がないことだ。
まさに実感。

タグ:

posted at 08:13:02

Stanley H. Chan @stanley_h_chan

21年10月21日

Just added the third language to this free textbook. Now we have MATLAB, Python, and Julia.
probability4datascience.com
R is on the way.

Thanks to volunteers who helped on this project.

#MachineLearning #DataScience #Statistics #matlab #Python #JuliaLang pic.twitter.com/LdxCd33roo

タグ: DataScience JuliaLang MachineLearning matlab Python Statistics

posted at 06:09:27

じんぐる (Takaaki Suzuki @xin9le

21年10月21日

Visual Studio Code の Web ブラウザ版!
vscode.dev

インストール不要でローカルファイルも開ける!すごい! pic.twitter.com/v8M8fK8ihd

タグ:

posted at 03:18:17

非公開

タグ:

posted at xx:xx:xx

探究 @sekai_tankyu

21年10月21日

@tkawai18_tkawai 僕のスペースも面白いですよ!

タグ:

posted at 02:11:38

河合祐介 @tkawai18_tkawai

21年10月21日

今度はベクトルの外積を持ち出して掛け算の順序とか言ってる人がいるのかぁw
面白いねw

タグ:

posted at 02:06:24

elastic @sophia8ds

21年10月21日

元々のPythonのコードがこれ
github.com/oreilly-japan/...

タグ:

posted at 01:07:50

elastic @sophia8ds

21年10月21日

この人凄い
パーセプトロンのところは結構冗長だなと思ってたけど、関数を作る関数を作ることで上手く抽象化されてる。追加で関数を引数にとる関数作ってさらに抽象化しました。#Julialang pic.twitter.com/xIwAEUMMA0

タグ: Julialang

posted at 01:02:40

elastic @sophia8ds

21年10月21日

Juliaでやってるブログがあったのでこれを参考にやっていきます。
2~5章がJulia化されてる。6~8章は自分で作るしかなさそう
yoyablog.com/post/deeplearn...

タグ:

posted at 00:50:29

@genkurokiホーム
スポンサーリンク
▲ページの先頭に戻る
ツイート  タグ  ユーザー

User

» More...

Tag

» More...

Recent

Archive

» More...

タグの編集

掛算 統計 超算数 Julia言語 数楽 JuliaLang 十分 と教 モルグリコ 掛け算

※タグはスペースで区切ってください

送信中

送信に失敗しました

タグを編集しました