Feeds
已解决
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...
1 year 前
已解决
Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...
1 year 前
已解决
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:...
3 years 前
已回答
Use imported keras network to predict in Simulink
Hi Chuan Yu, In 19b, there isn't a layer specifically for vector inputs, which is why the imported network contains its input l...
Use imported keras network to predict in Simulink
Hi Chuan Yu, In 19b, there isn't a layer specifically for vector inputs, which is why the imported network contains its input l...
3 years 前 | 0