- An example of using histograms, scalar summaries, and creating images in Tensorboard.
- We create a genetic algorithm to optimize an individual (array of 50 numbers) toward the ground truth function.
- How to use TensorFlow to do k-means clustering. We use the Iris data set, set k=3, and use k-means to make predictions.
- Here, we show how to use TensorFlow to solve a system of ODEs. The system of concern is the Lotka-Volterra predator-prey system.