
Bill Chou
MathWorks
Professional Interests: C/C++/CUDA code generation, AI & deep learning, embedded systems, signal processing, image processing
C++
Content Feed
MATLAB Coder: How do I build TensorFlow Lite for Deep Learning C++ code generation and deployment?
Note: The following applies to R2023a and newer releases of MATLAB Coder and TensorFlow Lite library version 2.8 as described he...
4개월 전 | 0
| 수락됨
MATLAB Coder: How do I build TensorFlow Lite for Deep Learning C++ code generation and deployment?
Note: The following applies to R2022b and older releases of MATLAB Coder and TensorFlow Lite library version 2.4.1 as described ...
10개월 전 | 0
MATLAB Coder: How do I build the Arm CMSIS-NN library for Deep Learning C code generation and deployment?
To generate and run C code for deep neural networks on Cortex-M hardware, you must have the CMSIS-NN library. See the post below...
대략 1년 전 | 0
| 수락됨
Difference between Simulink Coder and Embedded Coder
As others have mentioned: MATLAB Coder enables users to generate C/C++ code from MATLAB algorithms Simulink Coder does the sam...
1년 초과 전 | 0
Embedded coder,matlab coder, simulink coder ?
As others have mentioned: MATLAB Coder enables users to generate C/C++ code from MATLAB algorithms Simulink Coder does the sam...
1년 초과 전 | 1
Difference between Simulink Coder, Embedded Coder and Matlab Coder
As others have mentioned: MATLAB Coder enables users to generate C/C++ code from MATLAB algorithms Simulink Coder does the sam...
1년 초과 전 | 0
Can matlab coder generate C code more intelligently based on human language expressions?
Hi Cui, Thanks for your feedback. We're interested in customer feedback to make MATLAB Coder better for users. If you'd like ...
1년 초과 전 | 0
MATLAB Coder: How do I build the Arm CMSIS-NN library for Deep Learning C code generation and deployment?
This is an old answer that has since been updated, and is kept here for reference only. Please see this post for up-to-date inst...
1년 초과 전 | 0
질문
MATLAB Coder: How do I build TensorFlow Lite for Deep Learning C++ code generation and deployment?
I see a few deep learning networks supported for code generation using MATLAB Coder: Deep Learning Networks and Layers Supporte...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
MATLAB Coder: How do I build the Arm CMSIS-NN library for Deep Learning C code generation and deployment?
I see a few deep learning networks supported for code generation using MATLAB Coder: Deep Learning Networks and Layers Supporte...
1년 초과 전 | 답변 수: 2 | 0
2
답변How to deploy deep learning networks for Hardware-in-the-Loop (HIL) simulation with, for example, dSpace and Speedgoat hardware systems?
See the post here: How to deploy deep learning networks for Hardware-in-the-Loop (HIL) simulation with, for example, Speedgoat ...
2년 초과 전 | 0
| 수락됨
질문
How to deploy deep learning networks for Hardware-in-the-Loop (HIL) simulation with, for example, dSpace and Speedgoat hardware systems?
I would like to deploy deep learning networks for Hardware-in-the-Loop (HIL) testing. My group has access to dSpace and Speedgoa...
2년 초과 전 | 답변 수: 1 | 0
1
답변MATLAB Coder: How do I build the Intel MKL-DNN library for Deep Learning C++ code generation and deployment?
Note: The following applies to R2021a and newer releases of MATLAB Coder and MKL-DNN v1.4 as described here. For newer releases,...
2년 초과 전 | 3
| 수락됨
What do I see performance and numerical accuracy issues with quantized INT8 deep learning networks using GPU Coder in R2021a?
In R2021a, GPU Coder supports cuDNN 8.1.0. For more information, see Installing Prerequisite Products (GPU Coder). It is recomme...
2년 초과 전 | 0
| 수락됨
질문
What do I see performance and numerical accuracy issues with quantized INT8 deep learning networks using GPU Coder in R2021a?
I’m generating code for a quantized deep learning network using GPU Coder but experiencing performance and numerical accuracy is...
2년 초과 전 | 답변 수: 1 | 0
1
답변Why Embedded coder is not available for student license?
Hi Ermanas, Unfortunately Embedded Coder isn't available for Student Version. Currently MATLAB Coder and Simulink Coder are ava...
2년 초과 전 | 0
| 수락됨
How do I use GPU Coder generated CUDA code with the NVIDIA Docker Containers?
It is possible to integrate GPU Coder generated code with an NVIDIA docker image. This workflow uses the GPU Coder Support Packa...
2년 초과 전 | 2
| 수락됨
질문
How do I use GPU Coder generated CUDA code with the NVIDIA Docker Containers?
I'm using GPU Coder to generate code that runs on NVIDIA Jetson boards. My company has a process where we need to deploy them vi...
2년 초과 전 | 답변 수: 1 | 0
1
답변Installation failure for MATLAB Coder Interface for Deep Learning Libraries and GPU Coder Interface for Deep Learning Libraries support packages in MATLAB R2020b release
Due to dependencies amongst the following support packages (please note the version numbers below): MATLAB Coder Interface for ...
거의 3년 전 | 2
| 수락됨
질문
Installation failure for MATLAB Coder Interface for Deep Learning Libraries and GPU Coder Interface for Deep Learning Libraries support packages in MATLAB R2020b release
In R2020b, when trying to install the MATLAB Coder Interface for Deep Learning Libraries or GPU Coder Interface for Deep Learnin...
거의 3년 전 | 답변 수: 1 | 0
1
답변GPU Coder: nvlink error when targeting NVIDIA Jetson/DRIVE with debugging enabled
Background gpucoder.sort()takes advantage of the Thrust Library for generating kernels on the GPU. Certain Thrust APIs take ad...
거의 3년 전 | 0
| 수락됨
질문
GPU Coder: nvlink error when targeting NVIDIA Jetson/DRIVE with debugging enabled
I encounter the same error when targeting NVIDIA Jetson & DRIVE with debugging enabled. In Simulink: I have a Simulink model...
거의 3년 전 | 답변 수: 1 | 0
1
답변MATLAB Coder: How do I build the Intel MKL-DNN library for Deep Learning C++ code generation and deployment?
Note: The following applies to R2020a and R2020b releases of MATLAB Coder and MKL-DNN v1.0 as described here. For newer releases...
3년 초과 전 | 2
Getting code for PLC from MPC controler
Yes, you can generate either structured text or C/C++ code from MPC controller. Here's an example that walks through the process...
3년 초과 전 | 0
Is it possible to compile C# code in Matlab?
Another possible approach is to have the final program running in C# outside of MATLAB. In this case, you could use MATLAB Coder...
3년 초과 전 | 0
Integrating Matlab Coder with c#
Yes, it's possible to use MATLAB Coder to integrate with C# applications. One would need to make some manually changes at the in...
3년 초과 전 | 2
How to convert from MATLAB solver to C# code
Yes, it's possible to use MATLAB Coder to integrate with C# applications. One would need to make some manually changes at the in...
3년 초과 전 | 0
Alternative to embedded coder for home users
Hi Prashant, Thanks for your interest in using Embedded Coder with MATLAB Home. We're always looking for feedback from custom...
대략 4년 전 | 2
| 수락됨
Embedded Coder available in student version of Matlab/Simulink?
While Embedded Coder isn't available for Student Version, MATLAB Coder and Simulink Coder was just released for Student Version ...
대략 4년 전 | 0
| 수락됨
Can students get SIMULINK Coder?
FYI, MATLAB Coder and Simulink Coder was just released for Student Version in R2016a. Check out the following link (scroll to th...
대략 4년 전 | 0
| 수락됨