We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff10f4a commit 14d8586Copy full SHA for 14d8586
README.md
@@ -31,7 +31,7 @@ In this example, we use `PythonCall.jl` from an IJulia notebook to inspect the I
31
32
In this example we use the Python module `juliacall` from an IPython notebook to train a simple neural network:
33
- We generate some random training data using Python's `numpy`.
34
-- We construct and train a neural network model using Julia' `Flux`.
+- We construct and train a neural network model using Julia's `Flux`.
35
- We plot some sample output from the model using Python's `matplotlib.pyplot`.
36
37

0 commit comments