Community Profile

photo

Peter Man

Last seen: 7 days ago Active since 2022

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Solved


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...

26 days ago

Solved


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...

26 days ago

Solved


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:...

1 year ago

Answered
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...

2 years ago | 0