slevin Lee
Followers: 0 Following: 0
Estadística
11 Preguntas
2 Respuestas
CLASIFICACIÓN
213.727
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
36.36%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
What is the maximum size of *.mat file?
What is the maximum size of *.mat file? What is the maximum size of HDF5 file?
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Do not use the for loop to calculate the first number greater than 0 in each line
x=randn(10,10) ...
alrededor de 2 años hace | 2 respuestas | 1
2
respuestasPregunta
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]...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
pyrun!How do I keep more decimals?
>> pyrun("x1=0.24236152","x1") ans = 0.2424 pyrun!How do I keep more decimals?
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
py.importlib.import_module('gplearn') ???
gplearn = py.importlib.import_module('gplearn'); sklearn = py.importlib.import_module('sklearn'); why they are different???
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaWhat is missing from MATLAB?
I want to use the SymbolicTransformer function of python GPlearn https://ww2.mathworks.cn/matlabcentral/answers/1835403-how-to-...
alrededor de 2 años hace | 0
Pregunta
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...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaUse relu function for lstmlayer
GateActivationFunction — Activation function to apply to the gates 'sigmoid' – Use the sigmoid function σ(x)=(1+e−x)−1. 'hard-...
alrededor de 2 años hace | 0