# Deep-Learning-in-Python **Repository Path**: jessssy_yang/Deep-Learning-in-Python ## Basic Information - **Project Name**: Deep-Learning-in-Python - **Description**: Hands-on, practical knowledge of how to use neural networks and deep learning with Keras 2.0 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deep-Learning-in-Python Hands-on, practical knowledge of how to use neural networks and deep learning with Keras 2.0 Artificial neural networks (ANN) are a biologically-inspired set of models that facilitate computers learning from observed data. Deep learning is a set of algorithms that use especially powerful neural networks. It is one of the hottest fields in data science, and most state-of-the-art results in robotics, image recognition and artificial intelligence (including the famous AlphaGo) use deep learning. This repository contain hands-on, practical knowledge of how to use neural networks and deep learning with Keras 2.0, the latest version of a cutting edge library for deep learning in Python.