黒木玄 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 を見て下さい。
2021年10月20日(水)
大姉ねね、混合接種4 HPVワクチン3 @anetai_toyone
@utsumijuku 他の人の許可をしていない私的なコンテンツが含まれている
製作者が画像取り消しを申請したので、Twitterに連絡しました pic.twitter.com/CITaZa5eqK
タグ:
posted at 00:50:52
評価値スケールが調整された(Eval_Coef=285)dlshogiの評価値(画像1、従来のdlshogiは画像2)。
良かった、四間飛車は無事だったのですね…(
素晴らしい更新です!
tadaoyamaoka.hatenablog.com/entry/2021/10/... pic.twitter.com/HdZhPzqkQu
タグ:
posted at 00:51:10
In #JuliaLang:
julia> a = Dict("one" => 1)
Dict{String, Int64} with 1 entry:
"one" => 1
julia> b = Dict("one" => 2, "two" => 2)
Dict{String, Int64} with 2 entries:
"two" => 2
"one" => 2
julia> Dict(a..., b...)
Dict{String, Int64} with 2 entries:
"two" => 2
"one" => 2 twitter.com/python_tip/sta...
タグ: JuliaLang
posted at 02:22:16
julia> merge(a, b)
Dict{String, Int64} with 2 entries:
"two" => 2
"one" => 2
# update the `a` dict w/ entries from `b`
julia> merge!(a, b)
Dict{String, Int64} with 2 entries:
"two" => 2
"one" => 2
タグ:
posted at 02:22:16
@Jas_Hughes with #julialang's built-in rational numbers support, you'd get
```
julia> 7//10 - 4//10 >= 3//10
true
```
I use #rlang mostly and definitely loves it, but try to use #julialang more in recent days.
posted at 02:31:45
@quinn_jacobd If one wants similar syntax to what's going on in Python 3.9, there's also:
julia> Dict(union(a,b))
Dict{String, Int64} with 2 entries:
"two" => 2
"one" => 2
julia> Dict(a∪b)
Dict{String, Int64} with 2 entries:
"two" => 2
"one" => 2
タグ:
posted at 03:04:15
In #JuliaLang:
julia> function sum_numbers(number, all_numbers=[])
append!(all_numbers, number)
return sum(all_numbers)
end
sum_numbers (generic function with 2 methods)
julia> sum_numbers(1, [2, 3])
6
julia> sum_numbers(1)
1
julia> sum_numbers(2)
2 twitter.com/bbelderbos/sta...
タグ: JuliaLang
posted at 05:25:04
Why doesn't #JuliaLang have the same problem? When you define `sum_numbers(x, y=[])` you're actually defining TWO methods. One that takes both args, and one like:
sum_numbers(x) = sum_numbers(x, [])
So you get a "fresh" array every time you call sum_numbers w/ a single arg.
タグ: JuliaLang
posted at 05:25:05
Ok, clearly we need this in #JuliaLang as well: github.com/quinnj/There.jl twitter.com/kdpsinghlab/st... pic.twitter.com/t56aiwjJQP
タグ: JuliaLang
posted at 07:54:54
Interdisciplinary Ph @In_Phy_T
We're currently working on a meta-modeling #JuliaLang package, and actively using it to build user-friendly yet very expressive epidemiological and neuronal (single-neuron) modeling frameworks, with a focus on model calibration. @SciML_Org @TuringLang #epitwitter #neurotwitter twitter.com/JuliaLanguage/... pic.twitter.com/PvDdhf48YO
タグ: epitwitter JuliaLang neurotwitter
posted at 08:05:08
最近の反緊縮、反新自由主義の流行りで、分かってないのに反~標榜する人も多いからね。「反緊縮だけどPB大切」とか「反新自由主義だけどゾンビ企業は潰せ」とか。 twitter.com/kikumaco/statu...
タグ:
posted at 08:50:36
非公開
タグ:
posted at xx:xx:xx
間違ってもよいことは自分で考えることの練習の大前提。
「間違ってもよい」は勉強を子供に教える人が最初に言うべきことだと思う。
私は私自身が実際に間違っていることを子供に伝えるように努力しています。実際、計算ミスや書き間違いや書き忘れの類は日常茶飯事でしかない。 twitter.com/teyunta1123/st...
タグ:
posted at 09:15:41
Marked an SQLite.jl issue as "help wanted" if anyone wants a quick/simple way to get started w/ how to implement the Tables.jl interface for a simple "table type". Feel free to hit me up for more details: github.com/JuliaDatabases...
#JuliaLang
タグ: JuliaLang
posted at 14:29:11
うわっ、でた。
娘の字が大惨事なのは置いといて、足し算の前と後ろが逆だから減点されるパターン\( ´ω` )/
文章題のこの問題に関しては考え方次第なので、正答で良いと思うんですよね。 pic.twitter.com/UwSLCIcyCl
タグ:
posted at 15:35:28
内積の導入,盛大にミスった(ような気がする).
内積を定義して,その定義の確認問題を解いてもらったのだが,多くの子に「内積なんて考えて,何が嬉しいんですか?」と突っ込まれてしまった.
タグ:
posted at 17:54:59
日本でおにぎりをよく食べてたんだけど、ある時、海老の天ぷらがそのままぶっささってて
「に…日本…なんでもおにぎりに入れたらいいってものじゃないんだぞ…」
と思いながらも興味があって食べてみたら
「に…日本…疑ってすまなかった…おにぎりになんでも入れてくれてありがとう…」
ってなった。 pic.twitter.com/n7n44uma4a
タグ:
posted at 18:03:00
結局色々考えた挙句「ベクトルの掛け算を考えてみよう!→ 分配法則,なかなか成り立たないなぁ~」の流れで説明して,内積を定義した上で更に「これ,物理の〝仕事〟よね」とも説明するという,かなり欲張りな展開をしてみたのですが,この段階ではなかなか内積の〝有用性〟を主張することができず ⋯ twitter.com/banban7866/sta...
タグ:
posted at 18:06:11
ちゅらデータでは、隔週金曜日に2〜3時間程度の勉強会が開催されています。
今週22日はk.uedaさんによる「Julia体験会」が開催されます。Pythonとの対応やデータの加工と可視化など学べる会となっています。
#churadata
#julia言語
ちゅらデータ社内勉強会の雰囲気
churadata.okinawa/blog/study-gro...
posted at 19:24:18
ごまふあざらし(GomahuAzaras @MathSorcerer
Windows の Powertoyっていうやつでキーバインドをいじったらちょっとましになった.
タグ:
posted at 21:20:41
中公新書は校閲部門がすごいと評判だよね。参考文献表まで校正するとは! 文献表の誤りでなんども時間を取られたことのある読者としてはこの水準がどの出版物でも達成されてほしい。
タグ:
posted at 21:24:01
算数のかけ算。たびたび話題になるかける数とかけられる数。乗算の交換法則。
さて、ここで小学校の先生がやらかした例を見てみましょう。
小学校の修学旅行のしおり。
単価1円のお土産を300個!! pic.twitter.com/Y9WRQQzbtX
タグ:
posted at 21:25:20
ごまふあざらし(GomahuAzaras @MathSorcerer
I've installed Windows 11.
Unfortunately, I can't type any of Japanese ...
Henkan dekinai
タグ:
posted at 22:43:02
著者の方修正されたようですね。このように「同時確率を積に分解」という特定の文脈下であれば幾何平均の使用は納得です。
(なお示強変数だから幾何平均のくだりはやっぱりよくわかってませんが…温度とか圧力って幾何平均取っていいんですか?) twitter.com/daiti_m/status...
タグ:
posted at 23:09:14
非公開
タグ:
posted at xx:xx:xx
When my machine learning model has amazing accuracy, but then I realize I'm evaluating on the training data... pic.twitter.com/gYvrkJ4QLq
タグ:
posted at 23:48:44