Skip to main content

Posts

Showing posts from April, 2017

Neural artist : Make your own Prisma with deep learning using Python

Introduction: Hello world! After spending a long period with electronics & robotics, now I am working with neural networks & deep learning. We all know that unlike the electronics, human brain doesn't work with binary logic. The thinking approach of human brain is not like a pre-programmed electronic system, instead we can say that thinking ability is dynamic & it posses fuzziness. In simple words, fuzziness can be defined as a state of "may-be" or the state of neither high nor low. Thus, simulating human brain on the computer gives self learning ability to the computer. There is a well known term in computing to simulate the human brain which is called as a "Neural network". Structure of neurons in your brain Similar to human brain, an artificial neural network creates a mathematical model of thousands neurons. This neurons are connected to each other and they can communicate. I hope