Georgia Tech OMSCS Knowledge-Based AI | CS 7637

Поделиться
HTML-код
  • Опубликовано: 9 июл 2024
  • Full article here: coolstercodes.com/georgia-tec...

Комментарии • 10

  • @eatmoregames5026
    @eatmoregames5026 2 месяца назад +2

    I think the gimmick with Basic Problem C-12 is, from left to right, an increasing growth in the number of shaded-in pixels in the top row. Furthermore, the left column in each image stays the same.
    In A there's a single pixel at the top row to the right, B has it extend to the center, and C has another dark pixel at the left. DEF and GH seem to hold this relationship, too. So, since H has the top row extended all the way, the solution is the same as that one -- so, the answer is 8.
    (Also, interesting to see someone go with an affine approach instead of the DPR/IPR one, haha)

    • @coolstercodes
      @coolstercodes  2 месяца назад +1

      Haha yeah.. Affine was honestly tough for the last test cases 😂

  • @markschulman5669
    @markschulman5669 7 дней назад

    How closely are KBAI and AI related? Given AI is the more difficult of the two courses, would taking KBAI first be a good way to prep for AI? I am starting this fall and trying to sequence the courses from least to most difficult meaning RL will likely be last. Thanks for the great videos on OMSCS courses.

  • @BowenChen-sh3sz
    @BowenChen-sh3sz 7 дней назад

    this course is just brutal lol

  • @yueli8285
    @yueli8285 Год назад +1

    Thanks for sharing, really love your video and style!

  • @crjacinro
    @crjacinro Год назад +1

    Hi! I'm planning to do II specialization and will definitely take this class someday. The projects are really interesting. Are the concepts in the lectures and readings related to the project and will it help in coming up with algorithms in the project? I have the same question for AI class also. Thank you!

    • @coolstercodes
      @coolstercodes  Год назад

      Hi! I would say the lectures don't really connect with the projects in Knowledge-Based AI, but, in AI class alone, yes the lectures DO connect very well with the projects

    • @crjacinro
      @crjacinro Год назад +1

      @@coolstercodes oh. So how do you implement the projects in kbai then? Just research and creativity?

    • @coolstercodes
      @coolstercodes  Год назад

      Yup, basically. I mention one way in the video