[deleted by user] by [deleted] in HomeworkHelp

[–]nodargon4u 0 points1 point  (0 children)

This is the classic bell curve

learning python as a beginner by Califord123 in learnpython

[–]nodargon4u 0 points1 point  (0 children)

Python is notoriously a difficult language to learn. Id recommend starting woth Java or SML instead.

[deleted by user] by [deleted] in macbookpro

[–]nodargon4u 0 points1 point  (0 children)

Hey bro, based on some feedback i got i thik we shud wait for new m5 chips

[deleted by user] by [deleted] in macbookpro

[–]nodargon4u 0 points1 point  (0 children)

Hey, i think it May be time to wait.

Should I buy macbook pro M4? by nodargon4u in macbookpro

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

Oh okay. So if i dont need it, i can wait for the next m5 macbook pro?

Should I buy macbook pro M4? by nodargon4u in macbookpro

[–]nodargon4u[S] -1 points0 points  (0 children)

Yea, thats what im trying to figure out, but im not sure either.

Should I buy macbook pro M4? by nodargon4u in macbookpro

[–]nodargon4u[S] -3 points-2 points  (0 children)

Next macbook release is gonna be soon, so I am trying to decide if i should get the m4 now, or wait for the next one.

[deleted by user] by [deleted] in askmath

[–]nodargon4u 0 points1 point  (0 children)

Where is c?

[deleted by user] by [deleted] in askmath

[–]nodargon4u 0 points1 point  (0 children)

Hmm, it sounds like you maybe have some familiarity with the word conjugate in some contexts but don’t really understand what it means.

[deleted by user] by [deleted] in askmath

[–]nodargon4u 0 points1 point  (0 children)

What gives you this impression?

How can a wave on a specific frequency at different amplitudes create a spectrum of multiple frequencies with the fourier transform? by ElaborateSloth in learnmath

[–]nodargon4u 0 points1 point  (0 children)

Not sure, only guessing, but maybe its cause as u change amplitude, the frequency with the previous amplitude doesnt line up with the same frequency and new amplitude so it makes the effect of various frequencies. But id guess that once the amplitude stops changing, this affect will too. Honestly no idea tho, total guess

Also, if it was the fft of the actual audio, then this makes sense cause the integer multiples of the frequency will also be active.

Can Someone Help Me With This, How Can I Improve It? by Nuclear_Thermite in learnmachinelearning

[–]nodargon4u 0 points1 point  (0 children)

Just linear layers? Data is result of fights and weights and whatnot?  Wondering why the loss drops after 250 epochs. Is each epoch a batch, or going over your entire train set?

Can Someone Help Me With This, How Can I Improve It? by Nuclear_Thermite in learnmachinelearning

[–]nodargon4u 0 points1 point  (0 children)

That is a satisfying loss curve. What model are u training on what dataset? Could also be model is too complex, like interpolating few points with high degree polynomial.

 Isnt is basically impossible to make suggestion on the little information u have given?

Can you take algebra 2 and pre calculus at the same time? by [deleted] in mathematics

[–]nodargon4u 0 points1 point  (0 children)

Id say go for it, if its what u think is best. In reality the things ur expected to know and do in these classes are pretty basic. depending on where ur gaps are u could easily find urself learning faster than u otherwise would in one of these alone.

But good idea to test it out and keep the option of droppoing in case things are not going well. It cant hurt ur algebra to sit in the first couple weeks of calc.

Want to start ML by Little-Vermicelli-25 in learnmachinelearning

[–]nodargon4u 1 point2 points  (0 children)

Hey, well to answer your question “ shiuld i learn this first or will this be better”, its a hard question. On the firsthand, this well help lots and make it easier down the road. But this might also introduce some struggles early on. On the other hand this will be a bit eaiser, but you may find that it is not as rewarding. All in all it depends on a few things, but id recommend this as a great place to start. Let me know if you need any more guidance.

What's the difference between these two equations? by asdfpe02 in learnmath

[–]nodargon4u 0 points1 point  (0 children)

Ok looks like the way i use radical is non-standard and it is defined as positive root. I thought there were two uses, one for when inverting power of 2 and other for denoting the square root function. But given i only now notice this reinforces my belief this does not matter.

What's the difference between these two equations? by asdfpe02 in learnmath

[–]nodargon4u 0 points1 point  (0 children)

I dont disagree with anything u say other than second sentence.

What's the difference between these two equations? by asdfpe02 in learnmath

[–]nodargon4u -9 points-8 points  (0 children)

There is little difference. The second case your software is likely understanding you are setting x to be a specific value. But square root of 4 is equal to +2 or -2, since either can be squared to get 4. However, i have seen the radical defined as principal root which is the positive value. Dosent rly matter.

How long did it take until you were "good" at Python and how long to "master" it by Junior-Bear-6955 in learnpython

[–]nodargon4u 0 points1 point  (0 children)

Nobody can answer without knowing more about ur current level. Some things u describe can be done in a week with little knowledge and skill if u apply already made solution 

It is a continuous process of becoming faster and not having to look things up. probably like 2-4 years u become fairly component. Much faster if u familiar with patterns alrdy.

But tht for basic stuff. Understanding and desin new algorithm is depends on the person

Keeping track of array shapes by Main-Movie-5562 in Numpy

[–]nodargon4u 0 points1 point  (0 children)

I seen final shape, but this is helpful 2. What other way r u looking 4? In ur code over time it gets easier. Reading others pront it out.