bio_img_deep-learning

Artificial Intelligence

Apply embedded AI and agentic AI

Posts 171 - 180 of 187

Deep Learning in Action – part 1 7

Hello Everyone! Allow me to quickly introduce myself. My name is Johanna, and Steve has allowed me to take over the blog from time to time to talk about deep learning. Today I’d like to kick... read more >>

Semantic Segmentation Using Deep Learning

Today I want to show you a documentation example that shows how to train a semantic segmentation network using deep learning and the Computer Vision System Toolbox. A semantic segmentation... read more >>

Exporting to ONNX 1

The MathWorks Neural Network Toolbox Team has just posted a new tool to the MATLAB Central File Exchange: the Neural Network Toolbox Converter for ONNX Model Format. ONNX, or Open Neural... read more >>

Deep Learning Network Analyzer

Earlier this month, the Neural Network Toolbox team submitted a new Deep Learning Network Analyzer tool to the File Exchange. (Note: it requires the R2018a release.) This very useful tool helps you... read more >>

New Deep Learning Features in R2018a

MathWorks shipped our R2018a release last month. As usual (lately, at least), there are many new capabilities related to deep learning. I showed one new capability, visualizing activations in DAG... read more >>

Visualizing Activations in GoogLeNet

The R2018a release has been available for almost two week now. One of the new features that caught my eye is that computing layer activations has been extended to GoogLeNet and Inception-v3. Today I... read more >>

Creating a DAG Network from DAG Parts 4

In my 14-Feb-2018 blog post about creating a simple DAG network, reader Daniel Morris wanted to know if there's a less tedious way, compared to adding layers one at a time, to combine two (or more)... read more >>

Create a Simple DAG Network 6

Creating a Simple DAG NetworkToday I want to show the basic tools needed to build your own DAG (directed acyclic graph) network for deep learning. I'm going to build this network and train it on our... read more >>

Defining Your Own Network Layer (Revisited) 1

Today I want to follow up on my previous post, Defining Your Own Network Layer. There were two reader comments that caught my attention.The first comment, from Eric Shields, points out a key... read more >>

Defining Your Own Network Layer 9

Note: Post updated 27-Sep-2018 to correct a typo in the implementation of the backward function. One of the new Neural Network Toolbox features of R2017b is the ability to define your own network... read more >>

Posts 171 - 180 of 187

These postings are the author's and don't necessarily represent the opinions of MathWorks.