Posted inArtificial Intelligence intelligent agent Posted by admin July 20, 2021 An intelligent agent is a program that can make decisions or perform a service based…
Posted inArtificial Intelligence What is AI? Posted by admin July 20, 2021 A machine with the ability to perform cognitive functions such as perceiving, learning, reasoning and…
Posted inAdvanced Mirror mirror on the wall, which is the shortest path of them all? Posted by admin July 20, 2021 In order to determine which of these six possible paths is the shortest one — and thus…
Posted inAdvanced Brute-force to begin with Posted by admin July 20, 2021 The traveling salesman in our example problem has it pretty lucky — he only has to travel…
Posted inAdvanced The Trials And Tribulations Of The Traveling Salesman Posted by admin July 20, 2021 Aswe dive deeper and deeper into the world of computer science, one thing starts to…
Posted inAdvanced Dynamic programming to the salesman’s rescue Posted by admin July 20, 2021 Now that we’ve identified our overlapping and recurring subproblems, there’s only one thing left to…
Posted inAdvanced Turning TSP on its head Posted by admin July 20, 2021 If we look at our top down methodology from last week, we’ll see that we have…
Posted inAdvanced Speeding Up The Traveling Salesman Using Dynamic Programming Posted by admin July 20, 2021 Alarge part of what makes computer science hard is that it can be hard to…
Posted inAdvanced A token of my affection (for my parser) Posted by admin July 20, 2021 If ambiguity is the root of all parse tree evil, then clarity is clearly the…
Posted inAdvanced Parsing expressions like it’s our job Posted by admin July 20, 2021 Okay, so we now know how to diagram and parse an English language sentence. But…