|
|
|
|
|
by davidkell
2036 days ago
|
|
IMO no one has done more to make deep learning accessible than Jeremy + fast.ai team. Thanks for the amazing work! My question is about the coding style - @jph00 I’ve read your fast.ai style guide and worked with APLs like q/KDB (written by Arthur Whitney who you cite). My experience is that brevity is great, until you need to collaborate or have individuals working on small parts. That was my experience as well trying to write an extension to the fast.ai code (where I had to read large amounts of source to understand how to implement a small change). Given that a key motivator for literate programming is collaboration/communication, how do you think about this? |
|