Juliaを使って制限ボルツマンマシンで量子スピン系の基底状態を求める
https://qiita.com/cometscome_phys/items/af5e7b82297046afbe32?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Julia #Flux_jl
First time started to have a look on Julia. I re-wrote the mesh generators from FElupe in Julia. It's a great language - I have the feeling that I wrote very readable code. However, sometimes I came across (multi-dimensional) arrays as expected but some other calculations resulted in vectors of matrices, or vectors of vectors of vectors. How can I convert the latter ones to arrays?
#julia #programming #scientificcomputing #computationalmechanics
#ComputationalMechanics #scientificcomputing #programming #julia
All or most videos from JuliaCon 2023 are now available on YouTube (https://www.youtube.com/playlist?list=PLP8iPy9hna6T7PRe2sucSonFsrrH-oEZC).
The image is from a talk by Gregory Wagner, author of Oceananigans. It shows what may become a dominant design idea in CliMA. It shows the connection between customizible fields in a model constructor and the terms of the PDE on which the model is based. #climate #julia #julialang
Small #JuliaLang tip: if you want to write several vectors to the same file, assuming that the dimensions coincide, you can do this just with
open("path", "w") do io
writedlm(io, [x y z])
end
**But! The command [x y z] generates a matrix, thus allocating a lot of memory**. Luckily, writedlm also accepts zip(x,y,z), which does the same and is orders of magnitude faster, since it does not allocate memory! #julia
I do not know if that already exist. (it is a bit early to have some real feedback I feel). I am also curious!
I think the value of learning #rstats (or #python #julia, etc ) is more having a reproducible workflow that save you time and help you being organized (ie automate the boring stuff, have quick feedback loops, divide & conquer etc ..). I am afraid that chatGPT is not providing that.
People (prob not you :P) are overlooking tool like JASP for beginner.
Aktualności:
»Rok temu zmarł Peter Straub«
Amerykański pisarz horrorów i powieści fantastycznych oraz poeta Peter Straub zmarł 4 września 2022 roku w wieku 79 lat.
https://www.fahrenheit.net.pl/aktualnosci/rok-temu-zmarl-peter-straub/
#Fahrenheit_zin #TheTalizman #StephenKing #CzarnyDom #Julia #BlackHouse #PeterStraub #Mystery #Marriages #UnderVenus #Upiornaopowieść #GhostStory #Krainacieni #Shadowland #FloatingDragon #Tajemnica #PanX #MrX #Talizman
#fahrenheit_zin #thetalizman #stephenking #czarnydom #julia #blackhouse #peterstraub #mystery #marriages #undervenus #upiornaopowiesc #ghoststory #krainacieni #shadowland #floatingdragon #tajemnica #panx #mrx #talizman
🔥 😎
Popular Programming Languages:
So according to the latest Tiobe index:
Python is No.1
Rust is now in Top 20
And Julia just entered Top 20
The claims are Julia is faster than Python and targets the same market as Python.
https://www.tiobe.com/tiobe-index
#rust
#julia
#python
#popular
#language
#programming
#development
#rust #julia #python #popular #language #programming #development
https://qtasis.bolzef.de/2023/09/60-julia.html
🍹 Discopartygirl, das ist Cutie Julia.
🕺 Disco party girl, this is Cutie Julia.
#Bolzef #Kreation #Creation #art #mywork #meer #Strand #beach #model #woman #beauty #idol #sommer #summer #casting #bikini #disco #party #blonde #Julia
#julia #blonde #party #disco #bikini #casting #summer #sommer #idol #beauty #woman #model #beach #strand #meer #mywork #art #creation #kreation #Bolzef
https://dmm.girlsname.net/女優リスト/し/JULIA/1004672?v=016HEZ-230
スケベおっぱい大集結!巨乳美女12名 釣鐘型おっぱいVSお椀型おっぱい
#AV #JULIA
How to Install and Use Julia on Linux
#Linux #Programming #Julia
https://linuxtldr.com/installing-julia/
Looking forward to the *online* AmStat mini Stat Comp symposium on 2023-11-04, with keynote by Simon Urbanek and "Data Jamboree" with analysis of NYC 311 data in #Julia, #Python, and #rstats (HaiYing Wang, Shannon Neeley-Tass, and @lucystats, respectively) https://asa-ssc.github.io/minisymp2023/program/
配信開始!
https://hnaportal.net/nar/detail?url=https%3A%2F%2Fwww.dmm.co.jp%2Fdigital%2Fvideoa%2F-%2Fdetail%2F%3D%2Fcid%3Dwaaa00298%2F
やっぱり、君が大好きだ!地元の夏祭りで初恋の幼馴染と再会…終電を逃して連れ込み宿で汗だく発情交尾 JULIA
#AV #JULIA
Screenshot of the UI for bae so far. Using @fyne to do this.
This shows the sort of flow for exploring point attractors: #Mandelbrot -> #Julia -> #Attractor (counter clockwise starting from the top-left image).
Creating this layout felt like fighting the GUI framework more than using it. I'm a little concerned I'm using the wrong tool for this job, but hoping I'm just ignorant of the right way to do it.
Julia people should register .jl as a tld with ICANN and rigg it so packages automatically have a redirect from that domain to the relevant source (subject to some package use metric perhaps)
It would be cool to have DifferentialEquations.js to redirect to https://www.juliapackages.com/p/differentialequations
The slides of my talk “Benchmarking the Parallel 1D Heat Equation Solver in Chapel, Charm++, C++, HPX, Go, Julia, Python, Rust, Swift, and Java” held at the Workshop for Asynchronous Many-Task Systems for Exascale are available here
Julia: Staffel 2 führt TV-Köchin ab November nach Frankreich #Julia #JuliaOnMax
https://www.serienjunkies.de/news/julia-staffel-fuehrt-koechin-119776.html?utm_source=mastodon&utm_medium=social&utm_campaign=News%20(119776)#sjnews
The second season of #MAXOriginal series #Julia will drop its first three episodes one week before Thanksgiving on Thursday, November 16. New episodes will premiere weekly through the December 21 season finale. Bon appetite!
Max Unveils Premiere Date for Season 2 of "Julia"
http://www.tv-recaps-reviews.com/2023/08/julia-season-2-premiere-date.html #Julia #Max
Popularity of #programming languages from August (#perl is 28 at 0.68%).
Has its limitations, but a couple of points worth noting :
1. #COBOL and #FORTRAN are holding rather well
2. languages that are involved in some sort of data analysis and processing (#sql, #clang /c++) are doing very well. Not sure what to make of #Python; are ppl in #AI seeing through the reality is a scripting over extremely performant c/c++ and that there are other lang that can glue as well?
#golang & #Julia are ⬆️
#programming #perl #cobol #fortran #SQL #clang #python #ai #golang #julia