Mike Izbicki
                                            Mike Izbicki
                                        
                                    I'm not sure why Herbie is reporting the two expressions as having different errors. I'll contact the Herbie program developers about what's going on. The issue with the warnings is...
I've figured out why those expressions are giving different results. This is related to bug #16. The problem is that I was too aggressive in removing parenthesis from the expression....
This looks like an awesome project! I've been wanting to do some more word2vec style work lately, so I'd love to help you port this to HLearn :) This would...
I'm impressed by how well documented the code is and easy for me to follow :) After looking through it, it seems like it really should be a straightforward conversion....
> I assume I can still mix and match "Good Old Prelude" and SubHask, concentrating on the mathematical part? The easiest way to do this is to `import Prelude qualified...
Class recordings will be uploaded to this youtube playlist: https://www.youtube.com/playlist?list=PLSNWQVdrBwob3xw1_Tw_mTPTmiFPJL9-W I've uploaded the first class recording, but I unfortunately forgot to actually share my screen, so the video isn't super...
This should be fixed now. **postmortem:** Yesterday, Adi came into my office with a problem about not being able to access certain files in his home folder. The cause of...
Don't forget to [sign up for an exam timeslot](https://docs.google.com/spreadsheets/d/1LvbIgD3GGgKNdn9x4ElNYIl5bhuiITGBILLbQLLY-Hs/edit?usp=sharing) Wednesday, we will review the midterm 3 exam and have a chance for you all to practice giving answers to questions...
Thanks again for the detailed comments! I'll try to respond to everything point-by-point, but if I miss something let me know. **API & HistoryT** I really like the idea of...
I went back and looked at the `History` monad a bit more today. I managed to refactor out the `Optimization` constraint from all the type signatures. I'm quite a bit...