slevin Lee
Followers: 0 Following: 0
Statistics
RANK
213,727
of 295,448
REPUTATION
0
CONTRIBUTIONS
11 Questions
2 Answers
ANSWER ACCEPTANCE
36.36%
VOTES RECEIVED
1
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
What is the maximum size of *.mat file?
What is the maximum size of *.mat file? What is the maximum size of HDF5 file?
2 years ago | 1 answer | 0
1
answerQuestion
Do not use the for loop to calculate the first number greater than 0 in each line
x=randn(10,10) ...
2 years ago | 2 answers | 1
2
answersQuestion
How to change the dimensions of the original dataset to get the same forecast value? LTSM ONNX
I trained an LSTM model in matlab The original data set is 56 * 3853 feature_dimension is 56 miniBatchSize = 50; [net,YPred]...
2 years ago | 1 answer | 0
1
answerQuestion
How to convert data types in Python to mlarray?
import matlab.engine eng = matlab.engine.start_matlab() # mlarray to ndarray: np.asarray(x._data, dtype=dtype) c = eng.magi...
2 years ago | 1 answer | 0
1
answerQuestion
Can I call the neural network trained in *. mat in Python through the matlab API?
There is a trained neural network in my demo.mat How can I call through matlab API in python In the end, I just need to run ...
2 years ago | 1 answer | 0
1
answerQuestion
When using python package, the end user must install 7 gigabytes of MATLAB Runtime?
When using python package, the end user must install 7 gigabytes of MATLAB Runtime? Or just generate a Python package must inst...
2 years ago | 0 answers | 0
0
answersQuestion
pyrun!How do I keep more decimals?
>> pyrun("x1=0.24236152","x1") ans = 0.2424 pyrun!How do I keep more decimals?
2 years ago | 1 answer | 0
1
answerQuestion
py.importlib.import_module('gplearn') ???
gplearn = py.importlib.import_module('gplearn'); sklearn = py.importlib.import_module('sklearn'); why they are different???
2 years ago | 1 answer | 0
1
answerQuestion
Can I use the neural network trained by matlab to export and save python files like *. py for other programs?
Can I use the neural network trained by matlab to export and save python files like *. py for other programs?
2 years ago | 1 answer | 0
1
answerWhat is missing from MATLAB?
I want to use the SymbolicTransformer function of python GPlearn https://ww2.mathworks.cn/matlabcentral/answers/1835403-how-to-...
2 years ago | 0
Question
How to call python in matlab?
I want to use the SymbolicTransformer function of python GPlearn Like this sentence~ function_set = ['add', 'sub', 'mul', 'div...
2 years ago | 1 answer | 0
1
answerQuestion
Does matlab have a toolbox related to Genetic programming?
I need to use some algorithms of python's GPlearn, but I don't know python Can matlab handle it?
2 years ago | 1 answer | 0
1
answerUse relu function for lstmlayer
GateActivationFunction — Activation function to apply to the gates 'sigmoid' – Use the sigmoid function σ(x)=(1+e−x)−1. 'hard-...
2 years ago | 0