top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Python - TensorFlow

For the ionosphere dataset we used 80% to train and 20% to test the program. The accuracy of the test was .930, which was acceptable. Training speed was not an issue since the dataset was small. However, testing speed can become an issue with TensorFlow. TensorFlow does offer optimizers, such as, Adam, SGD, and Adagrad, to help with slow testing speeds.

bottom of page