Community Profile

photo

Stefan Maier


Last seen: 15 days ago Active since 2021

Statistics

All
  • Solver

View badges

Content Feed

View by

Question


Input an array into predict block in Simulink
Hello everyone, I'm currently learning the developement of neuronal networks. I developed an network in keras and imported it i...

3 years ago | 1 answer | 0

1

answer

Solved


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

3 years ago

Solved


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

3 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 years ago