tensorflow-exercises icon indicating copy to clipboard operation
tensorflow-exercises copied to clipboard

TensorFlow Exercises - focusing on the comparison with NumPy.

Results 4 tensorflow-exercises issues
Sort by recently updated
recently updated
newest added

In Q10 just replaced a wrong answer with the right one.

Q8. ``` _x = np.array([1, 2, 3], np.int32) _y = np.array([4, 5, 6], np.int32) _z = np.array([7, 8, 9], np.int32) ``` should add up to `[12, 15, 18]`, given: `[9,12,...

I love your work. I am wondering when will you guys finish WIP in TF exercises.

Could you list the references please? Thank you.