Algorithms to Live By

Reading Journey

  • Started: 2023-01-15T16:42:04Z
  • Ended: 2023-04-21T13:22:41Z
  • Total Time Read: 5hrs 56mins 8secs
Code
%run _help_reading.py
import pandas as pd

df = pd.read_csv(
  'https://github.com/MrGeislinger/victorsothervector/raw/main/'
  'data/reading/all_reading-clean.csv'
)

book_name = """Algorithms to Live By"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
Figure 1: Reading done for Algorithms to Live By

Thoughts on Algorithms to Live By

Overview

‘Algorithms to Live By’ looks at the simple, precise algorithms that computers use to solve the complex ‘human’ problems that we face, and discovers what they can tell us about the nature and origin of the mind.

READING

READING

READING


Bluesky Comments