Skip to content

A Deep Learning Tensorflow Model which uses Sonar Dataset for identifying rock or mine from its reflecting frequency, using Gradient Descent Optimizer

Notifications You must be signed in to change notification settings

rudrajikadra/Deep-Learning-Tensorflow-Model-Rock-and-Mine-Classification-Gradient-Descent-Optimizer

Repository files navigation

Deep-Learning-Tensorflow-Rock-and-Mine-Identifier-MultiLayer-Perceptron

Naval Mine Identifier

screen shot 2018-06-26 at 1 18 48 am

Using the sonar dataset which contains the frequencies that are reflected by the submarien that will be used to classify whether the object is a rock or mine.

Using Tensorflow created a deep neural network for creating and saving the model(checkpoint). The python code file "rockmine.py" contains comments that are easy to understand what every function does. Uses one hot encoding for the labeled output of the dataset

I have created a multilayer perceptron with 4 hidden layer and 60 neurons each layer that uses gradient descent optimizer to minimize the cost.

The output or the accuracy is as given below. Its not that great but thats what a 1000 epoch can do with a learning rate of 0.3 :)

screen shot 2018-06-24 at 3 18 45 am

About

A Deep Learning Tensorflow Model which uses Sonar Dataset for identifying rock or mine from its reflecting frequency, using Gradient Descent Optimizer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages