Sean Browning
Some basic experimentation with syntax and visualization of Tensorflow runs in R. Inspired by Nick McClure's Tensorflow Cookbook
- Simple MLP network classifying two enclosed circles
- Simple MLP network classifying the Iris dataset
- linear and Kernel SVM classifying the Iris dataset
make_circles()
andmake_spheres()
helper functions