Earlier quoted context omitted.
But then it wouldn't look as "scientific" (i.e. anyone could understand it, it wouldn't look complicated). At least that's what I feel like, reading and writing a bunch of papers for my master's. We are encouraged to put math stuff in ours just because it looks more theoretical that way. Whenever I do something of worth I also make sure to blog about it so I can write down in normal terms what we did and found, with…
1) Sometimes it's actually helpful to use greek letters when a convention is used. For example: capitals for matrices (A), lowercase for column vectors (a), and Greek for scalars (α). 2) I agree with the gist of your point, but I'm guessing you're being down-voted because you come off as sort of flippant. Anyhow, I've long thought that mathematics should have hover-text to help remove the mental overhead of translati…
It Takes Two Neurons to Ride a Bicycle (2004)
41–50 of 90 posts
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#42Earlier quoted context omitted.
But then it wouldn't look as "scientific" (i.e. anyone could understand it, it wouldn't look complicated). At least that's what I feel like, reading and writing a bunch of papers for my master's. We are encouraged to put math stuff in ours just because it looks more theoretical that way. Whenever I do something of worth I also make sure to blog about it so I can write down in normal terms what we did and found, with…
1) Sometimes it's actually helpful to use greek letters when a convention is used. For example: capitals for matrices (A), lowercase for column vectors (a), and Greek for scalars (α). 2) I agree with the gist of your point, but I'm guessing you're being down-voted because you come off as sort of flippant. Anyhow, I've long thought that mathematics should have hover-text to help remove the mental overhead of translati…
If there's a way to add that sort of hover annotation in LaTeX, I'd gladly use that for my thesis.
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#43Does a Raspberry Pi have enough computing power to run these two neurons in the real world? Could I attach motors and sensors to a real bike and have it drive itself? That would be amazing.
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#44I wish math notation becomes substitued with pseudocode. I can never figure out all the greek letters!
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#45I wish math notation becomes substitued with pseudocode. I can never figure out all the greek letters!
All you're really doing is substituting something you're unfamiliar (or less familiar) with, common mathematics symbols, with something you specifically happen to be more familiar with (programming pseudocode).
It's really no different than someone looking at your pseudocode and saying "why can't they just write it in plain English?"
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#46This is now my favorite scientific paper headline, beating out the previous champion, "How Many Birds Are There?" https://link.springer.com/article/10.1023/A:1018341530497
https://www.sciencedaily.com/releases/2011/03/110307130215.h...
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#47Earlier quoted context omitted.
1) Sometimes it's actually helpful to use greek letters when a convention is used. For example: capitals for matrices (A), lowercase for column vectors (a), and Greek for scalars (α). 2) I agree with the gist of your point, but I'm guessing you're being down-voted because you come off as sort of flippant. Anyhow, I've long thought that mathematics should have hover-text to help remove the mental overhead of translati…
Is there a standard notation that can produce both? I don't know much LaTex but I don't think it holds sufficient information. Does MathML maybe?
Both formats have their origins in Wolfram Mathematica.
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#48I wish math notation becomes substitued with pseudocode. I can never figure out all the greek letters!
Then we would just have a bunch of mathematicians wondering what some of the function names meant, since English isn't always definitive of obvious in definition (not to mention the non-English speakers who have to learn a combination of symbols instead of one). All you're really doing is substituting something you're unfamiliar (or less familiar) with, common mathematics symbols, with something you specifically happ…
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#49Does a Raspberry Pi have enough computing power to run these two neurons in the real world? Could I attach motors and sensors to a real bike and have it drive itself? That would be amazing.
A Raspberry Pi is powerful enough to run hundreds or thousands of PID controllers simultaneously, depending on your sample rate.
Re: It Takes Two Neurons to Ride a Bicycle (2004)
#50Earlier quoted context omitted.
But then it wouldn't look as "scientific" (i.e. anyone could understand it, it wouldn't look complicated). At least that's what I feel like, reading and writing a bunch of papers for my master's. We are encouraged to put math stuff in ours just because it looks more theoretical that way. Whenever I do something of worth I also make sure to blog about it so I can write down in normal terms what we did and found, with…
1) Sometimes it's actually helpful to use greek letters when a convention is used. For example: capitals for matrices (A), lowercase for column vectors (a), and Greek for scalars (α). 2) I agree with the gist of your point, but I'm guessing you're being down-voted because you come off as sort of flippant. Anyhow, I've long thought that mathematics should have hover-text to help remove the mental overhead of translati…
That is not obvious to me. Perhaps in a purely mathematical paper with dozens of formulas, but that's not my field of study. In any paper I read of any discipline, I never came across any paper filled with enough formulas that it would make sense to compress at the cost of clarity.
I fully agree, though, on following conventions (that only conveys extra context) and using hover text to act as a quick lookup function. I actually looked for the latter in the past but couldn't find a way to do it in LaTeX.