I am surprised this paper received so little attention. It dramatically reduces RAM requirements for very big #statistical #generalizedlinearmodels while offering #computational speed ups ~x500. A #recommender system used it in a #neuralnetwork with #tensorflow to get substantial time & memory savings.
https://arxiv.org/abs/2205.13080
Languages with #array/ #tensor features should take note, as this is a serious contender to sparse matrix computations #datascience #machinelearning
https://mstdn.science/@ChristosArgyrop/110934217550435224
#statistical #generalizedlinearmodels #computational #recommender #neuralnetwork #tensorflow #array #tensor #datascience #machinelearning
The PLATO Mission Could be the Most Successful Planet Hunter Ever
NASA's James Webb Space Telescope is continuing to get tested, in preparation for its March 2021 launch to space. Engineers deployed the telescope's multi-layered sunshade, which will block the light from the Sun, Earth and Moon, allowing it to remain incredibly cold. With this test out of the way, there are a few more tests coming, and then it'll be shipped down. Testing again!
„Ich frage danach, wie Diktatur wird“ https://paz.de/artikel/ich-frage-danach-wie-diktatur-wird-a9270.html #Array
#array : the whole body of persons thus placed in order
- French: variété
- German: die Anordnung, der Bereich
- Italian: varietà
- Portuguese: arranjo
- Spanish: variedad
------------
Join our new subreddit for language learners @ https://reddit.com/r/LearnANewLanguage
The #Haskell multidimensional #data #parallel #array library #Accelerate supports #GPU only via #CUDA (no #OpenCL backend that I could find), and it seems abandoned (doesn't work with GHC newer than 8.10.7, docs mention LLVM 9).
The Haskell multidimensional data parallel array library #Repa doesn't support GPU at all as far as I can tell.
I prefer Accelerate's architecture, but Repa seems more maintained.
Repa seems to allow #unsafe operations:
```
$ ghci -package repa
ghci> :m + Data.Array.Repa
ghci> toList . extract (Z :. 10000000) (Z :. 100) . computeUnboxedS . fromFunction (Z :. (1 :: Int)) $ const (0 :: Int)
[Segmentation fault
$
```
This crash is an out of bounds read, trying to access index 10000000 of an array with one element.
So I started coding a repa-sized wrapper library (I checked Hackage and couldn't find any existing one), that statically ensures things are safe at compilation time. For example, trying to reshape a 3,3 matrix to 5,5 now gives a type error (can't match 9 with 25) instead of a runtime error that the sizes don't match.
#haskell #data #parallel #array #accelerate #gpu #cuda #opencl #repa #unsafe
【TypeScript/JavaScript】配列操作、利用数順に紹介
https://qiita.com/rokumura7/items/e1e7f4006897e9247572?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#JavaScript #array #TypeScript
#javascript #array #typescript
Bouncing Balls
https://happycoding.io/tutorials/processing/arrays/bouncing-balls
#tutorial #processing #arrays #example #array #animation #random
#tutorial #processing #arrays #example #array #animation #random
Temasek slashes compensation for execs responsible for its $275M FTX investment - While “no misconduct” was determined by Temasek’s internal review... - https://cointelegraph.com/news/temasek-compensation-ftx-investment #temasekholdings #regulatoryrisks #duedilligence #limboonheng #array
#array #limboonheng #duedilligence #regulatoryrisks #temasekholdings
Singapore State-Owned Temasek Denies $10M Investment in Array - Only a few hours after it was announced that Singapore government-owned investment... - https://coingape.com/singapore-state-owned-temasek-denies-10m-investment-in-array/ #24/7cryptocurrencynews #blockchainnews #temasek #array #opnx #ftx
#ftx #opnx #array #temasek #blockchainnews
Referenced link: https://phys.org/news/2023-04-quantum-scientists-state-of-the-art-defect-free-atom.html
Discuss on https://discu.eu/q/https://phys.org/news/2023-04-quantum-scientists-state-of-the-art-defect-free-atom.html
Originally posted by Phys.org / @physorg_com: http://nitter.platypush.tech/physorg_com/status/1651263322900013056#m
Quantum scientists achieve state-of-the-art defect-free atom #array @NUSingapore https://journals.aps.org/prapplied/abstract/10.1103/PhysRevApplied.19.034048 https://phys.org/news/2023-04-quantum-scientists-state-of-the-art-defect-free-atom.html
Uscito un nuovo articolo su @linuxhubit
#howtodev - JavaScript parte 4 - Array
(https://linuxhub.it/articles/howtodev-javascript-pt4/)
#howtodev #array #javascript #tutorial #developers
#js #oneliners — #array #string https://gist.github.com/AnandPilania/38c58f9829be4371540c491e69b06ff3
#array : the whole body of persons thus placed in order
- French: variété
- German: die Anordnung, der Bereich
- Italian: varietà
- Portuguese: arranjo
- Spanish: variedad
------------
Join our new subreddit for language learners @ https://reddit.com/r/LearnANewLanguage
@PixelAndPolyCurator Thanks for the links, but I already did some research on this and all of the methods I found need minutes of fiddling with circles (and placing of them) and geometry nodes. For a problem that should be doable with a "circular" and "distance" setting in the array modifier in seconds. I am quite aghast that this is not possible in Blender. This is a major drawback for me, as is the abysmal text handling.
learning #blender #array #circularArray
#circulararray #array #blender
👉 Con una semplice funzione di javascript abbiamo la possibilità di eliminare uno o più elementi da un array