Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 455 Bytes

R Tensorflow Examples

Sean Browning

Some basic experimentation with syntax and visualization of Tensorflow runs in R. Inspired by Nick McClure's Tensorflow Cookbook

Projects:

  • Simple MLP network classifying two enclosed circles
  • Simple MLP network classifying the Iris dataset
  • linear and Kernel SVM classifying the Iris dataset
  • make_circles() and make_spheres() helper functions