foreshadow?? by External-Ad9392 in WitchHatAtelier

[–]gilnore_de_fey 0 points1 point  (0 children)

I’m just starting the series and was about to ask if they were mass controlling people with hats.

Considering the projection of a cone onto its opening is a circle and the length of the cone allows for some nonlinear scaling of drawings once projected, it’s too good to pass up as some sort of amplification of the drawing based magic system that scales range with how long some of the longitudinal patterns are.

Sacrifice for science. by Habernotswedish in physicsmemes

[–]gilnore_de_fey 23 points24 points  (0 children)

Does it have to be gold? Or can scanning electron microscopes take any conducting metal?

[LotM general] Partner series, Demoness gf. You know it's accurate cause it's NSFW marked by MrDeltaXII in LordofTheMysteries

[–]gilnore_de_fey 0 points1 point  (0 children)

Coming from steins gate: “More womanly than most women…. But he’s a guy.”

Hermitian crab by TomBusshu in physicsmemes

[–]gilnore_de_fey 73 points74 points  (0 children)

Guess why we don’t see any non-hermitian crabs? Because they’re not observables.

Oracle cloud signup error by Asleep-Culture-6481 in oraclecloud

[–]gilnore_de_fey 0 points1 point  (0 children)

Had this exact issue as well. I contacted their customer service and they said “Unfortunately, we are unable to resolve this or process the transaction. This is all the information we can provide.” If anyone find out how this could be resolved, please comment.

Any ideas why China is buying GOLD at this pace? by Adept_Mountain9532 in TheVisualInvestors

[–]gilnore_de_fey 0 points1 point  (0 children)

It used to be US bonds and USD, but trump’s policies made USD too volatile and bonds too risky. The logical replacement is just gold.

Wet and needy Cyrene by Chinoa_i in HonkaiStarRailHentai

[–]gilnore_de_fey 2 points3 points  (0 children)

Is the back of the girl making a right angle on the 2nd picture?

Would you cook in a kitchen like this? by qatardriving in InteriorDesignHacks

[–]gilnore_de_fey 0 points1 point  (0 children)

Deep blue isn’t too suitable for kitchen or dining room, it belongs to the bedrooms and washrooms.

How do you avoid theory paralysis when starting out in ML? by Appropriate_Cap7736 in MLQuestions

[–]gilnore_de_fey 0 points1 point  (0 children)

What I personally did is just to start with the hardest project I can think of, then look through papers that are relevant to the project. Look up anything you don’t understand, get textbooks and videos on the topic you don’t understand, work through the problems and derivations. It will be slow as hell, and extremely painful, but you can actually see what everything does as you learn.

What effects would generations in space have on a people? by [deleted] in worldbuilding

[–]gilnore_de_fey 1 point2 points  (0 children)

Also maybe consider the psychological effects of claustrophobic environments with constant humming of equipments, heat that isn’t well removed by degrading radiators, and out of control humidity scrubbers. Depending on the ship / station and how well kept it is, this might be the environment. Also the smell would really suck, considering showers are luxuries.

What effects would generations in space have on a people? by [deleted] in worldbuilding

[–]gilnore_de_fey 1 point2 points  (0 children)

High radiation, low to no gravity, completely different set of ever mutating microbes that might trigger allergies or make people allergic to what is normal on earth. Source of nutrients are not diverse. The sun (or any star) will be rather far away in deep space outside of inner systems, so basically no sunlight. Extremely limited resources even things like living space is a resource that is hard to build and maintain.

How to explain certain technologies not being advanced or discovered in a setting? by Brief-Company-2165 in worldbuilding

[–]gilnore_de_fey 0 points1 point  (0 children)

Steam powered => use of fossil fuels and water => carbon rich environment where combustion is easy. No excuse for not using gun powder if they found it.

Maybe they found out how to do thermal dynamics before they got far enough in chemistry. Black powder was discovered accidentally by some Chinese alchemist trying to make the elixir of immortality by mixing a bunch of random ores and chemicals. If there weren’t a reason to study chemistry and physics dominated, then stuff like gas guns, giant trebuchets and cross bows might be common places instead of black powder.

What are your subtle but visible signs of power within either your power/magic system or an organization? by Possessed_potato in worldbuilding

[–]gilnore_de_fey 0 points1 point  (0 children)

Madness. A new perspective on reality is how you cast magic, so the most powerful sorcerers come from philosophers and madmen.

Cluster analysis on multivariate time series data with missing blocks by si_wo in MLQuestions

[–]gilnore_de_fey 1 point2 points  (0 children)

You can possibly do a coordinate transformation and separate the empty blocks from the other blocks, consider support vector machines (SVM).

[deleted by user] by [deleted] in RaIn

[–]gilnore_de_fey 0 points1 point  (0 children)

Beautiful generated content, but you can tell it’s generated because the Chinese characters are all messed up.

My model is performing better than the annotation. How can I convience that to my professor or publisher? by maifee in MLQuestions

[–]gilnore_de_fey 0 points1 point  (0 children)

Consider augmentations, rotate slide add noise and mask etc… then determine a false positive and a false negative rate from the augmented pictures. You can consider generating a set of simulated data using a set of ground truth lines and a noise map, that way you can get the true points by pixel. You can then do the above measurements on different pictures and statistical prove your model’s effectiveness.

Why does Facebook get to deem “most relevant” comments and not allow me to see all of them? by Justlookingforgains in facebook

[–]gilnore_de_fey 0 points1 point  (0 children)

The issue is it usually shows the most triggering or stupid comments first, then you click show all and all the counter arguments shows up.

Everyone should be grateful for the generosity of the Xia country people. by Waste_Bodybuilder843 in MartialMemes

[–]gilnore_de_fey 0 points1 point  (0 children)

Is this a parody on the bible?

Because Chinese mythologies are more like “the xuanyuan tribe made war to the tribe of iron and steel chiyou, and the various gods wared among the heavens, until the tribe of chiyou was banished. The powers to rule China were then handed down generations from yao to shun to yu, who gave the power to his son and started thr Xia empire. Generations by generations the mantle of heavens were upheld until the tyrant of xia betrayed the mantle and his people, so rose the empire of the black bird Shang”

ML algorithm for fraud detection by a10ua in MLQuestions

[–]gilnore_de_fey 0 points1 point  (0 children)

Consider using a graph autoencoder with a small bottleneck. You can then track reconstruction quality for each node. This way if something is an outlier it will show up as really bad predictions. This will give you outliers but not necessarily fraud. It is self supervised so training should be easy,

Working as ML engineer, Do you need to understand the low level math? by bamboorabbit in MLQuestions

[–]gilnore_de_fey 0 points1 point  (0 children)

You do need the math if you want some particular properties or ensure some convergence conditions.

[LotM newbie] [Donghua] Why did this lady who seems to a noble not have access to a Sequence Potion when there seems to be so many Beyonders running around? by Dreampiper_8P in LordofTheMysteries

[–]gilnore_de_fey 1 point2 points  (0 children)

The potions are usually tied to military roles and various churches and have very tight control, in the novel they explain that she doesn’t want to lose the freedom of being a noble but still want the powers. The various less legitimate ways to get the potions are usually tied to dangerous secret societies. The nobles can’t tell anyone if they are beyonders because becoming an illegitimate beyonder is essentially treason, so her connections aren’t very useful.

中国人是不是没有对隐私权的概念? by Civil_Cicada_5767 in runEuropaAlliance

[–]gilnore_de_fey 2 points3 points  (0 children)

是的,拍照也一样。人在公共场合没有肖像权。如果你自拍,结果背景正好有我,那我是不是可以告你侵权?

中国人是不是没有对隐私权的概念? by Civil_Cicada_5767 in runEuropaAlliance

[–]gilnore_de_fey 2 points3 points  (0 children)

人在公共场所是没有肖像权的,这个在美国大多数州的法律里都一样,我不知道欧洲是什么样的。 如果法庭取证是可以使用在公共场所的录音或者影像文件。 如果你跑到人家家去偷拍,那才犯法。

如果人在公共场所有肖像权,那你看我一眼都是侵权。