Ask an expert. Trust the answer.

Your academic and career questions answered by verified experts

Sania asked: 2024-12-05

Using a python trained neural network

Can you please tell me how I can save a neural network after training,in Jupiter notebook and retrieve it in MATLAB for testing on the TEST dataset.

MATLAB , External Language Interfaces , Python with MATLAB , Call Python from MATLAB
Qian Yi asked: 2024-12-04

What is the difference between tensorflow and GoogleNet?

I know a little bit about both of them, but I am really new to AI. I just wonder if they are just competely different tools or they somehow related.There are no para

AI and Statistics , Deep Learning Toolbox , machine learning t...
Brahim asked: 2024-11-27

How MATLAB makes the distinction between P-Cores and E-Cores?

It is known that modern CPUs have both Performance cores (P-cores) and efficiency cores (E-cores), different types of CPU cores that have different purposes and are designed for different tasks. P-cores typically have higher clock speeds and desig

matlab , cpu-architecture , cpu-cores
Anne Dixie asked: 2024-11-26

How to explain an ANN graph?

Hello, I'm trying to interpret an ANN graph for a paper, b

graph , neural network , AI and Statistics , Deep Learning Toolbox
monika_shah asked: 2024-11-24

How do I troubleshoot a MATLAB crash when trying to use the Python Interface?

Whenever I try to use some Python functions in MATLAB using the Python Interface, my MATLAB crashes. What can I do to avoid such a crash?

MATLAB , External Language Interfaces , Python with MATLAB
McCormack asked: 2024-11-18

Matlab mldivide returns NaN when there are multiple solutions

I have two matrices:   A = [ -1 0 0; 1 1 -1; 0 -1 1 ]; B = [-1; 0; 1]; and I want to solve the following equation: Ax=B when I use mldivide function I ge

matlab , nan , linear-equation ,
amina sundas asked: 2024-11-14

MATLAB: Corr Function not working for Spearman

The Code   Rm = corr(timeModel, 'Type', 'Spearman'); Rm %First row of Rm contains the correlation coefficients between the values of avgExcTime and the expected execution times for all the possible values of KEY3:0 Rc =

matlab , statistics , programming , statistics programming
Zucrode asked: 2024-11-07

How do I access a MATLAB UI function in another .m file?

I am attempting to declutter my MATLAB app code by separating some of the initialization into separate .m files. For this I have set up various files for each type of component (e.g. a file for buttons, graph, etc.). I am attempting to access a fu

matlab , file , user-interface , matlab-figure
Gail Distefano asked: 2024-10-22

Detect Keyboard Input Matlab

I have a simple question, although it's harder than it seems; I couldn't find the answer on the interwebs :O I'm writing a script in Matlab. What I want to do is the following: When I press the esc key, I want a helpdialogue

matlab , user-input , keyboard-events ,
Srladde asked: 2024-10-22

I am trying to download the trial version of matlab and getting a following message

Unable to connect to mathworks.For more information on resolving this issue,see this mat lab answer 

Matlab simunk