photo

Stefan Maier


Last seen: 5 días hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

All
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace