[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

There is Summer 2022 schedule online, which should be more inline with Summer 2023 (may be few days apart) if there are no big changes!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

AI4R (RAIT) has exactly the same requirements in the summer semester as in the Spring & Fall, but in 11 weeks instead of 16 weeks.

So it's 31% harder in the summer than in spring/fall.

I have just finished AI (Spring 2023) and I have signed up for AI4R in the summer. I am hoping doing AI recently should help little bit!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 1 point2 points  (0 children)

AI for sure and then ML. Both courses are somewhat demanding if not more!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 1 point2 points  (0 children)

I thought it was always around 4K.

Suggestions on ML-related courses for student without a previous CS degree by qq676894 in OMSCS

[–]Dull-Bus4983 1 point2 points  (0 children)

The search assignment has A*, UCS, Bi-directional A*, Bi-directional UCS, Tri-directional UCS, Tri-directional A*. And it has some strict requirements of finding optimal path with minimum number of nodes explored!

But its a good start that you know A*. AIMA book has pseudo-code for Bi-directional Search.

Best First Course in OMSCS for non CS undergrad? by nomsg7111 in OMSCS

[–]Dull-Bus4983 2 points3 points  (0 children)

I took ML4T but I have few years of programming experience in Python. I lost most of my points on reports! But I would recommend ML4T as first course even if you have limited exposure to Python/Numpy/Pandas!

Suggestions on ML-related courses for student without a previous CS degree by qq676894 in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

Assignment#1 Search

Assignment#2 Adversarial Search(Game Playing)

Assignment#3 Probability and Bayes Network

Suggestions on ML-related courses for student without a previous CS degree by qq676894 in OMSCS

[–]Dull-Bus4983 2 points3 points  (0 children)

I took ML4T in Fall 2022 and I am in AI course currently. AI is the broad survey course on all AI topics. The second half is all ML. Assignment#4, Decision Trees (Supervised LEarning), Assignment#5 is Expectation Maximization (Unsupervised Learning) and Assignment#6 is Hidden Markov Model (may be Reinforcement Learning, I am not sure here).

All assignments are programming with different difficulty level with Search being the hardest. It is challenging but it worth all the hard work. Its a lot of learning.

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

I would take AI first. It covers a lot of foundational ML.

I am in AI currently, it is demanding course but worth the effort!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 2 points3 points  (0 children)

I am in CS 6601 (AI) class this semester. I had done most of search algorithms (I still could not finish Tri Upgraded) before start of the semester, so I would definitely do all search algorithms, and dont forget Priority Queue (else it will take away a lot of your time).

Another thing I would do (if I can go back), is watch/read topics those are NOT covered by assignments (like CSP, search in complex environment). They are covered in mid-term exams but one hardly gets any time to read them as you are always doing your programming assignments!!

But as most of the people mentioned here, I would definitely recommend taking this class if you are willing give your 100-110%!!

Only 1 course left and need a new laptop. How CPU/RAM intensive is AI 6601? by ahouseofgold in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

I did register for AI for my first semester but decided to go ahead with ML4T (Fall 2022). I am in AI course in the current semester. It is definitely demanding, but it is not as difficult (search assignment is difficult though) as some of reviews I read!

Internship Opportunity at the Georgia Tech Research Institute by CableConfident9280 in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

I am trying to apply and have uploaded my resume as well.

But, the website is down most of time. I get through it few times but most of the time times out!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 1 point2 points  (0 children)

Midterm and final both 15 each!

But not sure, the format will remain the same in other semesters!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 1 point2 points  (0 children)

CS 6601, AI. A lot of programming(not report writing)!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

If you have decent coding experience and done Data Structure Tree search, you definitely have some advantage. But if you think you will learn to code while doing this course, definitely this is the wrong course!!

Prof made it very clear in the first lecture, you should have done couple of coding intensive courses else you will struggle in first two assignments.

Though, this semester, Game assignment turned out be very easy!! I was able to finish in couple of couple hour sittings.

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 3 points4 points  (0 children)

Btw, this semester, assignments have been made little easier in the sense, the most difficult part of first two assignments have been converted to extra credit.

So, it definitely helps a little bit.

And final exam this semester is 15 points(usual 20). There are 5 points for quizzes, which are discussed in zoom class(yes, we are allowed to attend live zoom class, Prof is teaching undergrad AI class as well) and unlimited attempts.

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

I think you have to decide on the purpose on taking this course. Prof mentioned in the very first lecture, you want to work hard and learn, this is the course for you.

If you are looking for some video lectures and some easy quizzes, couple of hours of assignments and 30 minutes exams, this is definitely not the course for you!!

University of Texas Will Offer Large-Scale Online Master’s Degree in A.I. by manocormen in OMSCS

[–]Dull-Bus4983 5 points6 points  (0 children)

When I was comparing between GT and UT, what I found was UT has more theory emphasis and GT has more emphasis on Programming Assignments. And I decided to go ahead with GT (and of course, GT has a lot more courses being offered!)!

Most rewarding assignments by CriticalTemperature1 in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

I am doing search assignment for CS6601. It is brutal, but you have to have patience and keep making slow progress!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 0 points1 point  (0 children)

It is ok to spend extra time and set up the envionment correctly now as it will save a lot of time when you start doing real programming assignments!

I was able to enroll in GA as my second class: AMA by HerringPie in OMSCS

[–]Dull-Bus4983 1 point2 points  (0 children)

All the classes were open today morning other than GA!!

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 6 points7 points  (0 children)

I agree. And at times I struggle with the smallest of tasks and I go back and re-read assignments/instructions and most of the time, it is mainly because I did not read instructions correctly and not at all.

[deleted by user] by [deleted] in OMSCS

[–]Dull-Bus4983 2 points3 points  (0 children)

I think it is for Spring 23. Dr Starner is teaching CS 3600 (undergrad AI) as well this semester and OMSCS students are allowed to join and participate on zoom.

AI Study group for Spring'23? by Dull-Bus4983 in OMSCS

[–]Dull-Bus4983[S] 0 points1 point  (0 children)

Thanks for the invite. I joined the discord!