Data Science & Developer Roadmaps with Chat & Free Learning Resources
Introduction to the Python Deep Learning Library Theano
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 | Find similar documentsDebugging Theano: FAQ and Troubleshooting
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 | Find similar documentsHands-On Theano: One of the Most Powerful Scientific Tools for Python
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 | Find similar documentsProfiling Theano function
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 | Find similar documentsNot Just PyTorch and TensorFlow: 4 Other Deep Learning Libraries You Should Lnow
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 | Find similar documentsONNX: The Standard for Interoperable Deep Learning Models
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 | Find similar documentsDesign an Easy-to-Use Deep Learning Framework
The three software design principles I learned as an open-source contributor Photo by Sheldon on Unsplash Deep learning frameworks are extremely transitory. If you compare the deep learning framework...
Read more at Towards Data Science | Find similar documentsFastai — the deep learning library that sits on top of Pytorch
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 | Find similar documents☕️ 🕸 Deep Learning for Java and .NET Developers
📝 Editorial The deep learning space is mostly a Python game. Python’s flexibility and mathematically intuitive syntax have made it a favorite language of AI researchers and technologists producing a ...
Read more at TheSequence | Find similar documentsMulti cores support in Theano
Multi cores support in Theano Convolution and Pooling Since Theano 0.9dev2, the convolution and pooling are parallelized on CPU. BLAS operation BLAS is an interface for some mathematical operations b...
Read more at Theano Tutorial | Find similar documentsAppendix: Tools for Deep Learning
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 | Find similar documentsA Brief History of Deep Learning Frameworks
A survey of deep learning frameworks and their future projection
Read more at Towards Data Science | Find similar documentsThe charming simplicity of NN frameworks
Honestly, it is a bit challenging to write again after I’ve published Mostly complete chart of Neural Networks, explained — 150+ recommends and 200+ followers bring up some responsibility. Still…
Read more at Becoming Human: Artificial Intelligence Magazine | Find similar documents10 GenAI Notebooks: OpenAI, LLM, RAG, GPT, and More
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 | Find similar documentsA Beginner-Friendly Guide to PyTorch and How it Works from Scratch
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 | Find similar documentsGetting Started with TensorFlow the Easy Way (Part 1)
Given the recent spike in interest in the deep learning field, there is often a fiery debate that happens among data scientists — which framework is the best? This, like so many other things in this…
Read more at Analytics Vidhya | Find similar documentsSRCNN Paper Summary & Implementation
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 | Find similar documentsHow to create your own deep learning framework using only Numpy
This article will show you the challenges, components, and steps you need to make/overcome to create a basic deep learning framework Photo by Vlado Paunovic on Unsplash Let's start by defining what w...
Read more at Towards Data Science | Find similar documentsImplementing RNNs
Hello everyone! This is my eleventh writing on my journey of Completing the Deep Learning Nanodegree in a month! I’ve done 51% of the fourth module out of a total of six modules of the degree. Today…
Read more at Analytics Vidhya | Find similar documentsIntroduction to Python Deep Learning with Keras
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 | Find similar documentsProgramming a Neural Network Tutorial: Vintage Style
Times Change (Abstraction) The code, tools, platforms, and related methods available to Widrow were not the code, tools, platforms, and related methods we have today. A relatively simple neural networ...
Read more at Towards AI | Find similar documentsDeep Learning on Jetson Nano: Streamlining Docker Builds
While the default image for Jetson Nano comes with a lot of useful packages for building deep learning apps, TensorFlow, Keras, Pytorch or Jupyter notebooks are not among them. NVIDIA provides…
Read more at Analytics Vidhya | Find similar documentsPyTorch -A Framework for Deep Learning
Deep learning is a subset of machine learning where artificial neural networks, algorithms inspired by the human brain, learn from large amounts of data. Every once in while, there comes a library or…...
Read more at Analytics Vidhya | Find similar documentsAre You Sure That You Can Implement Image Classification Networks?
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 | Find similar documents- «
- ‹
- …