Nate Nolting · @natenolting
32 followers · 31 posts · Server genart.social

Mounds No. 4 is the latest variation of my Mounds series. This is 100% code, using and fx(lens). I have fun doing projects like this, coming up with different fills.

18/100 minted, 2.5 tez per ticket.

fxhash.xyz/generative/27292

#p5js #fxhash #params #patterns #mounds

Last updated 1 year ago

arXiv eess.IV bot · @arXiv_eessIV_bot
3 followers · 2029 posts · Server mastoxiv.page

Landmark detection is a critical component of the image processing pipeline for automated aortic size measurements. Given that the thoracic aorta has a relatively conserved topology across the population and that a human annotator with minimal training can estimate the location of unseen landmarks from limited examples, we proposed an auxiliary learning task to learn the implicit topology of aortic landmarks through a CNN-based network. Specifically, we created a network to predict the location of missing landmarks from the visible ones by minimizing the Implicit Topology loss in an end-to-end manner. The proposed learning task can be easily adapted and combined with Unet-style backbones. To validate our method, we utilized a dataset consisting of 207 CTAs, labeling four landmarks on each aorta. Our method outperforms the state-of-the-art Unet-style architectures (ResUnet, UnetR) in terms of localization accuracy, with only a light (=0.4M) overhead. We also demonstrate our approach in two clinically meaningful applications: aortic sub-region division and automatic centerline generation.
[arxiv.org/abs/2304.07607v1]

#params

Last updated 1 year ago

postmodern · @postmodern
1210 followers · 1361 posts · Server ruby.social

I'm also curious how people are using dry-validation/dry-schema/dry-struct to handle sinatra params from forms or sidekiq job arguments. Do people use the dry-* libraries directly, or do they use one of the other plugin libraries such as sinatra-validation, sinatra-dry_params, or sidekiq-dry?
github.com/IzumiSy/sinatra-val
github.com/tiev/sinatra-dry_pa
github.com/zorbash/sidekiq-dry

#dryrb #sinatra #sidekiq #params

Last updated 1 year ago

arXiv Machine Learning🧠 · @arxiv_lg
25 followers · 389 posts · Server creative.ai

📝 ZiCo: Zero-Shot NAS via Inverse Coefficient of Variation on Gradients 🧠

"ZiCo is the first training-free proxy that works consistently better than the number of network parameters (), the previous SOTA training-free proxy." [gal30b+] 🤖

🔗 arxiv.org/abs/2301.11300v1

#params #lg #arxiv

Last updated 2 years ago

Holm :ruby: · @judofyr
138 followers · 355 posts · Server ruby.social

@tom_dalling the form object itself only stores the form values, not the model values. (e.g. DateField stores the string "2018-11-03"). you can think about Form#data more like a filtered .

you can attach schemas (see rubydoc.info/github/judofyr/ip) to fields to convert them to an internal representation (and this can create an error), but this is a separate concern and could technically be done on the outside.

#params

Last updated 6 years ago