Estadística
5 Preguntas
0 Respuestas
0 Problemas
7 Soluciones
CLASIFICACIÓN
38.036
of 300.365
REPUTACIÓN
1
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
47.709
of 168.262
CONTRIBUCIONES
0 Problemas
7 Soluciones
PUNTUACIÓN
80
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
What kind of features are extracted with the AlexNet layers?
Question is regarding the method where the fully connected layer 'fc7' from the pre-trained AlexNet is used to classify images, ...
más de 8 años hace | 0 respuestas | 1
0
respuestasPregunta
Using multiple features in trainNetwork to determine an artist of a painting
I am using convolutional neural networks to discriminate who is the artist of a painting. I have around 200 images from each art...
más de 8 años hace | 1 respuesta | 0
1
respuestaResuelto
Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...
alrededor de 9 años hace
Resuelto
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
alrededor de 9 años hace
Resuelto
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
alrededor de 9 años hace
Resuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
alrededor de 9 años hace
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
alrededor de 9 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
alrededor de 9 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 9 años hace
Pregunta
1e301-10^301 ~= 0 ?
Why does 1e301-10^301 not equal zero in matlab, but 1e300-10^300 does? 1e301-10^301 is 1.18961352678223e+285.
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Project Euler, Lattice path - Problem 15
This is the problem I am trying to solve: https://projecteuler.net/problem=15 I thought iteration would be the best choice a...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Norm of A = [2 3; 1 -1] not equal to sqrt(15)
Let A = [2 3; 1 -1]. norm(A) gives 3.6180 but shouldn't it equal sqrt(15) ~= 3.8730? Any idea why it is like this?
más de 9 años hace | 1 respuesta | 0

