RAJA SEKHAR BATTU
Followers: 0 Following: 0
Estadística
5 Preguntas
7 Respuestas
0 Problemas
8 Soluciones
CLASIFICACIÓN
5.508
of 295.448
REPUTACIÓN
8
CONTRIBUCIONES
5 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
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
37.020
of 153.872
CONTRIBUCIONES
0 Problemas
8 Soluciones
PUNTUACIÓN
104
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I want to save the assigned labels in a 3d scatter plot
I have 180 coordinates x,y,z. and I assigned labels from 1:180. This shows that I have 180 coordinate points. After the plot, I...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to implement customised loss function in patternnet (pattern recognition neural network)?
I am trying to implement my own loss function in the second hidden layer for multiclass classification problem. can anyone tell ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot decision boundary for trained pattern recognition neural network in matlab?
I have trained patternnet neural networks. I want to visualise the boundaries of this trained neural network. I have a feature s...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaNeed Help for the rest of this coding
function [ABrow, BAcol, FirstHalfA_LastHalfB] = vectorFun(A, B) %Enter the commands for your function below Be sure to assign t...
alrededor de 2 años hace | 0
Subtracting values form rows with same variable
Hi @Marcel-Maximilian, I am not sure about categorical loop but you can write for loop like below index1=GENE('A'); ...
alrededor de 2 años hace | 0
Error in loop: left and right sides have a different number of elements
Hi @Miriam You can pre assign the variables to empty or zeros before loop to save the values efficiently. I will make some mo...
alrededor de 2 años hace | 0
| aceptada
How can I efficiently save a linear model?
Hi Bastian, I think you already aware of regression. But I give you an Idea. Regression is the way of using variables(input) to...
alrededor de 2 años hace | 0
2 Questions about user defined function
Hi Kim, If you are writing the function in a seperate file ex: fn_name, It doesn't matter if you write an end or not. Because...
alrededor de 2 años hace | 0
| aceptada
I can't find optimize task in live editor
Hi Kevin, I think you may be downloaded but not installed the toolbox. Goto > Apps > Get more apps > search for Optimizatio...
alrededor de 2 años hace | 0
Pregunta
How to use ensemble learning to combine multiple trained pattern recognition neural networks?
I saved the neural networks (patternnet) with seperate classes for example: Neural Network 1: 3-class problem Neural Ne...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaHow to use multiple labels as targets in Neural Net Pattern Recognition Toolbox?
Hi @Joyjit Chatterjee, I think I am very late to answer this question. But, I want to share the procedure I followed for my pro...
alrededor de 2 años hace | 0
Resuelto
Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...
casi 3 años hace
Resuelto
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
casi 3 años hace
Resuelto
Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...
casi 3 años hace
Resuelto
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
casi 3 años hace
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
casi 3 años hace
Resuelto
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
casi 3 años hace
Resuelto
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
casi 3 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 3 años hace
Pregunta
combining three matrices with different values to arrange one row after the other in the result matrix
How to make the row arrangements or reshaping A=[1,2,3;4,5,6;7,8,9]; B=[1,2,1;1,3,1;1,4,1]; C=[2,2,2;3,3,3;4,4,4]; Resu...
más de 4 años hace | 1 respuesta | 0