Nerveregenerator
Nerveregenerator t1_jbmem9l wrote
Reply to comment by General-Jaguar-8164 in AskReddit: which MBP Pro is future proof for AI apps development? by General-Jaguar-8164
I think you need to research the basics of ai hardware. Laptops are almost all worthless, with the exceptions being specially designed laptops, which still only provide mediocre performance.
Nerveregenerator t1_jbmc70k wrote
There's no such thing as future proof in ai. Focus on present proofing
Nerveregenerator t1_jb3milx wrote
I was able to run the 7B on a v100 on lambda labs. Didnt try the other ones.
Nerveregenerator t1_j99gc4f wrote
Reply to HOW DO I KNOW THE STEP BY STEP PROCESSES INVOLVED IN SOUND CLASSIFICATION USING CNN. Can anyone help me by pointing me towards the rght direction, be it a paid course or whatever.... I need to know how to implement it for my project work. I would really appreciate your help. Thanks by Illustrious-Force-74
You just use mfcc and then it’s just like image detection
Nerveregenerator t1_j2l6yk6 wrote
Ai is inherently filled with theory and concepts. Not knowing these concepts will prevent you from building much of anything useful currently
Nerveregenerator t1_j21vspk wrote
Reply to Making an AI play LoL by Horneur
Start with supervised learning. Then move to deep RL with cart pole or. something. Thennnnn Dota 2
Nerveregenerator t1_j16yfnw wrote
Reply to Backprop, beginners question by Matthyou200
Write all the equations out one paper, then do one forward and backward pass on paper as well with a simple mlp. I believe bias can be easily incorporated using an extra 1 in the input and using an extra weight as the bias, so it’s updated the same as any other weight. Also learn the basics of matrix multiplication.
Nerveregenerator t1_j1572fl wrote
Reply to comment by SwanningNonchalantly in Course/Book for intermediate to advanced knowledge by SwanningNonchalantly
Deep learning is much different from typical programming topics in that it is composed of a large amount of mathematical and complex theoretical concepts that are not avoidable using a library. Getting the code to run is relatively easy, and the choice of library has mostly to do with deployment goals and utilizing existing implementations. When things aren't working, theres not really a compiler error as to what's wrong with the model/data pipeline, and deep theoretical knowledge comes into play.
Nerveregenerator t1_j10ylwt wrote
Hands on machine learning with tensorflow and scikit learn
Nerveregenerator t1_j0wok3x wrote
Reply to comment by Financial-Back313 in why confusion matrix not working ??its just counting one class how to fix this anyone knows??? by Financial-Back313
learn about how neural networks work.
Nerveregenerator t1_j0u8t21 wrote
Reply to why confusion matrix not working ??its just counting one class how to fix this anyone knows??? by Financial-Back313
The confusion matrix looks fine. Your model is just predicting the same class for every input
Nerveregenerator t1_iyldcaz wrote
Reply to RTX 2060 or RTX 3050 by democracyab
1080ti
Nerveregenerator OP t1_ixb60cu wrote
Reply to comment by incrediblediy in GPU QUESTION by Nerveregenerator
oh, i just was thinking it could be useful (possibly making one myself) as I feel like this is a common issue for people.
Nerveregenerator OP t1_ixadbam wrote
Reply to comment by incrediblediy in GPU QUESTION by Nerveregenerator
thanks for the thoughtful feedback! Also lmk if you have any feedback on the pip package idea above that I added to the post!
Nerveregenerator t1_ix94a1y wrote
Don’t overthink it. It takes a long time, so just do whatever interests you
Nerveregenerator OP t1_ix92czu wrote
Reply to comment by chatterbox272 in GPU QUESTION by Nerveregenerator
Ok, thanks I think that clears up the drawbacks. I’d have to check which motherboard I’m using now, but generally would you expect a 3090 to be compatible with the motherboard that works with a 1080ti? Thanks
Nerveregenerator OP t1_ix76d92 wrote
Reply to GPU QUESTION by Nerveregenerator
I believe 2 k80s = 1 1080ti.
Nerveregenerator OP t1_ix75p1k wrote
Reply to comment by Star-Bandit in GPU QUESTION by Nerveregenerator
Will look into that.
Nerveregenerator OP t1_ix75olf wrote
Reply to comment by scraper01 in GPU QUESTION by Nerveregenerator
So I did some research. According to the lambda labs website, 4 1080s combined will get me 1.5x throughout as a 3090 with FP32 training. FP16 seems to yield a 1.5x speed up for the 3090 for training. So even with mixed precision, it comes out to be the same. The actual configuration of 4 cards is not something I’m very familiar with, but I wanted to point this out as it seems like NVIDIA has really bullshitted a lot with their marketing. A lot of the numbers they throw around just don’t translate to ML.
Submitted by Nerveregenerator t3_z0msvy in deeplearning
Nerveregenerator t1_jbzo0x3 wrote
Reply to Recommendations sources for Understanding Advanced Mathematical Concepts in Research Papers? by nirnamous
Do problems involving the equations on paper and also read and copy down articles that are written on them.