Michael Truell

Results 72 issues of Michael Truell

Can sketches be exported to SVGs? I'm running this program: ``` import cadquery as cq result = cq.Workplane("front").sketch().circle(1).parent result.exportSvg('test.svg') ``` This is the error I get: ```Traceback (most recent call...

'Common Contributions' and 'Folder Contents' aren't updated

Switch to C arrays for speed and availability on microcontrollers

bug
help wanted
top priority

I believe that we can setup travis to continuously build on AVR. AVR's toolchain [seems to be](http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_GCC_Toolchain#Debian_and_Ubuntu) available on apt-get.

enhancement
help wanted

- [ ] Documentation - [ ] Tests - [ ] Working on Mac - [x] Resource loading (#32)

enhancement
top priority

[Coveralls](https://coveralls.io/) is continuous integration for code coverage testing. It integrates nicely with travis for c++: https://github.com/eddyxu/cpp-coveralls.

enhancement
top priority

## Possible tests - [ ] Storage and loading of all objects - [x] Backpropagation training - [ ] Interpolator accuracy - [x] QLearn convergence - [x] WireFitQLearn convergence

enhancement
help wanted
top priority

Because of ISEF, I don't really have time to do this right now. However, serialization for Learner, Trainer, and Interpolator subclasses should follow the method outlined [here](https://isocpp.org/wiki/faq/serialization#serialize-inherit-no-ptrs). Right now, unserializing...

enhancement
top priority

Ideas - [ ] Convolutional Neural Network - Recurrent Neural Networks - [ ] Long Short Term Memory - [ ] Vanilla RNN - [ ] Bidirectional RNN

enhancement

- [x] Adadelta - [ ] Adagrad - [ ] RMSProp

enhancement