Brian Spiering

Results 6 issues of Brian Spiering

FYI - Right now the .git folder is kinda big (400+ mb). The primary issue is a pretrained deep learning model hanging around `meme-model-cnn.h5`. I tried to use a variation...

When I run: ```python import rl rl.__version__ ``` I get ```python AttributeError: module 'rl' has no attribute '__version__' ``` Thanks!

It would be helpful if the README had a longer description. Something like: > A one-pass compiler for a subset of C, relying on a recursive-descent parser, doing the lexing,...

The code assumes you have downloaded and unzipped the files. Here a way to handle it ``` def load_data(): my_data = np.genfromtxt('yob2014.txt', delimiter=',', dtype=[('name','S50'), ('gender','S1'),('count','i4')], converters={0: lambda s:s.lower()}) try: load_data()...

Posting the unzipped files allows the code to be read on GitHub.