解決済み


Data Regularization
Provided is an m-by-n integer data matrix A whose elements are drawn arbitrarily from a set *S* = [1,2,3,...,S] for any large in...

約2ヶ月 前

解決済み


Block average ignoring NaN values
Given a matrix, calculate the block average of each disjoint sub-matrix while ignoring *NaN* values. Assume that the size of the...

約2ヶ月 前

解決済み


Function Call Counter

約2ヶ月 前

解決済み


Neural Nets: Activation functions
Return values of selected Activation function type for value,vector, and matrices. y=Activation(x,id); where id is 1:4 for ReLU...

約2ヶ月 前

解決済み


Create formatted value string Cell array of a vector
This Challenge is to create a cell array that contains strings of vector components in a given format. c=vector2formattedstri...

約2ヶ月 前

解決済み


GJam: 2013 China Event: Cannon Angle
This Challenge is derived from <http://code.google.com/codejam/contest/2933486/dashboard#s=p1 GJam 2013 China Captain Hammer>. T...

約2ヶ月 前

解決済み


Alternative Dimensions
Given a multidimensional matrix, transform the matrix so the dimensions are in the order given by variable ord. For example, giv...

約2ヶ月 前

解決済み


Neural Net: Calculate Perceptron
This challenge is to calculate the Neural Net Perceptron value,P, given X, WH, and WP using ReLU on the hidden layer. This examp...

約2ヶ月 前

解決済み


Neural Net: Calculate Bias Single Perceptron (AND/NAND/OR/NOR/XOR)
This challenge is to calculate the Neural Net Bias Perceptron vector,P, given X, WH, and WP using ReLU on the hidden layer. Test...

約2ヶ月 前

解決済み


Apply the planing transform to natural numbers
Claude Lenormand’s planing (or raboter, in French) transform removes one element from each run in a sequence; that is, imagine a...

約2ヶ月 前

解決済み


X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.

約2ヶ月 前

解決済み


Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.

約2ヶ月 前

解決済み


PEMDAS

約2ヶ月 前

解決済み


Write a string
The answer should be a string that is the value: "I like apples!" (Ignore the quotation marks, just write what is inside the ...

約2ヶ月 前

解決済み


Addition II
find a+b+c+d

約2ヶ月 前

解決済み


Multiplication
Multiply a and b.

約2ヶ月 前

解決済み


Squares
Find the square of x.

約2ヶ月 前

解決済み


Division
Divide a by b.

約2ヶ月 前

解決済み


Subtraction
Subtract a from b.

約2ヶ月 前

解決済み


Addition
Add together the values of a and b.

約2ヶ月 前

解決済み


Sum of even numbers in a vector
Write a function that takes a vector of numbers and returns the sum of all the even numbers in the vector.

約2ヶ月 前

解決済み


Need Points From Creation

約2ヶ月 前

解決済み


Linearly Spaced Array
Create a linearly spaced array from 0 to x consisting of y elements.

約2ヶ月 前

解決済み


Conic equation
A conic of revolution (around the |z| axis) can be defined by the equation s^2 – 2*R*z + (k+1)*z^2 = 0 where |s^2=x^2+y...

約2ヶ月 前

解決済み


Why the heck are they blinking!?!?
Merry Christmas everyone! Sadly, the lights you've had on your tree for so many years burned out, and it's time to get a new se...

約2ヶ月 前

解決済み


You LOVES Matlab 41%
Given two strings, determine the percentage that one loves the other in the following way: YOU LOVES MATLAB there is 1 '...

約2ヶ月 前

解決済み


The cake is a lie...
You're hosting a birthday party with a large number of screaming children. Fortunately, you have a gigantic sheet cake in front...

約2ヶ月 前

解決済み


Mach Number Calculator
Create a solver which converts a speed in km/s to a Mach Number Round to 2 decimal places Requires: Mach Number Formula (ea...

約2ヶ月 前

解決済み


Solve the matrix equation AXB + X + C = 0 for X
Let A, B, and C be square matrices of equal size, and let the matrix X be defined by the matrix equation A * X * B + X + ...

約2ヶ月 前

解決済み


Slicing a 4-pointed star polygon
Given the area, A, of a 4-pointed star polygon formed by the rectangle, with dimensions L×2L, and four triangles, with height h ...

約2ヶ月 前

さらに読み込む