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

Neural Networks #39

Closed
ccorcos opened this issue Dec 9, 2014 · 6 comments
Closed

Neural Networks #39

ccorcos opened this issue Dec 9, 2014 · 6 comments
Labels
Type: Other Not an enhancement or a bug

Comments

@ccorcos
Copy link

ccorcos commented Dec 9, 2014

YES! this is amazing. I've been thinking about this for a while. Any thoughts one how to make neural network pictograms?

For example

@vijay40
Copy link
Contributor

vijay40 commented Dec 9, 2014

screenshot from 2014-12-09 19 13 22
This is the graph I am able to make. I have to give them some text to nodes, as I am not able to make a node without any text. I want to know wheather there is some procedure by which I can make a node without giving any text to it. The code for above graph is :

   graph LR;
    a1((a1))-->b1((b1));
    a2((a2))-->b1;
    a3((a3))-->b1;
    a1-->b2((b2));
    a2-->b2;
    a3-->b2;
    a1-->b3((b3));
    a2-->b3;
    a3-->b3;
    a1-->b4((b4));
    a2-->b4;
    a3-->b4;
    b1-->c1((c1));
    b2-->c1;
    b3-->c1;
    b4-->c1;
    b1-->c2((c2));
    b2-->c2;
    b3-->c2;
    b4-->c2;

@knsv knsv added the Type: Other Not an enhancement or a bug label Dec 9, 2014
@draco2003
Copy link

Not sure if it helps or not, but you can make a node with a clear space as the label
a1( )-->b1( );

@vijay40
Copy link
Contributor

vijay40 commented Dec 13, 2014

This is not possible currently. But it will be useful if it is supported.

@knsv
Copy link
Collaborator

knsv commented Dec 22, 2014

I am closing this issue as the clear space answer should do the trick. If you disagree, please let me know.

@knsv knsv closed this as completed Dec 22, 2014
@gnzlbg
Copy link

gnzlbg commented Jun 21, 2020

I disagree, the lines aren't currently straight as in the picture that @ccorcos showed. One can try to use: linkStyle default interpolate basis to improve things a bit, but it still looks quite bad.

@gnzlbg
Copy link

gnzlbg commented Jun 21, 2020

Without inline math, and without straight lines, this is kind of the best that I'm able to make a neural network look like:

Screen Shot 2020-06-21 at 12 32 41

but they should look more like this:

Screen Shot 2020-06-21 at 12 33 48

knsv pushed a commit that referenced this issue Aug 4, 2021
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.31.0...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mgenereu referenced this issue in mgenereu/mermaid Jun 25, 2022
State that markdown is base64 encoded for urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Other Not an enhancement or a bug
Projects
None yet
Development

No branches or pull requests

5 participants