Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ais-climber authored May 14, 2022
1 parent 1c87c73 commit f94218f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ If this is successful, you can now `import neuralsemantics` in your Python progr
# :brain: Trying It Out
At the moment, this program lets you hand-craft a neural network and infer some things about what the net knows, expects, and learns. (There is planned support for being able to plug-and-play with your own Tensorflow model.)

To get you started, try running the example program
```
python3 examples/penguin.py
```
To get you started, run the example program `examples/penguin.py`.

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1IEBTRjvGWeIWUxW1tlDsY-FQjUBQS_Dp?usp=sharing)
```python
from neuralsemantics.BFNN import BFNN
from neuralsemantics.Model import Model
Expand Down

0 comments on commit f94218f

Please sign in to comment.