Meet Travis - Your AI-Powered tutor

Learn more about theano framework with these recommended learning resources

Introduction to the Python Deep Learning Library Theano

 Machine Learning Mastery

Last Updated on August 19, 2019 Theano is a Python library for fast numerical computation that can be run on the CPU or GPU. It is a key foundational library for Deep Learning in Python that you can u...

Read more at Machine Learning Mastery

Debugging Theano: FAQ and Troubleshooting

 Theano Tutorial

Debugging Theano: FAQ and Troubleshooting There are many kinds of bugs that might come up in a computer program. This page is structured as a FAQ. It provides recipes to tackle common problems, and i...

Read more at Theano Tutorial

Hands-On Theano: One of the Most Powerful Scientific Tools for Python

 Towards AI

In my previous article, I mentioned 13 Data Science libraries for Python and I also talked about Theano. But that was a brief introduction, today we will talk more specifically about Theano, its…

Read more at Towards AI

Profiling Theano function

 Theano Tutorial

Profiling Theano function Note This method replace the old ProfileMode. Do not use ProfileMode anymore. Besides checking for errors, another important task is to profile your code in terms of speed a...

Read more at Theano Tutorial

ONNX: The Standard for Interoperable Deep Learning Models

 Towards Data Science

Learn about the benefits of using the ONNX standard for deploying models across frameworks and hardware platforms Continue reading on Towards Data Science

Read more at Towards Data Science

Not Just PyTorch and TensorFlow: 4 Other Deep Learning Libraries You Should Lnow

 Towards Data Science

A quick introduction to JAX, MXNet, MATLAB, and Flux Photo by Gabriel Sollmann on Unsplash Machine learning libraries accelerate the deep learning revolution. They lowered the barrier of entry for pr...

Read more at Towards Data Science

Appendix: Tools for Deep Learning

 Dive intro Deep Learning Book

To get the most out of Dive into Deep Learning , we will talk you through different tools in this appendix, such as for running and contributing to this interactive open-source book.

Read more at Dive intro Deep Learning Book

A Beginner-Friendly Guide to PyTorch and How it Works from Scratch

 Analytics Vidhya

Every once in a while, there comes a library or framework that reshapes and reimagines how we look at the field of deep learning. The remarkable progress a single framework can bring about never…

Read more at Analytics Vidhya

A Brief History of Deep Learning Frameworks

 Towards Data Science

A survey of deep learning frameworks and their future projection

Read more at Towards Data Science

SRCNN Paper Summary & Implementation

 Analytics Vidhya

SRCNN[1] proposes a 3 layer CNN for image super-resolution. It is one of the first papers to apply deep neural networks for the task of image super-resolution. The SRCNN architecture is composed of…

Read more at Analytics Vidhya

10 GenAI Notebooks: OpenAI, LLM, RAG, GPT, and More

 Machine Learning Techniques

For developers and AI/ML professionals. This comprehensive free resource offered by our sponsor is designed to provide you with hands-on experience and deeper insights into building cutting-edge GenAI...

Read more at Machine Learning Techniques

SRGAN, a TensorFlow Implementation

 Towards Data Science

We’ve all seen that moment in a crime thriller where the hero asks the tech guy to zoom and enhance an image, number plates become readable, pixelated faces become clear and whatever evidence needed…

Read more at Towards Data Science

Fastai — the deep learning library that sits on top of Pytorch

 Analytics Vidhya

TensorFlow and Pytorch are the most popular deep learning libraries of this moment. Besides that there are high level deep learning libraries. On top of Tensorflow there is Keras; a popular high…

Read more at Analytics Vidhya

Introduction to Python Deep Learning with Keras

 Machine Learning Mastery

Last Updated on September 13, 2019 Two of the top numerical platforms in Python that provide the basis for Deep Learning research and development are Theano and TensorFlow. Both are very powerful libr...

Read more at Machine Learning Mastery

Derivatives in Theano

 Theano Tutorial

Derivatives in Theano Computing Gradients Now let’s use Theano for a slightly more sophisticated task: create a function which computes the derivative of some expression y with respect to its paramet...

Read more at Theano Tutorial

Are You Sure That You Can Implement Image Classification Networks?

 Towards AI

Before my recent paper submission, I firmly believed that I could easily implement image classification networks due to well-constructed… Continue reading on Towards AI

Read more at Towards AI

Neural Network from Scratch (No NumPy)

 Towards Data Science

Simple implementation of neural networks using standard Python library Continue reading on Towards Data Science

Read more at Towards Data Science

The DataHour: Introduction to Tensorflow Javascript

 Analytics Vidhya

Register for FREE!! Continue reading on Analytics Vidhya

Read more at Analytics Vidhya

A Glimpse of TensorFlow

 Towards Data Science

TensorFlow is a popular open-source software library from Google. Originally it was developed by the Google Brain team for internal Google use. As the AI research community got more and more…

Read more at Towards Data Science

Introduction to TensorFlow with Keras API

 Analytics Vidhya

Keras is a high-level Deep Learning API(Application Programming Interface) that allows us to easily build, train, evaluate, and execute all sorts of neural networks. What is does is abstract away the…...

Read more at Analytics Vidhya

Overview of Some Deep Learning Libraries

 Machine Learning Mastery

Last Updated on June 26, 2022 Machine learning is a broad topic. Deep learning, in particular, is a way of using neural networks for machine learning. Neural network is probably a concept older than m...

Read more at Machine Learning Mastery

TensorFlow 2.9 is Here: Present-day Use Cases

 Towards AI

TensorFlow use cases, powers, and present-day definitions Continue reading on Towards AI

Read more at Towards AI

Tinygrad: A Lightweight Deep Learning Library for Beginners

 Python in Plain English

Deep learning has become a dominant force in the field of artificial intelligence, enabling remarkable advancements in various applications, from image recognition to natural language processing. Howe...

Read more at Python in Plain English

Framework for Better Deep Learning

 Machine Learning Mastery

Last Updated on August 6, 2019 Modern deep learning libraries such as Keras allow you to define and start fitting a wide range of neural network models in minutes with just a few lines of code. Nevert...

Read more at Machine Learning Mastery