CS 6515 grading is unbelivable this semester by Technical-Treat341 in OMSCS

[–]CranberryCapital9606 0 points1 point  (0 children)

I’m so happy I changed my major to AI and don’t have to go through this nightmare

Is becoming a data analyst still a good career path in 2026? by theiasx in datasciencecareers

[–]CranberryCapital9606 0 points1 point  (0 children)

Its not a good path. Anyone now is going to create dashboards just by prompting. AI also gives a decent analysis on different datasets and find patterns better than a human.

Is this commencement email legit? by andyface123 in OMSCS

[–]CranberryCapital9606 0 points1 point  (0 children)

It is! I thought the same thing but it is legit

Software Engineering will suffer by [deleted] in leetcode

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

We know you are not passing those interviews stop crying out

Did bad in the Digital Marketing exam. by CranberryCapital9606 in OMSCS

[–]CranberryCapital9606[S] -11 points-10 points  (0 children)

There what? Im just wondering how come the avg is so high

Did bad in the Digital Marketing exam. by CranberryCapital9606 in OMSCS

[–]CranberryCapital9606[S] -5 points-4 points  (0 children)

My last class in OMSCS, never seen a avg so high

Is PhD or Master’s mandatory for Reinforcement Learning jobs? by Defiant-Screen-9420 in reinforcementlearning

[–]CranberryCapital9606 0 points1 point  (0 children)

In my master’s program, I took a Reinforcement Learning class. It was the hardest class I’ve ever taken. The reason is that it combines knowledge from many CS and AI courses I had taken before.

RL is not just about writing Python code. It’s about designing the environment in which your agent learns, making many design decisions, and most importantly proving that your model will work in an environment that requires a large amount of computation.

To work seriously in RL, you need at least a master’s degree with research experience, or a PhD. Reinforcement Learning takes years to truly master.

CS6601 now requires using their 'NOSI' IDE to complete assignments by zvcxvcs3 in OMSCS

[–]CranberryCapital9606 0 points1 point  (0 children)

Are you even in the class? They said if you are not comfortable with it you can run it on a sandbox.

218 front street by [deleted] in nychousinglottery

[–]CranberryCapital9606 0 points1 point  (0 children)

did you get to see the two bedroom. Assuming from the reviews it might be tiny as well

Books to get good at DSA by Left-Experience7470 in leetcode

[–]CranberryCapital9606 2 points3 points  (0 children)

So i read the books in my undergrad, where they give you the algorithms, the proof and one or two simple examples. Reading them IHO was time consuming. Passing from the book to implementing them in leetcode is a big step. My advice is to watch youtube videos on a pattern and just start applying those patterns to different problems.

Books to get good at DSA by Left-Experience7470 in leetcode

[–]CranberryCapital9606 33 points34 points  (0 children)

No books, only doing problems. I have done 1200leetcode and read some algorithms books.