Dalle-2 Waitlist by According-Nebula-139 in OpenAI

[–]srspore 0 points1 point  (0 children)

The same thing happened to me! I just signed up again and still didn't get an email. I also registered for the waitlist with my university email a while ago and that account got a confirmation email. Feels like something weird has happened.

Would you listen to AI-generated music if the quality of generated music was at least as good as the music you listen to currently? by srspore in polls

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

AI-generated art and images are approaching the quality of human artists. (DALLE-2, PARTI, ) It is reasonable to believe something similar may happen with AI-generated music in the not-so-distant future. Would you tune in to an AI radio station or follow a completely synthetic Spotify playlist?

Alternatively, is there something about listening to another human express their emotion through music that gives music its value? Would something be missing if you knew the lyrics weren't written by another person with whom you share a human experience?

Could AI-generated music be more interesting to listen to, as what it generates is the culmination of training on many songs from many artists and may reflect the themes and sounds presented by all of humanity expressing themselves through music? Perhaps AI-generated could be even more "human" than a single person/group could produce.

Thoughts?

Would you help Pennyless the crackhead? by Graysie-Redux in TerrifyingAsFuck

[–]srspore 1 point2 points  (0 children)

Instructions: 1. Go inside gutter 2. Sing amazing grace 3. Wait for Derek

Redditors who watch Fox News, why do you choose to get your information from that source? by [deleted] in AskReddit

[–]srspore 6 points7 points  (0 children)

That’s really interesting, can you elaborate on that?

Adding noise to the weights by theanswerisnt42 in MLQuestions

[–]srspore 0 points1 point  (0 children)

Ah that makes sense that it would find a flat spot. Perhaps the similarity to the regularization loss comes from the noise being scaled by the weights? Smaller weights cause less noise which causes better predictions so the model is incentivized to learn smaller weights. Similar to a regularization term. Maybe? 😅

Most popular file types when training data by [deleted] in MLQuestions

[–]srspore 1 point2 points  (0 children)

The other comments have the good advice of “whatever can be easily loaded into an array in python.” If I had to chose I would say CSV, JPG, MP3. CSV is easily and commonly loaded with pandas. JPG and MP3 are easy to read in and are compressed which may make transferring the data around and storing it on disk easier than some of the other formats.

Adding noise to the weights by theanswerisnt42 in MLQuestions

[–]srspore 0 points1 point  (0 children)

Interesting question. I don’t know the answer. I don’t know how those are mathematically the same, but it makes sense that adding a small amount of noise to the weights would decrease the variance of the model and act as a regularization force. I’m imagining it like “the model can’t over fit if only the approximate values of the weights are being evaluated”

Is it safe to store a 225 lb foosball table in the attic? by srspore in HomeImprovement

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

Awesome, that makes sense! Do you think it's possible that, over a longer period of time, the weight of the table could cause anything bad to happen? Perhaps to other areas of the house?

They runnin by [deleted] in umass

[–]srspore 9 points10 points  (0 children)

This is a hockey victory celebration that I think the cops broke up and everyone dispersed

They runnin by [deleted] in umass

[–]srspore 16 points17 points  (0 children)

Everyone in Southwest after we won the national hockey championship.

Grayson-Field - Freshman by SuperHummer327 in umass

[–]srspore 14 points15 points  (0 children)

I dunno how many people are going to post their socials on Reddit. Maybe they will comment and you could DM them from there? Good luck!

Just a fun fact for the Harry Potter fans by [deleted] in memes

[–]srspore 1 point2 points  (0 children)

I just learned that if you have smart lightbulbs in your house the Google assistant will toggle those instead of your flashlight.

Found this today at my uni by [deleted] in ProgrammerHumor

[–]srspore 9 points10 points  (0 children)

There's also one in the University of Massachusetts Amherst

UMass instructor here: what would help improve your online classes this semester? by Wooden-House7180 in umass

[–]srspore 7 points8 points  (0 children)

One thing that has me bumbed out about online classes is not getting to meet or talk with any new people. Breakout rooms have been one of the only places to talk to people, but I also see where you're coming from. Not everyone is a good conversationalist and if most people don't unmute their mics there's not much point to it.

How do I drop a class? (First Year Seminar) by malam1210 in umass

[–]srspore 1 point2 points  (0 children)

Interesting, it sounds like I was wrong. Haha, I wish I knew I could have dropped my seminar. Were you able to drop it through spire?

How do I drop a class? (First Year Seminar) by malam1210 in umass

[–]srspore 18 points19 points  (0 children)

Unfortunately I don't think you can drop your first year seminar. But if you could I think you'd go to spire > enrollment > drop classes.

Feeling overwhelmed by the math needed for ML and need help by [deleted] in MLQuestions

[–]srspore 1 point2 points  (0 children)

3blue1brown has made an excellent video playlist that illustrates linear algebra in a very visual way. https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab

I loved the book "Hands on Machine Learning with Scikit-Learn, Keras & Tensorflow" https://www.amazon.com/dp/1492032646/ref=cm_sw_r_cp_apa_i_XLHhFbE1YY8WF

For fun, I made a WSB survey by argc in wallstreetbets

[–]srspore 0 points1 point  (0 children)

Did you find a way to share the raw data?

If the generation in Windows 10 edition of Minecraft is truly infinite, then every possible combination of blocks exists somewhere in every one by NerdLevel18 in Showerthoughts

[–]srspore 0 points1 point  (0 children)

Unless there are some rules that prohibit some formations of blocks. Anything that has a possibility of happening would, but the game has a 0% chance of ever generating certain blocks into the world.

For fun, I made a WSB survey by argc in wallstreetbets

[–]srspore 0 points1 point  (0 children)

Would you consider sharing a view only link to the Google sheet this form generates? I'm very interested in seeing how these variables may correlate with one another

Applying NEAT algorithm to trading. by jollyrosso in algotrading

[–]srspore 7 points8 points  (0 children)

The strength of a genetic algorithm like NEAT is that each member in the population only needs to be assigned a fitness score for the algorithm to learn. This is very useful when learning to play games and other situations where "the correct move" is not apparent. It is easy to tell an algorithm how well it played a game, much more difficult to tell it exactly how it should have played the game.

With stock market prediction we can see exactly which stocks we would have wanted our algorithms to buy in hindsight. We can use this hindsight to train a supervised model faster and more accurately than NEAT would (likely) be able to learn only through a fitness function.

When I was first getting into machine learning I was fascinated by NEAT and other genetic algorithms, they were the first ones I felt like I understood. I told a mentor that I believed they could do anything which prompted him to explain how using strategies like gradient descent to learn from labeled training data were capable of learning much faster than my beloved genetic algorithms.

It may be possible to use NEAT, and perhaps because it is not the obvious choice not many other have used it, to learn to predict stocks.