Posts by Wesin Alves • 101 points
2 posts
-
0
votes3
answers1426
viewsA: Pass a variable from one function to another Laravel PHP?
PHP basically supports two types of parameter passages for functions: pass by value and pass by reference. Passing by value does not change the value of the variable outside the function after its…
-
0
votes2
answers48
viewsQ: multivariate regression in Keras
I have two models created in Keras to solve a multivariate regression problem. The first one has 1 input and 5 outputs. The second has an additional entrance, that is, it has two entrances and the…