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年06月23日
並び順 : 新→古 | 古→新

2021年06月23日(水)

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語

ノイマン境界条件(境界が自由に動ける)では、境界にぶつかった波はそのまま跳ね返る。境界に赤青の順にぶつかった波は、赤青の順序を保ったまま反射している。

自由度19万の常微分方程式を解いている
nbviewer.jupyter.org/github/genkuro... pic.twitter.com/XxeDN8X0r3

タグ: Julia言語

posted at 23:22:22

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語

ディリクレ境界条件(境界で0に固定)では、境界にぶつかった波は上下反転して跳ね返る。境界で反射した波の赤と青が反転している。

自由度19万の常微分方程式を解いている
nbviewer.jupyter.org/github/genkuro... pic.twitter.com/O4Mz6nWuHL

タグ: Julia言語

posted at 23:21:58

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語

吸収境界条件では境界にぶつかった波は吸収されて弱まる。

自由度19万の常微分方程式を解いている。
nbviewer.jupyter.org/github/genkuro... pic.twitter.com/l1Y5SOkscb

タグ: Julia言語

posted at 23:21:35

ロボ太 @kaityo256

21年6月23日

明日の計算科学技術特論Aの担当は光成さんによる「深層学習フレームワークにおけるIntel CPU/富岳向け最適化法」です。既にスライドが公開されています。
www.slideshare.net/RCCSRENKEI/11-...

タグ:

posted at 22:58:14

新町のつねさん @shinmachi_tsune

21年6月23日

Julia言語の入門書はまだないのか。いま手を出すと第一人者?でもねえか

タグ:

posted at 22:58:09

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語 Plots.jlについては、誰かがベクトル場のいい感じのプロットをするためのレシピを書くべき。

オープンソースなので最終的には「あなた自身もしくは他の誰かがそのために必要なコードを書くべき」という話になる。

タグ: Julia言語

posted at 22:56:53

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語

「Juliaの」→「Plots.jlの」
「リスト」→「1次元配列」=「ベクトル」

Plots.jlのquiverの仕様は「ベクトル場のプロットに特化していない」感じ。添付画像①の[1]の使い方もできる。

添付画像②では矢線の根っこの位置をずらして自然に見えるようにプロットしています。これ結構重要。 twitter.com/ktydrcb/status... pic.twitter.com/nIiY5flvFs

タグ: Julia言語

posted at 22:54:46

千代田数理セミナー @BZM10005

21年6月23日

@temmusu_n @w2Y3lkPhWhOwuqj 自分も最初信じられなかったのですが
実教出版の教科書に載ってしまっていたようです
twitter.com/genkuroki/stat...

タグ:

posted at 22:25:31

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語 a = [1; 2; 3;; 4; 5; 6;;; 7; 8; 9;; 10; 11; 12] というメモリーオーダーと一致する書き方ができるようになったおかげで、JuliaのArray型オブジェクト内で数値がどのような順番に並んでいるかを説明し易くなった。

具体的な高次元配列も行列と同様に作り易くなった。

タグ: Julia言語

posted at 21:36:20

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#JuliaLang v1.7

* You can create multi-dimensional arrays by multi-semicolon notation.

Memory order

a = [1; 2; 3;; 4; 5; 6;;; 7; 8; 9;; 10; 11; 12]

Concatenate matrices by ;;;

b = [1 4; 2 5; 3 6;;; 7 10; 8 11; 9 12]

Then a == b is true. pic.twitter.com/tQy0YfGpTE

タグ: JuliaLang

posted at 21:33:15

七重 @churanpon

21年6月23日

@EriHasemi 森のくまさんを拝見してすっかりファンになりました!
子供達もファンです
✩°。⋆⸜(*˙꒳˙* )⸝

我が家のオカメインコもノリノリで拝見してます!

タグ:

posted at 21:16:11

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語 Windows上でJuliaが~/.julia/conda/3以下にインストールしてくれるPythonさんのjupyterを楽に使うためには、

~/.julia/conda/3
~/.julia/conda/3/Scripts
~/.julia/conda/3/Library/bin
~/.julia/conda/3/Lib/site-packages/zmq

をPathに登録しておく必要があった。

タグ: Julia言語

posted at 21:04:22

黒木玄 Gen Kuroki @genkuroki

21年6月23日

Python関係の部分には罠が沢山ある。

タグ:

posted at 20:49:19

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語

①安定板Julia公式インストーラ + VS Code
②安定板Julia公式インストーラ + Pluto

はマジで非常に簡単。

全てのステップのスクショを残しておき、失敗したとき公開すれば、どこでミスっているか教えてもらい易いと思う。

③JuliaとPythonの連携(Jupyterを含む)

は運が良ければ簡単。 twitter.com/hals_sc/status...

タグ: Julia言語

posted at 20:47:58

長谷見枝里 @EriHasemi

21年6月23日

久しぶりの多重録音。
「ルパン三世のテーマ」をスライドホイッスルで吹いたら、何も盗めなさそうな感じになってしまいました。

youtu.be/xIrWhiIuH7w @YouTubeより

タグ:

posted at 20:47:04

非公開

タグ:

posted at xx:xx:xx

非公開

タグ:

posted at xx:xx:xx

知念実希人 物語り @MIKITO_777

21年6月23日

イスラエルで感染者が再び100人を超えましたが、
ワクチンが効かないウイルスが出現したというわけではなく
未接種の15歳以下でデルタ株の感染が広がっている状況です。

やはりデルタ株の伝播性は極めて強く、子供の間でも急速に感染拡大するようです。

警戒が必要です。

www3.nhk.or.jp/news/html/2021...

タグ:

posted at 19:15:00

らく@海外駐在 @aXGC4X3QsT5gCln

21年6月23日

娘のテスト。
奥様からどこが間違ってる?って。
そもそもへんの長さわからなければ出せない気もするが、、、
三角定規が90.45.45と90.30.60度と仮定すると、、、
何が間違ってるのかわからない🥲🥲🥲
わかる方いれば教えてください。 pic.twitter.com/xT9kGW6M6Q

タグ:

posted at 18:55:06

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語 複数のパラメータを持つ微分方程式のモデルを扱うときには

function f(param, x, y)
paramから以下で使うパラメータの値を取り出す
取り出したパラメータの値を使った計算
end

の形の函数を書くことが多いので、

(; b, d, a) = param

型の新構文を使えることはありがたい。

タグ: Julia言語

posted at 18:29:57

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語 v1.7以上

問題を記述するパラメータを1つの変数にまとめるためには、

* (; b, d, a) = p 型の新構文

は非常に便利だし、MKLを気軽に使いたい人も多いと思う。

要するにv1.7以上は便利だということ。

タグ: Julia言語

posted at 18:22:00

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#JuliaLang v1.7

* In order to use MKL, you only need to do `using MKL`. No need to rebuild sysimage. pic.twitter.com/6rFQHSx6QP

タグ: JuliaLang

posted at 18:18:51

tsujimotter 日曜数学者 @tsujimotter

21年6月23日

s軌道・p軌道・d軌道をPythonのmatplotlibで書いてみました! pic.twitter.com/lu4TSldCSt

タグ:

posted at 17:28:54

黒木玄 Gen Kuroki @genkuroki

21年6月23日

誰でも俗説に騙されることはある。

タグ:

posted at 17:11:13

Atsushi Sakai @Atsushi_twi

21年6月23日

お、Julia v1.7のベータ2が出てる。:Julia v1.7.0-beta2 is now available - Announcements - JuliaLang discourse.julialang.org/t/julia-v1-7-0...

タグ:

posted at 17:10:39

非公開

タグ:

posted at xx:xx:xx

非公開

タグ:

posted at xx:xx:xx

非公開

タグ:

posted at xx:xx:xx

wavebidder @dsweber21

21年6月23日

@thienan496 for evaluating a leaf? # of lines unblocked on both ends with increasing weight the longer they get seems like a natural one, though it doesn't really capture "fork" equivalents very well

タグ:

posted at 15:42:07

eval parse @evalparse

21年6月23日

@thienan496 Hmm, would've thought this is a classic reinforcement learning algorithm. AlphaZero.jl might serve as inspiration github.com/jonathan-laure...

タグ:

posted at 15:32:39

Mark Kittisopikul ht @markkitti

21年6月23日

@physics_math_me @miguelraz_ @MoseGiordano Also, if you need to create new "fields" on the fly, consider creating keys in a Dict.

If you need more help, check out the Julia Slack, Zulip, Discourse, or Discord communities.

タグ:

posted at 15:09:42

Joe(y) Carpinelli @code_typed

21年6月23日

@physics_math_me I also came from MATLAB and found that ConcreteStructs.jl’s “@concrete terse” syntax provides “any type goes” behavior that’s similar to MATLAB. I used it for homework a lot. Replying to potentially share a fun package & also because I like replying to #JuliaLang threads :)

タグ: JuliaLang

posted at 15:06:29

Mark Kittisopikul ht @markkitti

21年6月23日

@physics_math_me @miguelraz_ @MoseGiordano Mutable structs may help in that you can assign new values to the fields.
docs.julialang.org/en/v1/manual/t...

タグ:

posted at 15:05:08

非公開

タグ:

posted at xx:xx:xx

SpinNeuron @physics_math_me

21年6月23日

@miguelraz_ @MoseGiordano My confusion about structs comes mostly from working with structs in MATLAB, which are very different as I understand now.

タグ:

posted at 13:33:35

Julia REPL stan now @miguelraz_

21年6月23日

@physics_math_me @MoseGiordano Oof, I get that. Fwiw I did a bunch of physics-y code assigments and it wasn't until I struggled through structs and types that writing software "clicked" for me. Do you have previous coding background in another language? Some people wrote "From X to Julia" to ease newcomers in.

タグ:

posted at 13:28:19

SpinNeuron @physics_math_me

21年6月23日

@miguelraz_ @MoseGiordano Thank you, Miguel! I’ll certainly read those blog posts .
I feel like I’ll never be able to do any advanced programming with Julia. It’s an issue for me having to constantly deal with trivial errors when writing even some basic programs. Types and structs are especially tricky.

タグ:

posted at 13:23:47

Julia REPL stan now @miguelraz_

21年6月23日

@physics_math_me All the best papers show it's best to rest and sleep!
As a nightcap, this article made Julia click for me by @MoseGiordano giordano.github.io/blog/2017-11-0...
And I humbly submit my own blog as an intro as well
miguelraz.github.io/blog/dispatch/

タグ:

posted at 13:00:59

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#JuliaLang

* 2√3

* (; b, d, a) = p is equivalent to (b = p.b; d = p.d; a = p.a) pic.twitter.com/CQoo5uqNZZ

タグ: JuliaLang

posted at 12:59:22

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#JuliaLang

discourse.julialang.org/t/julia-v1-7-0...
Julia v1.7.0-beta2 is now available

Upcoming release: v1.7.0-beta2 (June 21, 2021)
julialang.org/downloads/

github.com/JuliaLang/juli...
Julia v1.7 Release Notes

タグ: JuliaLang

posted at 12:55:24

非公開

タグ:

posted at xx:xx:xx

SpinNeuron @physics_math_me

21年6月23日

Is it legal to drink coffee at 10:35pm while trying to understand the #JuliaLang structs and methods? pic.twitter.com/BOAJj3taoo

タグ: JuliaLang

posted at 12:37:12

非公開

タグ:

posted at xx:xx:xx

(「・ω・)「ガオー @bicycle1885

21年6月23日

Juliaの新しい自動微分パッケージであるDiffractorが今年のJuliaConでお披露目になるらしい。まだ未公開だが、Juliaの中心的な開発者であるKeno氏が開発しているものなのでかなり期待できると思う。
twitter.com/Viral_B_Shah/s...

タグ:

posted at 12:11:04

非公開

タグ:

posted at xx:xx:xx

The Julia Language @JuliaLanguage

21年6月23日

Would you be interested in a Quantum Computing course in #JuliaLang (and if so, who do you suggest we create it with?)

タグ: JuliaLang

posted at 11:20:01

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#数楽 「境界での反射を防ぐために、端にある質点達のニュートンの運動方程式に適切な強さの粘性抵抗の項を加えている」という形になっている。

高校の物理の範囲内で理解できる話題だと思う。

添付画像は1次元の波動方程式を質点がバネで繋がった系で近似した場合。

nbviewer.jupyter.org/github/genkuro... pic.twitter.com/pxfXdsBIdB

タグ: 数楽

posted at 09:27:33

非公開

タグ:

posted at xx:xx:xx

黒木玄 Gen Kuroki @genkuroki

21年6月23日

#Julia言語 吸収境界条件

nbviewer.jupyter.org/github/genkuro...

3次元プロットよりもheatmapの方が見やすいことが結構ある。

これは[-1,1]×[-1,1]を400×400のメッシュに区切り、正五角形内部の約9万5千点を扱っている。自由度約19万の常微分方程式。

Juliaではこういうことを気楽にできる。 pic.twitter.com/SrJjSQfxdn

タグ: Julia言語

posted at 09:10:47

RochejacMonmo @RochejacMonmo

21年6月23日

大学入試のあり方に関する検討会議 提言【原案】は、個別大学の入学者選抜(英語や記述式)、教学方針(卒業認定・学位授与方針)への英語力の明記などの観点を、大学の認証評価と結びつけようとする意向が強く(そして長い提言の中にこっそりと)盛り込まれている。この部分は削除させないと危ない。 twitter.com/RochejacMonmo/... pic.twitter.com/Ul8hpbspH4

タグ:

posted at 08:49:26

Thomas O'Connor @thomas_oconnor

21年6月23日

@MadVictorZ @JuliaComputing I'm trying to pick it up this summer and convert some of my numba/python scripts for my new group. Got any recommended reading?

タグ:

posted at 08:48:05

@prna79

21年6月23日

“看護学生が実習を受けさせてもらえず、単位が取れなくなるという訴え” 科学的には当然の院内感染対策を差別と主張する新聞社は河北新報だけではない。公衆衛生の敵ですね。 / “社説(6/22):ワクチン接種と差別/打たない自由 認める社会に | 河北新報オンラインニュース…” htn.to/3AwmmGJEQU

タグ:

posted at 08:18:57

非公開

タグ:

posted at xx:xx:xx

マスクド整数 @lonelysei

21年6月23日

今朝の朝日新聞に載っていた山口香のインタビューを読んで、スポーツ界や五輪を憂慮する真っ当な話が多かったのだが、最も印象的だったのはこの言葉。 pic.twitter.com/1yrx7cun9f

タグ:

posted at 06:39:13

非公開

タグ:

posted at xx:xx:xx

非公開

タグ:

posted at xx:xx:xx

NumFOCUS @NumFOCUS

21年6月23日

The annual #julialang survey (for 2021) is open. Please take the survey and have your voice heard! The results will be presented at JuliaCon:

form.jotform.com/211432977821458

タグ: julialang

posted at 05:50:17

Frames Catherine Whi @oxinabox_frames

21年6月23日

@quinn_jacobd Or even cuter but longer
file:///tmp/mozilla_oxinabox0/carbon.png pic.twitter.com/K7nYX1OHxQ

タグ:

posted at 03:43:59

峰 宗太郎 @minesoh

21年6月23日

じゃーん!👶レ点レ点!!!!!! pic.twitter.com/hz8yU1wYzu

タグ:

posted at 03:41:48

Frames Catherine Whi @oxinabox_frames

21年6月23日

@quinn_jacobd Longer, but more interesting
(@ label a; @ goto a)

タグ:

posted at 03:36:08

Jacob Quinn @quinn_jacobd

21年6月23日

Can anyone come up with shorter than `while true end` in #JuliaLang? twitter.com/lexfridman/sta...

タグ: JuliaLang

posted at 03:21:47

JuliaHub @JuliaHub_Inc

21年6月23日

In this video @ChrisRackauckas introduces the Julia SciML ecosystem by describing some of its recent advances, showing how #GPU-accelerated differential equation solvers gave 175x acceleration on Pfizer's internal C-based #QSP models. youtu.be/KLjJps268Wc
#julialang

タグ: GPU julialang QSP

posted at 02:35:29

鶏肉 @uw_yu1rabbit

21年6月23日

なんでかわからないんですけどPythonよりはJuliaやりたい

タグ:

posted at 01:59:20

Nick @Mathl3t3

21年6月23日

Calling all statisticians and data scientists (academic and industry)! I'm compiling a dataset about hardware and computing and would greatly appreciate your input.

Survey: forms.gle/5RND6jQYjy15f6...

#rstats #julialang #python

タグ: julialang python rstats

posted at 01:35:00

kitano@推しのサメ @kitano_blog

21年6月23日

猫好きの方, ごめんなさい. Arnoldの猫写像.
#julialang pic.twitter.com/0GtmPZlNFA

タグ: julialang

posted at 00:25:25

Minecraft Dungeons @dungeonsgame

21年6月23日

Honestly, whose smart idea was it to put TNT in minecarts?! As if they weren’t dangerous enough already! pic.twitter.com/83vaRSlJpS

タグ:

posted at 00:00:37

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

User

» More...

Tag

» More...

Recent

Archive

» More...

タグの編集

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

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

送信中

送信に失敗しました

タグを編集しました