Erfaan-Rostami / Deep-Learning

Useful Information About Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep-Learning

✷ Useful information and links about Deep Learning

Optimization

Convolutional Networks

RECURRENT AND RECURSIVE NEURAL NETWORKS

Autoencoder

Main TextBooks

"Better Deep Learning"; a new eBook written by Jason Brownlee in the friendly Machine Learning Mastery style that you’re used to, discover exactly how to improve the performance of deep learning neural network models on your predictive modeling projects.

Google Colab and Anaconda

About Keras

Keras is a Deep Learning library for Python, that is simple, modular, and extensible.

How to Configure Image Data Augmentation in Keras; by Jason Brownlee

Keras ImageDataGenerator and Data Augmentation; by Adrian Rosebrock

Building powerful image classification models using very little data

Everything you need to know about Keras to build your first deep learning model, by Pallawi

About PyTorch

⇝ As described in PyTorch page, it's An open source machine learning framework that accelerates the path from research prototyping to production deployment.

⇝ generating data in parallel with PyTorch

Regularization

Many strategiesused in machine learning are explicitly designed to reduce the test error, possiblyat the expense of increased training error. These strategies are known collectivelyas regularization.

Neural Activation Functions

Understanding Activation Functions: Beginners guide to Activation Functions

Learning Activation Functions to Improve Deep Neural Networks

Mish: A Self Regularized Non-Monotonic Neural Activation Function, by Diganta Misra

7 Types of Neural Network Activation Functions: How to Choose?

Generative Adversarial Networks(GANs)

Generative Adversarial Nets(GANs), a new framework for estimating generative models via an adversarial process.

GANs from Zero to Hero: Best Resources for Newcomers; by Oleksii Kharkovyna

Understanding GANs: Building, step by step, the reasoning that leads to GANs; by Joseph Rocca

Challenges and Competitions in AI

Boltzmann Machines

Skip Connections

Variational Autoencoders(VAE)

About

Useful Information About Deep Learning