Posts by Matheus Barreto Alves • 11 points
2 posts
-
0
votes1
answer47
viewsQ: Problems with input_shape using Keras
Hello, I’m trying to make my first ANN code to predict the price of homes. I have separated the datasets into training and testing, however, I am finding some problems when compiling my code below:…
-
1
votes2
answers2002
viewsQ: Python binary search algorithm
Hello, I want to create a function that given a list to and a value m within this list, return the position of the value m. My idea was to start with the extreme values of the ordered list and take…