Shikhar Singh
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
34.605
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
How to improve plot
I have ran logistic regression using gradient descent and obtained values for my cost function. Since I ran 100000 iterations, i...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Minimize a function using Newton's Method
I am trying to minimise the function stated below using Newton's method, however I am not able to display a plot which illustrat...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Gradient Descent for function with multiple variables
I am trying to apply gradient descent for the following function, however it does not produce a surface plot showing the decent,...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Minimize a function using gradient descent
How can we minimise the following function using gradient descent (using a for loop for iterations and a surface plot to display...
más de 2 años hace | 2 respuestas | 1
2
respuestasPregunta
How to compute the magnitude and phase difference of an input and output signal in a single time-domain plot?
How to compute the magnitude and phase difference of an input and output signal in a single time-domain plot? I have used symbo...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use the logspace function to create a vector of frequencies in Hz and not rad/s
Given frequencies f1 and f2, low and high respectively, in Hz, how can I use the logspace function to create a vector of frequen...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Angle difference between two bearings
How do I find the minimum angle difference between two angles A & B, for example: if A = -175, B = 175 -> difference would be 1...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Task: write matlab code for a class MinAngle which calculates the minimum angle between two bearings (bearing A and bearing B).
The class shall store the two bearings as properties: angleA and angleB. Both of these shall be stored as private properties. ...
más de 3 años hace | 1 respuesta | 0