nightcap1979

Results 2 comments of nightcap1979

marius190 is right, the following has to replace the current code: row_vector = matrix[0] column_vector = matrix[:,1] scalar = matrix[0, 1]

the solutions are in the solution folder [here](https://github.com/aamini/introtodeeplearning/tree/master/lab1/solutions)