黒木玄 Gen Kuroki
- いいね数 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 を見て下さい。
2020年03月23日(月)
#Julia言語
すでに公開されているガオーさんのコードと比較すれば分かるように、
function f(x)
~
end
で
function f(x::Float64)
~
end
と型指定をつけることは、計算速度と無関係です。multiple dispatchをやっているだけになる。
Julia以外の経験者の多くがこの点を誤解する。 twitter.com/simularion/sta...
タグ: Julia言語
posted at 00:31:57
ぽい感じになってきたけど誤差の落ち方がまだ怪しい(Juliaで状態依存の遅延を持つ遅延微分方程式の連続ルンゲ-クッタ法(4段4次)による数値計算的な何か)。
解いてる問題はとりあえずこれに載ってるやつ↓
状態依存の遅延をもつ DDE
jp.mathworks.com/help/matlab/ma... pic.twitter.com/M7md7pq96r
タグ:
posted at 00:35:15
#Julia言語
struct Hoge
a
end
を
struct Hoge{T}
a::T
end
に書き換えることは計算速度に影響する。
docs.julialang.org/en/v1/manual/p...
タグ: Julia言語
posted at 00:36:49
RussianGoFederation @GoFederationRu
Handmade Go set, USSR, 1970's pic.twitter.com/5LHPNvV6no
タグ:
posted at 00:39:26
自分がお一人様耐性がとっても強いことを自覚した。まったく問題ない。──会社でテレワークを導入したが、社員たちから『誰とも話せなくてストレスが溜まる』という苦情があまりにも多く2週間でテレワーク解除になってしまった話 - Togetter togetter.com/li/1484496 @togetter_jpさんから
タグ:
posted at 00:52:43
ごまふあざらし(GomahuAzaras @MathSorcerer
ワカル。積極的に型を指定しなくてもJuliaがよしなにしてくれるっていう気持ちでコード書いていって必要に応じて10回ぐらい公式ドキュメントを眺めた方が生産的な行為ができる twitter.com/genkuroki/stat...
タグ:
posted at 00:53:03
ごまふあざらし(GomahuAzaras @MathSorcerer
ここの部分を読んでもらった方がいいかも
docs.julialang.org/en/v1/manual/t... pic.twitter.com/rAMmGMJrgV
タグ:
posted at 01:02:37
ごまふあざらし(GomahuAzaras @MathSorcerer
あとディスコースの議論とか
discourse.julialang.org/t/what-is-the-...
タグ:
posted at 01:03:50
ごまふあざらし(GomahuAzaras @MathSorcerer
docs.julialang.org/en/v1/manual/t...
Adding annotations serves を見るとパフォーマンスに関して言及されてなくて
型によって関数の振る舞いを決める多重ディスパッチ目的
可読性
エラーを検知する
の3つってあるんですよね。 pic.twitter.com/bRkc4C2Gl0
タグ:
posted at 01:09:13
ごまふあざらし(GomahuAzaras @MathSorcerer
あとトドメのコレ
discourse.julialang.org/t/type-annotat...
タグ:
posted at 01:10:20
ごまふあざらし(GomahuAzaras @MathSorcerer
はやく1.5がステーブルでリリースされて欲しい twitter.com/389jan/status/...
タグ:
posted at 01:11:46
ごまふあざらし(GomahuAzaras @MathSorcerer
あとどうしても,型つけたいんじゃー
とかParametricな型を使ったコード構築したいんだよぉ〜とか型がないと不安な人は公式ドキュメントで頻繁に引用されてる
有理数の実装を除いて書かれてることの言わんとしてることを真似るのがいいのかな?
github.com/JuliaLang/juli... twitter.com/mathsorcerer/s...
タグ:
posted at 01:34:49
ごまふあざらし(GomahuAzaras @MathSorcerer
私は趣味やツールとして使う身分であるのでそこまで困ってないというのがる。
あと、私は型アノテーションやマクロとか視覚ノイズになって(本当に文字通り)コードを読めなかったりするのでアノテーションを見ないことにしてる。
タグ:
posted at 01:34:49
ごまふあざらし(GomahuAzaras @MathSorcerer
まぁWebで数学のトピックを記述するのにJuliaのFranklinええよ!!!!ってのがアピールしたいな。JuliaTokyo次いつだろう?
タグ:
posted at 03:04:47
非公開
タグ:
posted at xx:xx:xx
小1の授業
ある子が7-5と5-7を間違える。
先生「5-7はできません」
私「-2です」
先生「マイナスなんてありません」
私「マイナスはあります。0より小さければマイナスです」
先生「誰に教えてもらったんですか?」
私「お母さんです」
→懇談会で母親に事前学習をしないように念押しされる。 twitter.com/yousaien/statu...
タグ:
posted at 06:04:52
It is appalling that @github flagged the JuliaImages org without any prior warning. This has broken the #JuliaLang ecosystem in a pretty bad way because many packages depend on Images.jl. Of course you had to do it on a weekend when nobody is answering support. pic.twitter.com/MVWiL9GMyo
タグ: JuliaLang
posted at 07:03:18
This kind of behavior is really not acceptable for a company that wants to present itself as a reliable foundation for developers to build upon @natfriedman. JuliaImages has been around for many years and probably serves tens of thousands of requests daily. #julialang twitter.com/Viral_B_Shah/s...
タグ: julialang
posted at 07:08:22
@KenoFischer Yikes. Sounds like a spam algorithm hit a false positive. Will go investigate now.
タグ:
posted at 07:16:08
@Viral_B_Shah @github Ouch, sounds like a spam detector hit a false positive. Will go investigate now. Sorry about this.
タグ:
posted at 07:20:57
@natfriedman Thanks - Please feel free to follow up directly by email (keno@juliacomputing.com) if there is something we need to do - this is very high priority for us. Also hoping GitHub will improve its systems to give some notice or only limit rather than ban - this is quite aggressive.
タグ:
posted at 07:29:06
非公開
タグ:
posted at xx:xx:xx
社会人1年目のときの日曜研究がElsevierの国際雑誌Neural Networksに採択・オンライン出版されました! 初の単著です。
Variational approximation error in non-negative matrix factorization www.sciencedirect.com/science/articl...
NMFの変分推論の事後分布の近似誤差を理論解析し、下界を与えた論文です。
タグ:
posted at 11:08:16
Julia v1.4でdivにrounding modeを投げられるようになってる。(前v1.5-DEVで実験してるときに知って、v1.3になくてバグらせた)
タグ:
posted at 11:34:17
> `Iterators.partition` now uses views (or smartly re-computed ranges) for partitions of all AbstractArrays
これとかも有用そう
docs.julialang.org/en/v1/NEWS/
タグ:
posted at 11:38:33
非公開
タグ:
posted at xx:xx:xx
ごまふあざらし(GomahuAzaras @MathSorcerer
書籍ですと
www.amazon.co.jp/Julia-High-Per...
ですかね?(私も知りたい) twitter.com/cometscome_phy...
タグ:
posted at 13:54:57
small delay/vanishing delayのケースも外挿で精度よく計算できてスゲーとなった. これ↓のAlgorithm 1(p19).
citeseerx.ist.psu.edu/viewdoc/summar...
タグ:
posted at 16:26:48
Born on this day - Amalie Emmy Noether (23 March 1882 – 14 April 1935) was a German mathematician who made important contributions to abstract algebra & theoretical physics and had to face political, racial & sexist discrimination.
#WomensHistoryMonth #WomenInSTEM #bornonthisday pic.twitter.com/mJzInpuHnN
タグ: bornonthisday WomenInSTEM WomensHistoryMonth
posted at 18:00:00
非公開
タグ:
posted at xx:xx:xx
jacob(cv.ウラスジール フルチン @jacob__sit
えっ…
FRB、量的緩和を無制限に 資金供給を大幅拡大: 日本経済新聞 www.nikkei.com/article/DGXMZO...
タグ:
posted at 21:47:32
将棋の王位戦リーグ紅組、2戦全勝同士の対決となった永瀬拓矢二冠と佐々木大地五段の対局は相入玉となる大激戦の末、ギリギリで永瀬二冠が持将棋(引き分け)に持ち込みました。先ほど午後10時から、指し直し局が開始。午前10時に始まった対局は、半日後にまさかの仕切り直しとなりました。
タグ:
posted at 22:03:47
初級に相当するのがこの書籍ってことかな→「はじめての統計データ分析: ベイズ的“ポストp値時代”の統計学」 twitter.com/not_identified...
タグ:
posted at 22:05:22
ごまふあざらし(GomahuAzaras @MathSorcerer
だがそれがぃぃグローバル変数最高 twitter.com/hika_ruriruri/...
タグ:
posted at 22:21:08
学務課が学生に送った怪文を見てほしい。大学当局は何の規則を根拠に、何の権限があって、学生にこんなことを命令できるのか。実家ではなくて自宅待機しなくてはならない科学的根拠は何か。命令ではなくお願いなら、言い方ってもんがあるのではないか。こんな大学で働きたくない。 pic.twitter.com/P6kzL4mBvG
タグ:
posted at 22:22:33
「どこで何するか」ってのは自由権の根幹なんだよ。それを法的根拠もなしに、科学的根拠も示さずに、悪びれもせず高圧的に命令することなんて、民主主義国の最高学府で起こってよいはずがないんだ。恥を知れよ。オレは怒ってるからな。 twitter.com/sugikota/statu...
タグ:
posted at 22:28:28
非公開
タグ:
posted at xx:xx:xx