Ryan Jacobs

Results 6 issues of Ryan Jacobs

I've been doing a grid search on most of the hyperparameters provided, and have reduced my loss to 0.529. My dataset is 2.9 MB (roughly 102,000 lines of text). I...

Hi, first of all I just want to say, this project is incredible! I love having a REST API at my fingertips, and I've written some shell scripts to interact...

Resolves issue #80. I really think that this should be merged. This is the first thing people should see after installing git. I don't quite know how to do all...

Fix link for "Download git for Linux". Dead link: http://git-scm.com/book/en%2FGetting-Started-Installing-Git New link: http://git-scm.com/download/linux ![scrot](https://cloud.githubusercontent.com/assets/4251257/4586646/a8148c2e-501b-11e4-8807-26c787086451.png)

pinger/src/linux.rs: use "ping -6" instead of "ping6" `ping6` does not exist on my system (`iputils 20250605-1`) `gping -6` fails otherwise. ``` $ gping -6 example.com Error: Error spawning ping: No...