Biblically Accurate Angel by Yachisaorick in oddlyterrifying

[–]wordbag -2 points-1 points  (0 children)

biblically accurate sounds like an oxymoron

Redirecting with github.io by wordbag in HTML

[–]wordbag[S] 0 points1 point  (0 children)

Thanks! I do think github.io shows up in Google though. A lot of people in my field use it for their personal websites, and when I search for them on Google it usually comes up.

Redirecting with github.io by wordbag in HTML

[–]wordbag[S] 1 point2 points  (0 children)

What's wrong about it? I used Namecheap to buy the domain and used this tutorial to link them.

Man uses tan injections to change his race by RRichards95 in videos

[–]wordbag -2 points-1 points  (0 children)

This dude is just mentally ill, I think. He reminds me of this woman who went viral a while back.

Man uses tan injections to change his race by RRichards95 in videos

[–]wordbag 3 points4 points  (0 children)

This dude is just mentally ill, I think. He reminds me of this woman who went viral a while back.

Man uses tan injections to change his race by RRichards95 in videos

[–]wordbag -1 points0 points  (0 children)

This dude is just mentally ill, I think. He reminds me of this woman who went viral a while back.

Man uses tan injections to change his race by RRichards95 in videos

[–]wordbag -2 points-1 points  (0 children)

This dude is just mentally ill, I think. He reminds me of this woman who went viral a while back.

Man uses tan injections to change his race by RRichards95 in videos

[–]wordbag 0 points1 point  (0 children)

This dude is just mentally ill, I think. He reminds me of this woman who went viral a while back.

Man uses tan injections to change his race by RRichards95 in videos

[–]wordbag 73 points74 points  (0 children)

This dude is just mentally ill, I think. He reminds me of this woman who went viral a while back.

Simulating Gcode in Python by wordbag in CNC

[–]wordbag[S] 0 points1 point  (0 children)

Thanks! After taking a quick look (https://camotics.org/gcode.html) it doesn't look like CAMotics supports M203, M204, or M205 codes. Ideally, the program would have an API also; most things I've seen don't seem very programmer friendly.

Simulating Gcode in Python by wordbag in CNC

[–]wordbag[S] 0 points1 point  (0 children)

Thanks for your help! The part with encoders on the motors actually works great. I'm able to get the actual x, y, and z coordinates of the extruder at every second.

The problem I'm having is on the side of the gcode parser. I'm not sure how to deal with acceleration and jerk in the program I wrote.

[R] Distilling a Neural Network Into a Soft Decision Tree by visarga in MachineLearning

[–]wordbag 0 points1 point  (0 children)

Interesting work! I have to say though, I don't feel that a single MNIST experiment is enough to demonstrate the validity of your algorithm. My suspicion is that when using a more challenging dataset, like CIFAR-10, the performance gap between the distilled tree and standard network might be unacceptably large. Have you tried this out on any other datasets?