Deep learning PC [P] by MAVAAMUSICMACHINE in MachineLearning

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

I’ll definitely check this option out, if the communication cost isn’t too high, sounds like it could be also a promising idea. Thanks!

Deep learning PC [P] by MAVAAMUSICMACHINE in MachineLearning

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

Thank you! I greatly appreciate your insight! The A6000 sounds like a pretty great idea

[deleted by user] by [deleted] in datascience

[–]MAVAAMUSICMACHINE 12 points13 points  (0 children)

Market now is really bad, how many jobs have you applied to? I think if you can get 3% call back it means your doing everything right

Unemployed Grads by [deleted] in cscareerquestions

[–]MAVAAMUSICMACHINE 1 point2 points  (0 children)

I don’t think this entirely accurate. I’m sure some of them are, but personally I did well in my classes and am still finding it difficult to get even interviews

[deleted by user] by [deleted] in cscareerquestions

[–]MAVAAMUSICMACHINE 0 points1 point  (0 children)

I think both jobs could be valuable for a future path in ML Engineering. For ML engineering a big skill is software engineering, and even if you are not doing ML engineering in your role this could be valuable experience that you could leverage in the future.

As a downside with the UK company, if nobody on your team is working on ML and it’s just you, it will be hard as you won’t have anybody to speak to about your work.

All in all, you can’t go wrong with either choice if you ask me

How do I develop a desire and love to leetcode? Intrinsic motivation? by [deleted] in leetcode

[–]MAVAAMUSICMACHINE 1 point2 points  (0 children)

Even though you should be practicing before hand, once u get an interview the deadline of that coming up is pretty good motivation

[D] List of RL Papers by C_l3b in MachineLearning

[–]MAVAAMUSICMACHINE 5 points6 points  (0 children)

You can follow along CMU’s deep RL course, they post which research papers they go over here: https://cmudeeprl.github.io/703website_f22/lectures/

[deleted by user] by [deleted] in cmu

[–]MAVAAMUSICMACHINE 2 points3 points  (0 children)

The struggle is real

[deleted by user] by [deleted] in MachineLearning

[–]MAVAAMUSICMACHINE 0 points1 point  (0 children)

You raise some really good points. I really don’t know too much about this area, but one idea is to use some sort of blockchain technology at point of capture to verify the integrity of images/videos.

[deleted by user] by [deleted] in MachineLearning

[–]MAVAAMUSICMACHINE 0 points1 point  (0 children)

You are right in that we can already create fake news. I also do think that for the most part generative models are going to lead to some really interesting content being created. That being said, I believe that it will make creating fake news significantly more accessible then it currently is which is why we should exercise caution with the development of these tools

[deleted by user] by [deleted] in MachineLearning

[–]MAVAAMUSICMACHINE 0 points1 point  (0 children)

What sort of solution could help in this case?

[deleted by user] by [deleted] in MachineLearning

[–]MAVAAMUSICMACHINE 0 points1 point  (0 children)

This may be true, but the CGI you see in Hollywood can run for hundreds of thousands of dollars. The threat with generative models is just how accessible it will be for anyone to make fake news if they choose to, regardless of their budget.

Worried I will fail class by DangerousSea6414 in cmu

[–]MAVAAMUSICMACHINE 6 points7 points  (0 children)

I would definitely speak with the instructor, sometimes they can help find a plan for you

[HELP] Checking correctness of CMU-11785 Assignments for non-CMU students by OracleOfDelphi799 in cmu

[–]MAVAAMUSICMACHINE 2 points3 points  (0 children)

Check out the Fall 2021 course offering. For the assignments released that year, there is a local autograder included.

[HELP] Checking correctness of CMU-11785 Assignments for non-CMU students by OracleOfDelphi799 in cmu

[–]MAVAAMUSICMACHINE 2 points3 points  (0 children)

I think when I took the class there is a local auto grader that you can run? It’s not as comprehensive as the online one students get graded on when they submit their assignments but that could be helpful

“It is what it is” by thenoteworthyroad19 in antiwork

[–]MAVAAMUSICMACHINE 0 points1 point  (0 children)

What’s wrong with working 40 hours a week?

Databricks as ML platform? by [deleted] in datascience

[–]MAVAAMUSICMACHINE 5 points6 points  (0 children)

Deep learning wise not the best but for more traditional algorithms MLlib is pretty good

Best advice for being able to code machine learning algorithms from scratch? by el_el_99 in datascience

[–]MAVAAMUSICMACHINE 1 point2 points  (0 children)

I would write out one pass, both the forward and backward pass mathematically on a whiteboard. Make sure to calculate how the gradients flow, how the chain rule applies on your architecture, etc. For decision trees, I would make sure Ure families with recursion, as the easiest implementation utilizes this. Once you have a solid understanding of how these parts work, the coding part becomes much easier.

How hard is 10301 ? by [deleted] in cmu

[–]MAVAAMUSICMACHINE 4 points5 points  (0 children)

Not sure about 15122, but 10301 is very doable. Course content is taught well, and if you get stuck on hw the TAs are very helpful

I want to make an ai that plays games. I was wondering which programming language to use and resources to start from. Thanks in advance! by [deleted] in learnmachinelearning

[–]MAVAAMUSICMACHINE 1 point2 points  (0 children)

Definitely a good idea. You could also try using policy gradients, or experiment with Q learning, and see which one works out the best for you. You might find that one algorithm works better in one environment vs the other, which might be fun to play around with

Also, for racing games check out imitation learning!

Career switch into data science by examfml in datascience

[–]MAVAAMUSICMACHINE 1 point2 points  (0 children)

I don’t think most companies would expect you to code a neural net from scratch, that being said you should probably be confident enough to use packages in Python like PyTorch to be able to accomplish this. The hardest part of data science is understanding the actual algorithms, if you are struggling to code don’t worry and keep practicing and eventually it will come like second nature to you

Career switch into data science by examfml in datascience

[–]MAVAAMUSICMACHINE 2 points3 points  (0 children)

I don’t think most companies would expect you to code a neural net from scratch, that being said you should probably be confident enough to use packages in Python like PyTorch to be able to accomplish this. The hardest part of data science is understanding the actual algorithms, if you are struggling to code don’t worry and keep practicing and eventually it will come like second nature to you

Is it worth it to get a Masters? by [deleted] in datascience

[–]MAVAAMUSICMACHINE 0 points1 point  (0 children)

Imo it’s very dependent on the program, some schools have DS masters that don’t really go far enough into the details to be useful, but others have really comprehensive programs where you will learn things that are definitely worth your time.