1. EachPod

Retraice - Podcast

Retraice

Retraice is about what's going on out there. Our point of departure is the concept of intelligence—natural, artificial, and strategic. Subscribe at https://paid.retraice.com for access to all segments.

Privacy, Terms and Contact:
https://www.retraice.com/privacy-policy
https://www.retraice.com/terms-of-use
[email protected]

Technology Nature Society & Culture Documentary Ai
Update frequency
every day
Average duration
26 minutes
Episodes
114
Years Active
2020 - 2023
Share to:
Re96: News of ChatGPT, Part 1

Re96: News of ChatGPT, Part 1

An entry in the history books of the future.

Subscribe at: https://paid.retraice.com

Details: ChatGPT is what?; the price of some labor to zero; confidence; AOSE; asking it to do something useful; …

00:48:25  |   Wed 28 Dec 2022
Re95: The PriorityQueue Class, Part E (BEST-FIRST-SEARCH Part 14, AIMA4e pp. 73–74)

Re95: The PriorityQueue Class, Part E (BEST-FIRST-SEARCH Part 14, AIMA4e pp. 73–74)

frontier is a PriorityQueue which is built on heapq and uses f to create (score, item) pairs to be queued.

Subscribe at: https://paid.retraice.com

Details: Complete notes and video at: https://www.…

00:44:13  |   Tue 27 Dec 2022
Re94: The PriorityQueue Class, Part D (BEST-FIRST-SEARCH Part 13, AIMA4e pp. 73–74)

Re94: The PriorityQueue Class, Part D (BEST-FIRST-SEARCH Part 13, AIMA4e pp. 73–74)

Making BFS and PriorityQueue chatty to increase our confidence in their output.

Subscribe at: https://paid.retraice.com

Details: printing messages to reveal the workings of BFS and PriorityQueue; t…

00:24:07  |   Mon 26 Dec 2022
Re93: The PriorityQueue Class, Part C (BEST-FIRST-SEARCH Part 12, AIMA4e pp. 73–74)

Re93: The PriorityQueue Class, Part C (BEST-FIRST-SEARCH Part 12, AIMA4e pp. 73–74)

Examining Nodes and their handling by PriorityQueue.

Subscribe at: https://paid.retraice.com

Details: changing f and iterating a Node; discovering the Node repr method. Complete notes and video at:…

00:31:15  |   Sun 25 Dec 2022
Re92: The PriorityQueue Class, Part B (BEST-FIRST-SEARCH Part 11, AIMA4e pp. 73–74)

Re92: The PriorityQueue Class, Part B (BEST-FIRST-SEARCH Part 11, AIMA4e pp. 73–74)

From best_first_search to Node to PriorityQueue to frontier.

Subscribe at: https://paid.retraice.com

Details: stepping through BFS and PriorityQueue; frontier.items. Complete notes and video at: ht…

00:34:21  |   Sat 24 Dec 2022
Re91: The PriorityQueue Class, Part A (BEST-FIRST-SEARCH Part 10, AIMA4e pp. 73–74)

Re91: The PriorityQueue Class, Part A (BEST-FIRST-SEARCH Part 10, AIMA4e pp. 73–74)

Trying to make PriorityQueue work by fiddling with evaluation functions.

Subscribe at: https://paid.retraice.com

Details: getting best first search to run; a success of sorts. Complete notes and vi…

00:25:21  |   Sat 24 Dec 2022
Re90: The Map Class (BEST-FIRST-SEARCH Part 9, AIMA4e pp. 73–74)

Re90: The Map Class (BEST-FIRST-SEARCH Part 9, AIMA4e pp. 73–74)

How instantiations of Map work.

Subscribe at: https://paid.retraice.com

Details: a Map has locations, neighbors and distances; tmap's locations, neighbors and distances. Complete notes and video at…

00:29:09  |   Fri 23 Dec 2022
Re89: The multimap Function, Part C (BEST-FIRST-SEARCH Part 8, AIMA4e pp. 73–74)

Re89: The multimap Function, Part C (BEST-FIRST-SEARCH Part 8, AIMA4e pp. 73–74)

How multimap works.

Subscribe at: https://paid.retraice.com

Details: various prefatory remarks; multimap creates a dictionary of actions. Complete notes and video at: https://www.retraice.com/segme…

00:45:41  |   Thu 22 Dec 2022
Re88: The multimap Function, Part B (BEST-FIRST-SEARCH Part 7, AIMA4e pp. 73–74)

Re88: The multimap Function, Part B (BEST-FIRST-SEARCH Part 7, AIMA4e pp. 73–74)

Finishing what we started with multimap.

Subscribe at: https://paid.retraice.com

Details: stepping through multimap; demonstrating the Map-multimap side-effects. Complete notes and video at: https:…

00:40:41  |   Wed 21 Dec 2022
Re87: The multimap Function, Part A (BEST-FIRST-SEARCH Part 6, AIMA4e pp. 73–74)

Re87: The multimap Function, Part A (BEST-FIRST-SEARCH Part 6, AIMA4e pp. 73–74)

Unpacking the code that gets us the neighbors of our current state which are the actions available in the Romania problem.

Subscribe at: https://paid.retraice.com

Details: Map and multimap; the sid…

01:16:59  |   Tue 20 Dec 2022
Re86: Code Reading (BEST-FIRST-SEARCH Part 5, AIMA4e pp. 73–74)

Re86: Code Reading (BEST-FIRST-SEARCH Part 5, AIMA4e pp. 73–74)

Getting used to the components of a search problem and algorithm implemented in Python.

Subscribe at: https://paid.retraice.com

Details: Problem and RouteProblem; Map, multimap and romania; best_fi…

00:53:05  |   Mon 19 Dec 2022
Re85: The Details (BEST-FIRST-SEARCH Part 4, AIMA4e pp. 73–74)

Re85: The Details (BEST-FIRST-SEARCH Part 4, AIMA4e pp. 73–74)

Looking ahead at the code we'll need.

Subscribe at: https://paid.retraice.com

Details: expand(problem, node) dependencies; the RouteProblem example; looking ahead at BEST-FIRST-SEARCH implemented. …

00:30:49  |   Sun 18 Dec 2022
Re84: A Node Instantiated (BEST-FIRST-SEARCH Part 3, AIMA4e pp. 73–74)

Re84: A Node Instantiated (BEST-FIRST-SEARCH Part 3, AIMA4e pp. 73–74)

Writing, as a class in Python, a data structure to represent a reached state in the environment's state space.

Subscribe at: https://paid.retraice.com

Details: the structure of a node; nodes as cla…

00:29:29  |   Sat 17 Dec 2022
Re83: A Problem Instantiated (BEST-FIRST-SEARCH Part 2, AIMA4e pp. 73–74)

Re83: A Problem Instantiated (BEST-FIRST-SEARCH Part 2, AIMA4e pp. 73–74)

Writing a well-defined problem, in Python, as an object that's an instance of the class Problem.

Subscribe at: https://paid.retraice.com

Details: the structure of a 'problem'; 'Problem' implemented…

00:46:05  |   Fri 16 Dec 2022
Re82: What is a problem? (BEST-FIRST-SEARCH Part 1, AIMA4e pp. 73–74)

Re82: What is a problem? (BEST-FIRST-SEARCH Part 1, AIMA4e pp. 73–74)

Using sets and functions to formalize problems.

Subscribe at: https://paid.retraice.com

Details: the 'problem' in the pseudocode; formalizing a search 'problem'. Complete notes and video at: https:…

00:14:03  |   Thu 15 Dec 2022
Re81: Recap of Natural Intelligence (Re10–Re13)

Re81: Recap of Natural Intelligence (Re10–Re13)

Naturally evolved intelligent entities are the origin of the other kinds.

Subscribe at: https://paid.retraice.com

Details: Re10—Living to Guess Another Day; Re11—Travel; Re12—Aliens and Trouble; Re…

00:21:01  |   Thu 15 Dec 2022
Re80: Recap of Artificial Intelligence (Re6–Re9)

Re80: Recap of Artificial Intelligence (Re6–Re9)

A first pass at the phenomena of artifacts, machines and goals.

Subscribe at: https://paid.retraice.com

Details: Re6—Interface; Re7—Artifactual Goals; Re8—Strange Machines; Re9—They Can See You. Co…

00:27:57  |   Wed 14 Dec 2022
Re79: Recap of Strategic Intelligence (Re1–Re5)

Re79: Recap of Strategic Intelligence (Re1–Re5)

An overview of the phenomenon of 'intelligence agents' and agencies (government and otherwise).

Subscribe at: https://paid.retraice.com

Details: Re1—Three Kinds of Intelligence; Re2—Tell the People…

00:23:01  |   Tue 13 Dec 2022
Re78: Recap of Gradients and Partial Derivatives (AIMA4e pp. 119–122)

Re78: Recap of Gradients and Partial Derivatives (AIMA4e pp. 119–122)

An overview of Re70–Re76.

Subscribe at: https://paid.retraice.com

Details: Re70; Re71; Re72; Re73; Re74; Re75; Re76. Complete notes and video at: https://www.retraice.com/segments/re78

Air date: Su…

00:29:39  |   Mon 12 Dec 2022
Re77: Recap of TABLE-DRIVEN-AGENT (AIMA4e p. 48)

Re77: Recap of TABLE-DRIVEN-AGENT (AIMA4e p. 48)

An overview of Re65–Re69.

Subscribe at: https://paid.retraice.com

Details: Re65; Re66; Re67; Re68; Re69. Complete notes and video at: https://www.retraice.com/segments/re77

Air date: Sunday, 11th D…

00:16:23  |   Mon 12 Dec 2022
Disclaimer: The podcast and artwork embedded on this page are the property of Retraice, Inc.. This content is not affiliated with or endorsed by eachpod.com.