All Projects → PacktPublishing → Hands-On-Deep-Learning-Algorithms-with-Python

PacktPublishing / Hands-On-Deep-Learning-Algorithms-with-Python

Licence: MIT License
Hands-On Deep Learning Algorithms with Python, By Packt

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Hands-On-Deep-Learning-Algorithms-with-Python

few shot slot tagging and NER
PyTorch implementation of the paper: Vector Projection Network for Few-shot Slot Tagging in Natural Language Understanding. Su Zhu, Ruisheng Cao, Lu Chen and Kai Yu.
Stars: ✭ 17 (-77.63%)
Mutual labels:  few-shot-learning
Meta-TTS
Official repository of https://arxiv.org/abs/2111.04040v1
Stars: ✭ 69 (-9.21%)
Mutual labels:  few-shot-learning
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-72.37%)
Mutual labels:  deep-learning-algorithms
learned indices
A C++11 implementation of the B-Tree part of "The Case for Learned Index Structures"
Stars: ✭ 68 (-10.53%)
Mutual labels:  deep-learning-algorithms
Course-Notes-Deep-Learning-by-Andrew-NG-on-Coursera
Hand Written course notes of Deep Learning Specialization by Andrew NG on Coursera
Stars: ✭ 23 (-69.74%)
Mutual labels:  deep-learning-algorithms
finetuner
Finetuning any DNN for better embedding on neural search tasks
Stars: ✭ 442 (+481.58%)
Mutual labels:  few-shot-learning
pick a name
😄 从此爸妈没烦恼!!!
Stars: ✭ 54 (-28.95%)
Mutual labels:  rnn-tensorflow
mmfewshot
OpenMMLab FewShot Learning Toolbox and Benchmark
Stars: ✭ 336 (+342.11%)
Mutual labels:  few-shot-learning
lowshot-shapebias
Learning low-shot object classification with explicit shape bias learned from point clouds
Stars: ✭ 37 (-51.32%)
Mutual labels:  few-shot-learning
Meta-Fine-Tuning
[CVPR 2020 VL3] The repository for meta fine-tuning in cross-domain few-shot learning.
Stars: ✭ 29 (-61.84%)
Mutual labels:  few-shot-learning
question-pair
A siamese LSTM to detect sentence/question pairs.
Stars: ✭ 25 (-67.11%)
Mutual labels:  rnn-tensorflow
AMP-Regularizer
Code for our paper "Regularizing Neural Networks via Adversarial Model Perturbation", CVPR2021
Stars: ✭ 26 (-65.79%)
Mutual labels:  deep-learning-algorithms
MeTAL
Official PyTorch implementation of "Meta-Learning with Task-Adaptive Loss Function for Few-Shot Learning" (ICCV2021 Oral)
Stars: ✭ 24 (-68.42%)
Mutual labels:  few-shot-learning
Deep-Learning
Study and implementation about deep learning models, architectures, applications and frameworks
Stars: ✭ 80 (+5.26%)
Mutual labels:  deep-learning-algorithms
CDFSL-ATA
[IJCAI 2021] Cross-Domain Few-Shot Classification via Adversarial Task Augmentation
Stars: ✭ 21 (-72.37%)
Mutual labels:  few-shot-learning
DocProduct
Medical Q&A with Deep Language Models
Stars: ✭ 527 (+593.42%)
Mutual labels:  tensorflow-2
python-machine-learning-book-2nd-edition
<머신러닝 교과서 with 파이썬, 사이킷런, 텐서플로>의 코드 저장소
Stars: ✭ 60 (-21.05%)
Mutual labels:  tensorflow-2
MemoPainter-PyTorch
An unofficial implementation of MemoPainter(Coloring With Limited Data: Few-shot Colorization via Memory Augmented Networks) using PyTorch framework.
Stars: ✭ 63 (-17.11%)
Mutual labels:  few-shot-learning
MNIST-invert-color
Invert the color of MNIST images with PyTorch
Stars: ✭ 13 (-82.89%)
Mutual labels:  cycle-gan
Prototypical-Networks
A novel method for few shot learning
Stars: ✭ 47 (-38.16%)
Mutual labels:  few-shot-learning

Hands-On Deep Learning Algorithms with Python

Hands-On Deep Learning Algorithms with Python

This is the code repository for Hands-On Deep Learning Algorithms with Python, published by Packt.

Master deep learning algorithms with extensive math by implementing them using TensorFlow

What is this book about?

Deep learning is one of the most popular domains in the AI space, allowing you to develop multi-layered models of varying complexities.

This book covers the following exciting features:

  • Implement basic-to-advanced deep learning algorithms
  • Master the mathematics behind deep learning algorithms
  • Become familiar with gradient descent and its variants, such as AMSGrad, AdaDelta, Adam, and Nadam
  • Implement recurrent networks, such as RNN, LSTM, GRU, and seq2seq models
  • Understand how machines interpret images using CNN and capsule networks

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders.

The code will look like the following:

J_plus = forward_prop(x, weights_plus)
J_minus = forward_prop(x, weights_minus)

Following is what you need for this book: If you are a machine learning engineer, data scientist, AI developer, or simply want to focus on neural networks and deep learning, this book is for you. Those who are completely new to deep learning, but have some experience in machine learning and Python programming, will also find the book very helpful.

With the following software and hardware list you can run all code files present in the book (Chapter 1-10).

Software and Hardware List

Chapter Software required OS required
1-10 Python 2.7, TensorFlow 1.13.1 Linux (Any)
2 Python 2.7, TensorFlow 1.13.1, TensorFlow 2.0 Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Sudharsan Ravichandiran is a data scientist, researcher, artificial intelligence enthusiast, and YouTuber (search for Sudharsan reinforcement learning). He completed his bachelor's in information technology at Anna University. His area of research focuses on practical implementations of deep learning and reinforcement learning, which includes natural language processing and computer vision. He is an open source contributor and loves answering questions on Stack Overflow. He also authored a best-seller, Hands-On Reinforcement Learning with Python, published by Packt Publishing.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].