Update README.md
Browse files
README.md
CHANGED
@@ -69,5 +69,8 @@ final_output=jnp.argmax(outputs,axis=-1)
|
|
69 |
|
70 |
Print(f"the predction of the dataset : {final_output}")
|
71 |
```
|
|
|
|
|
|
|
72 |
|
73 |
|
|
|
69 |
|
70 |
Print(f"the predction of the dataset : {final_output}")
|
71 |
```
|
72 |
+
|
73 |
+
Output:
|
74 |
+
```The Correct answer: 1 ```
|
75 |
|
76 |
|