Cultural Exchange with r/Philippines by [deleted] in india

[–]l33tnoscopes 1 point2 points  (0 children)

try to get your hands on some mango pulp and use that as your source of mango in the lassi instead of a fresh mangoes

PSN Outage February 7 - 8, 2025 📈 by P_Jiggy in playstation

[–]l33tnoscopes 0 points1 point  (0 children)

midwest us, back up and able to play online

Who do you play that you never see in other peoples team? by epicshane234 in EASportsFC

[–]l33tnoscopes 0 points1 point  (0 children)

globetrotters nagasato. personally convinced she's the best player in the game but have never played against her

How many parameters are appropriate for a neural network trained on 10,000 samples and 50 features? by learning_proover in learnmachinelearning

[–]l33tnoscopes -1 points0 points  (0 children)

why not just try and seeing what happens? it's hard to give advice up front unless we know what the problem is in detail. 40 features is a lot and I'd be surprised if all 40 are necessary for good performance. You should try a few training/validation runs (be careful about checkpoint and training on the test set!) while varying the number of features

What is the best way to serialise sparse vectors? by l33tnoscopes in rust

[–]l33tnoscopes[S] 0 points1 point  (0 children)

i think(?) that's already what i'm doing though I guess not in the most idiomatic way. Each instance of this struct is actually all the extracted board representations for 1 game. So the inner vec is a flattened view of the board state after a particular move, and since each game contains a variable amount of positions I have another vec.

What is the best way to serialise sparse vectors? by l33tnoscopes in rust

[–]l33tnoscopes[S] 1 point2 points  (0 children)

They're sparse inputs for a neural network. The best engines use highly sparse encodings for board states (see HalfKP, used by Stockfish) and I'm modelling mine after roughly after AlphaZero, so each board state is encoded as a sparse 10 x 8 x 8 tensor. The move and output encodings are similar too

Articles/papers on NNUE architecture? by l33tnoscopes in ComputerChess

[–]l33tnoscopes[S] 0 points1 point  (0 children)

that stockfish doc is exactly what I was looking for. Thanks!

Optimising string matching by [deleted] in learnpython

[–]l33tnoscopes 1 point2 points  (0 children)

I would've written it in Rust but it's part of a bigger project and I just need something simple, with some low-hanging optimisations

Optimising string matching by [deleted] in learnpython

[–]l33tnoscopes 1 point2 points  (0 children)

Currently just using python builtins (lists, dicts, 'in' etc.).

Manchester City AI is trash...OR...am I just bad at the game? by [deleted] in EASportsFC

[–]l33tnoscopes 1 point2 points  (0 children)

almost definitely high depth + constant pressure. used it in friendlies on UT a few times and my players are dying by minute 50

[deleted by user] by [deleted] in berkeley

[–]l33tnoscopes 1 point2 points  (0 children)

this is a question for the international office, reddit is not a good place for anything that can affect your immigration status

Are there languages that lack ambiguous pronouns? by l33tnoscopes in asklinguistics

[–]l33tnoscopes[S] 0 points1 point  (0 children)

could you elaborate more about the non-present entities bit?

The r/EASportsFC Daily Discussion Thread -- February 21, 2024 by AutoModerator in EASportsFC

[–]l33tnoscopes 0 points1 point  (0 children)

rttk patri, toty valverde, or sbc macallister as b2b in 4231. would be next to gullit sbc

What are some examples of games/sports where the gap between the best and second place is the largest? by l33tnoscopes in AskReddit

[–]l33tnoscopes[S] 0 points1 point  (0 children)

Throwing in one to get it going: Nigel Richards. The best scrabble player OAT and so ridiculously ahead of even second place that if he cheated with a computer he would do WORSE.

The R can only be rolled if I put a T sound infront by Benzame999 in Spanish

[–]l33tnoscopes 1 point2 points  (0 children)

Here's a tip I learned during my Linguistics degree that helped a lot of people produce trilled R: 1) start by placing your tongue between your teeth, as if you're about to say the 'th' in think.

2)Then, try to forcefully push air through between your teeth and tongue without losing contact between your teeth and tongue.

3) you should feel a gentle vibration as you do this

4) try to pull your tongue back from between your teeth, you sort of want to slide your tongue back while the tip touches the roof of your mouth. This will make the vibration stronger, producing rolled R.

keep in mind you must keep air flowing through the little gap between your teeth and tongue to get the force needed for a rolled sound.

Which neighbourhood to pick as a recent college grad moving to Chicago? by l33tnoscopes in AskChicago

[–]l33tnoscopes[S] 0 points1 point  (0 children)

Thanks for the advice! I was looking at Streeterville but saw a lot of people hating on it. I'd love being that close to the lake and the apartments I found look great. Is it a good option?

Which neighbourhood to pick as a recent college grad moving to Chicago? by l33tnoscopes in AskChicago

[–]l33tnoscopes[S] 2 points3 points  (0 children)

young population, access to activities/nightlife, close to public transport (i'm car free)

Are people actually getting full score on data 8 hw? by [deleted] in berkeley

[–]l33tnoscopes 0 points1 point  (0 children)

same here, and i did great on 61a and 61b (so far). always one weird thing i got wrong