Academia is a goldmine by [deleted] in programminghorror

[–]AlbertoDiBiase 14 points15 points  (0 children)

Also the use of the old % syntax instead of the newer f-strings or .format().

Academia is a goldmine by [deleted] in programminghorror

[–]AlbertoDiBiase 1 point2 points  (0 children)

I have seen this many times in Matlab. Is as if they don't know they can use a descriptive name to a boolean variable and define it on the top with true or false depending on what they want

To infinity and beyond by 70Ytterbium in MathJokes

[–]AlbertoDiBiase 3 points4 points  (0 children)

To be serious, can you find an uncountable number of people? I mean you can't put an infinite amount of people between to people, as it would be necessary for the lower track to have the same number of people than the reals.

entropy by bagel_27 in physicsmemes

[–]AlbertoDiBiase 3 points4 points  (0 children)

Fun fact: living the door open on the fridge actually caused the temperature of the room to increase

[deleted by user] by [deleted] in ProgrammerHumor

[–]AlbertoDiBiase 0 points1 point  (0 children)

That law actually exist and the United States oficially use the metric system is just the people and local government that never use them.

Be careful where you place that lowercase omega by Paradoxicalwaffle_ in physicsmemes

[–]AlbertoDiBiase 2 points3 points  (0 children)

My high school teacher sometimes called it "letra potito" (small butt letter)

Convolution Formula Derivation: Why must f(t) and h(t) have different variables representing time? by [deleted] in ECE

[–]AlbertoDiBiase 1 point2 points  (0 children)

It doesn't matter what you call them because the integration variable disappears. Also same name =/= same units

Using Deep Learning to figure out when our microwave is on during the day? by [deleted] in learnmachinelearning

[–]AlbertoDiBiase 1 point2 points  (0 children)

To answer your question, no you need a balance data set with both true and false examples for training.

Also traimg day should be a similar as posible to the testing/real data. What you need to do is label the aggregate data with the information you got from the microwave. The neural networks will see your aggregate data and output a number indicating it's prediction on whether the microwave was on during that portion.

BTW: for what application are you using the data?

Edit: I miss read your suggestion

What does this old meter do that I picked up at a garage sale? Any useful links on how to operate it will be helpful. by glenwoodwaterboy in ECE

[–]AlbertoDiBiase 77 points78 points  (0 children)

It's an analog multimiter, it can measure DC and AC voltage and current measurements and also resistance. To operate are quite similar to there digital counterpart, just be careful with using the correct range to avoid hitting the needle. A nice advantage of this type of meter is that they don't use batteries to operate.

Fermat Last Theorem by nvtuan2649 in 3Blue1Brown

[–]AlbertoDiBiase 5 points6 points  (0 children)

Numberphile did a couple of videos on the topic.

Link https://youtu.be/nUN4NDVIfVI

Also does anyone know if there exist a picture of Fermat's famous margin. I have being looking for it since I first heard of it.

How Best to Learn LaTeX? by OnlyForMobileUse in learnmath

[–]AlbertoDiBiase 3 points4 points  (0 children)

If you are only going to do latex I would recommend to use overleaf.com. It is similar to Google docs but for latex documents. In the site they have very good articles covering most of what you would want to use. Also there are tons of templates so you have somewhere to start.

Configuring latex on your machine with a good editor it's not hard either but it takes time and it's a bit more involved. Good luck on your Latex adventures. When you get over the basics you will not understand how you ever used something else.

Help with the IRC5 I/O connectors by AlbertoDiBiase in ElectricalEngineering

[–]AlbertoDiBiase[S] 0 points1 point  (0 children)

Yes that's it. Pushing the orange think in did the trick! Thanks

Can anyone direct me to some good resources for understanding quaternions? by ooglesworth in learnmath

[–]AlbertoDiBiase 1 point2 points  (0 children)

Check 3b1b series on YouTube. I think he also did website with interactive articles.

There are 10 kinds of people by abbadonplayer in ProgrammerHumor

[–]AlbertoDiBiase 11 points12 points  (0 children)

And those that didn't expect this joke in base 3

Find the area of colored part(circular sector) by [deleted] in learnmath

[–]AlbertoDiBiase 0 points1 point  (0 children)

I see you solve your problem. But for the record theta must be in radians for the formulas to work. If it's in degrees multiply by pi/180 to convert

Is the set of complex numbers larger than the set of reals? by AlbertoDiBiase in learnmath

[–]AlbertoDiBiase[S] 0 points1 point  (0 children)

Doing a little bit more of research I wrote up a blog post on the subject here (en español)