Skip to content

Commit

Permalink
Updated readme and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ostwalprasad committed Jun 20, 2020
1 parent af1fb42 commit 7767d40
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ docs/_build/
LogoDesign.pptx
Logo.png
.ipynb_checkpoints
~$LogoDesign.pptx
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ where, its parameters are calculated using conditional distribution of parent(s
lg.run_inference(debug=False)
```

<img src="https://github.com/ostwalprasad/LGNpy/raw/master/docs/images/inference.png" width="800" >
<img src="https://github.com/ostwalprasad/LGNpy/raw/master/docs/images/inference.png" width="500" >

## Additional Functions:

Expand All @@ -100,7 +100,7 @@ lg.plot_distributions(save=False)
```python
lg.network_summary()
```
<br/><img src="https://raw.githubusercontent.com/ostwalprasad/LGNpy/master/docs/images/summary.png" width="300" > <br/>
<img src="https://raw.githubusercontent.com/ostwalprasad/LGNpy/master/docs/images/summary.png" width="300" > <br/>

```python
lg.draw_network(filename='sample_network',open=True)
Expand Down
Binary file modified docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 0 additions & 24 deletions examples/lgnpy_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@
"3. Gaussian Belief Propogation (GaussianBP)"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.insert(0, r'B:\\Work\\Aranti.ai\\Codebase\\lgnpy')"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1456,20 +1446,6 @@
"lg1.clear_evidences() #Clears evidence from network\n",
"lg1.get_evidences() #Check if evidences are cleared"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Binary file removed examples/my_network.png
Binary file not shown.

0 comments on commit 7767d40

Please sign in to comment.