introtodeeplearning
introtodeeplearning copied to clipboard
Minor fix: Lab1 Part 2.3 Range of indices for vocab
I suppose Range of indices for vocab (unique characters) should be '0 to len(unique) - 1' instead of '0 to len(unique)' Sorry if nitpicking.