Hybrid @ type?

2017-01-04 Thread Largo84
Over the last year or so, I have used @auto-x more and more (in particular, @auto-md) because I like the 'clean' external files that replicate the organization of the nodes in Leo. However, more recently as I began relying on tagging, back links and clones, I am running into major limitations

Re: Hybrid @ type?

2017-01-04 Thread 'Terry Brown' via leo-editor
Something I've done as a workaround is a script button to push headlines into body text when using @clean. So for a node "Discussion", if the first line of the body starts with "# ", make it be "# Discussion", otherwise insert a line like that. Cheers -Terry From: Largo84

Re: Deep learning, in both senses of the world

2017-01-04 Thread Edward K. Ream
On Wednesday, January 4, 2017 at 12:52:57 PM UTC-5, Edward K. Ream wrote: If you really want to go down the rabbit hole, follow all the icons at the > bottom of this pag e. > > >From one page (don't remember which one) I found this series

Re: Deep learning, in both senses of the world

2017-01-04 Thread Edward K. Ream
On Wednesday, January 4, 2017 at 1:33:45 PM UTC-5, Edward K. Ream wrote: >From one page (don't remember which one) I found this series of lectures > from > the computer science department at Oxford University. > Well. Googling

Re: Hybrid @ type?

2017-01-04 Thread Largo84
Sounds like that would be useful. Do you mind sharing the script? Rob. On Wednesday, January 4, 2017 at 11:48:25 AM UTC-5, Terry Brown wrote: > > Something I've done as a workaround is a script button to push headlines > into body text when using @clean. So for a node "Discussion", if

Re: Deep learning, in both senses of the world

2017-01-04 Thread Edward K. Ream
On Monday, January 2, 2017 at 11:38:35 AM UTC-5, Edward K. Ream wrote: > > Googling "deep learning", the technology behind both Alpha Go and > self-driving cars, leads here >

Re: Hybrid @ type?

2017-01-04 Thread 'Terry Brown' via leo-editor
Here's one I was using with coffeescript / R code, can't find the one that was markdown focused.  Basically it updates all nodes to have their headline as the first line of the body like this:   ### updating / inserting as needed, also puts exactly two newlines at

Re: Deep learning, in both senses of the world

2017-01-04 Thread Mike Hodson
On Wed, Jan 4, 2017 at 12:09 PM, Edward K. Ream wrote: > When done this way, all the math study will be properly motivated. Yes, > we have to know about gradients, partial derivatives (of various kinds), > probability distributions, matrix algebra, etc. But we don't

Re: Deep learning, in both senses of the world

2017-01-04 Thread Mike Hodson
On Wed, Jan 4, 2017 at 1:28 PM, Mike Hodson wrote: > All the BASH knowledge gained from that never would have been had unless > that need had not existed. > * All the knowledge gained, never would have been, had the need not existed. Slightly easier to understand and not

Re: Hybrid @ type?

2017-01-04 Thread Largo84
Thanks for posting at gist, I'll take a look. Rob. On Wednesday, January 4, 2017 at 3:11:43 PM UTC-5, Terry Brown wrote: > > Here's one I was using with coffeescript / R code, can't find the one that > was markdown focused. Basically it updates all nodes to have their > headline as