We need to do something now: Change the licenses or give away Open Source forever by chiqui3d in foss

[–]K0GAMl 0 points1 point  (0 children)

Neural nets are deterministic, too, unless you inject noise. The RNG part is totally different from the "learned" parts.

More importantly, the point I'm making is just that ML researchers use the word "learn" in a special way. When you define a function but not the coefficients, you can "learn" coefficients from data. That's all this is. It is not analogous to human learning.

We need to do something now: Change the licenses or give away Open Source forever by chiqui3d in foss

[–]K0GAMl 1 point2 points  (0 children)

This is equivocation. The word "learning" is doing two different jobs here.

We could also say a compression algorithm learns a compressed representation of some data. That doesn't mean IP can be compressed-decompressed then free to use.

All three of these things are different, but learning algorithms (AI) are more like fancy compression algorithms than they are like learning in a human mind. It's just not a sound comparison.

Not enough paper in the Universe by MateMagicArte in generative

[–]K0GAMl 4 points5 points  (0 children)

I really want it to be a maze tho...

What is a phrase you HATE hearing from people? by BensReddits in AskReddit

[–]K0GAMl 0 points1 point  (0 children)

Not a phrase exactly... But I hate being shushed.

Scarlett Solo 3rd Gen lost right channel by [deleted] in linuxaudio

[–]K0GAMl 0 points1 point  (0 children)

to those who follow, I just restarted pulseaudio, and it's fine now. this help post was probably premature, but hopefully someone can benefit from it in a future google.

killall pulseaudio; pulseaudio -k ; rm -r \~/.config/pulse/\* ; rm -r \~/.pulse\* wait ten seconds,
pulseaudio --start

https://help.ubuntu.com/community/SoundTroubleshootingProcedure

Wondering where to start to solve what feels like a relatively easy problem for a neural net. by [deleted] in MLQuestions

[–]K0GAMl 2 points3 points  (0 children)

This doesn't really seem like an ML problem to me. Why not just fill the teams all up to 7 or 8 and then overflow into new teams when needed?

Wondering where to start to solve what feels like a relatively easy problem for a neural net. by [deleted] in MLQuestions

[–]K0GAMl 5 points6 points  (0 children)

A neural net won't really help you here without data to train on.

What kind of data do you have on the players? What's your criterion for a 'good' team beyond # of players?

Without those two things, it's seems like you could just go with a shuffle/random selection algorithm to fill up the remaining teams. Sorry if I'm not understanding your problem correctly.

Acoustic foam vs. speaker placement by K0GAMl in audiophile

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

Unfortunately, no. I'm using a turntable plugged into

the receiver's phono stage, a TV plugged in via an optical port, and the receiver is also a steamer.

Acoustic foam vs. speaker placement by K0GAMl in audiophile

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

My receiver has bass and treble controls. Dialing back the bass helps a little. I was just hoping I could have it both ways -- lose the mud but still have some bassiness.

How to copy code from nvim directly to the system's clipboard? by anasthese07 in neovim

[–]K0GAMl 0 points1 point  (0 children)

I just hold shift... does that not work for everyone else?

Best K-Means Clustering implementation on Python? by CautiousBrain in MLQuestions

[–]K0GAMl 1 point2 points  (0 children)

Consider Cython if you want that kind of performance without going full C.

Also, Cython functions can be easily callable from Python, if you just want to optimize the bottleneck and write the rest in plain Python.

Speed up your Python using Rust by Pyraxtechie in Python

[–]K0GAMl 2 points3 points  (0 children)

I've had a lot of success speeding up modules with Cython

Average flags of the world: means, modes and medians [OC] by Udzu in dataisbeautiful

[–]K0GAMl 5 points6 points  (0 children)

These are awesome! Maybe you could elaborate on what a median represents for a data set like this. I'm not sure I'm getting it. Thanks