AdityaTheDev
Meet Aditya! He's loves building products by brainstorming. He knows Machine learning, Deep learning, Android and Web. Youtube : adiexplains and smartswaggy
AdityaTheDev's Stars
A-Shankar-mahadevan/OpenRocket-Design
Stellaria report on an experimental rocket.
AdityaTheDev/ConvolutionalNeuralNetwork-To-Classify-DogVsCat
Convolutional Neural Network to Classify Dogs and Cat. I built a ImageClassifier which classifies and tells you whether its a Dog image or a Cat image. I built a convolutional network which consists of Three Convolution layer and Three MaxPooling layer. Each Convolutional layer has filters, kernel size. Maxpooling layer has stride and pooling size. Then this Convolutional layer Connects to DeepNeuralNetwork. DNN has three hidden layer and output layer having Sigmoid Activation function. I trained this model for 31 epochs and achieved an accuracy of around 85%. I found this massive image dataset online which has 10,028 images(Ten Thousand and Twenty Eight). My model Predicted accurately during the testing phase. I even tested my model using my neighbor dog's pic and it predicted accurately.