Fundamentals of Deep Learning (2nd Ed)

Reading Journey

  • Started: 2022-06-05T19:05:02Z
  • Ended: 2022-06-17T15:52:39Z
  • Total Time Read: 4hrs 43mins 13secs
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 = """Fundamentals of Deep Learning (2nd Ed)"""
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 Fundamentals of Deep Learning (2nd Ed)