An open API service indexing awesome lists of open source software.

https://github.com/reddyprasade/deep-learning

Deep learning (also known as deep structured learning or hierarchical learning) is part of a broader family of machine learning methods based on artificial neural networks. Learning can be supervised, semi-supervised or unsupervised. Deep learning architectures such as deep neural networks, deep belief networks, recurrent neural networks and convolutional neural networks have been applied to fields including computer vision, speech recognition, natural language processing, audio recognition, social network filtering, machine translation, bioinformatics, drug design, medical image analysis, material inspection and board game programs, where they have produced results comparable to and in some cases superior to human experts.
https://github.com/reddyprasade/deep-learning

anns artificial-neural-networks audio-recognition biological-brains board-game-programs deep-learning deep-learning-algorithms deep-learning-tutorial deep-neural-networks deep-reinforcement-learning hierarchical-learning natural-language-processing neural-network neural-networks social-network-filtering speech-recognition

Last synced: 8 months ago
JSON representation

Deep learning (also known as deep structured learning or hierarchical learning) is part of a broader family of machine learning methods based on artificial neural networks. Learning can be supervised, semi-supervised or unsupervised. Deep learning architectures such as deep neural networks, deep belief networks, recurrent neural networks and convolutional neural networks have been applied to fields including computer vision, speech recognition, natural language processing, audio recognition, social network filtering, machine translation, bioinformatics, drug design, medical image analysis, material inspection and board game programs, where they have produced results comparable to and in some cases superior to human experts.

Awesome Lists containing this project

README

          

# Deep-Learning
Deep learning (also known as deep structured learning or hierarchical learning) is part of a broader family of machine learning methods based on artificial neural networks. Learning can be supervised, semi-supervised or unsupervised. **Deep learning architectures** such as `deep neural networks, deep belief networks, recurrent neural networks and convolutional neural networks` have been applied to fields including `computer vision, speech recognition, natural language processing, audio recognition, social network filtering, machine translation, bioinformatics, drug design, medical image analysis, material inspection and board game programs', where they have produced results comparable to and in some cases superior to human experts.

Artificial Neural Networks (ANNs) were inspired by information processing and distributed communication nodes in biological systems. ANNs have various differences from biological brains. Specifically, neural networks tend to be static and symbolic, while the biological brain of most living organisms is dynamic (plastic) and analog

**Input Images**

![](https://lh3.googleusercontent.com/-DSEAJ--cNFc/XtnlB3Y1DlI/AAAAAAAAoY4/3xHa-eGLuFgSVRQSNCzWOcLgwsIyYPmTQCK8BGAsYHg/s0/IMG-20200122-WA0013.jpg)

**Output Images:**

![](img/download.png)

# Training
![](https://github.com/reddyprasade/Deep-Learning/blob/master/img/epoch_accuracy.svg)
![](https://github.com/reddyprasade/Deep-Learning/blob/master/img/epoch_accuracy%20(1).svg)

# Loss
![](https://github.com/reddyprasade/Deep-Learning/blob/master/img/epoch_loss.svg)
![](https://github.com/reddyprasade/Deep-Learning/blob/master/img/epoch_loss%20(1).svg)

---
# References To Learn and Develop your Self:
* [Python](https://github.com/reddyprasade/Python-Basic-For-All-3.x)
* [Data Science With Python ](https://github.com/reddyprasade/Data-Science-With-Python)
* [Machine Learning with Python](https://github.com/reddyprasade/Machine-Learning-with-Scikit-Learn-Python-3.x)
* [Deep learning With python](https://github.com/reddyprasade/Deep-Learning)
* [Data Visulization](https://github.com/reddyprasade/Data-Science-With-Python/tree/master/Data%20Visualization)
* [Life Cycle of Data Science](https://github.com/reddyprasade/Data-Science-With-Python/tree/master/Life%20Cycle%20Process%20of%20Data%20Science%20In%20Real%20World%20project)
* [Statistics](https://github.com/reddyprasade/Data-Science-With-Python/tree/master/Statistics)