You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,10 @@ Done! You can now use Joey in your environment. If you want to make changes to t
44
44
Joey is not available on PyPI yet.
45
45
46
46
## How to use
47
-
The documentation is currently under construction. In the meantime, you can have a look at examples in `examples`.
47
+
To start working with Joey, import the following packages:
48
+
```
49
+
import joey
50
+
import joey.activation # If you want to use activation in neural network layers
51
+
```
52
+
53
+
Afterwards, you are free to use all functions Joey offers. The recommended way of getting started is going through examples inside the `examples` directory in this repository and looking at `__doc__` that is provided in every Joey class and public/abstract class method.
0 commit comments