Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add R and LaTeX syntax highlighting and correct an incorrect URL formatting in README.md #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ visualkeras.layered_view(model)

16. **NNet - R Package** - **[Tutorial](https://beckmw.wordpress.com/2013/03/04/visualizing-neural-networks-from-the-nnet-package/)**

```
```r
data(infert, package="datasets")
plot(neuralnet(case~parity+induced+spontaneous, infert))
```

[![neuralnet](https://i.stack.imgur.com/yyftd.png)](https://
![neuralnet](https://i.stack.imgur.com/yyftd.png)

17. **[GraphCore](https://www.graphcore.ai/posts/what-does-machine-learning-look-like)** - These approaches are more oriented towards visualizing neural network operation, however, NN architecture is also somewhat visible on the resulting diagrams.

Expand Down Expand Up @@ -180,7 +180,7 @@ Neataptic offers flexible neural networks; neurons and synapses can be removed w
![Neural Network](https://texample.net/media/tikz/examples/PNG/neural-network.png)


```
```latex
\documentclass{article}

\usepackage{tikz}
Expand Down