Recent comments in /f/deeplearning
danja t1_j8nerv0 wrote
Reply to comment by crimson1206 in Physics-Informed Neural Networks by vadhavaniyafaijan
What's a normal NN? How about https://en.wikipedia.org/wiki/Universal_approximation_theorem ?
How efficiently is another matter. Perhaps there's potential for using an activation function somewhere around Chebyshev polynomials that would predispose the net to getting sinusoids.
HiPattern t1_j8naxdx wrote
Reply to [P] From “iron manual” to “Iron Man” — Augmenting GPT for fast editable memory to enable context aware question & answering by skeltzyboiii
Very nice! What runs in the docker service?
Late_Scientist_9344 t1_j8n28nw wrote
Reply to Physics-Informed Neural Networks by vadhavaniyafaijan
Does PINN can be used for parameter estimation somehow?
nibbajenkem t1_j8mpv71 wrote
Reply to Physics-Informed Neural Networks by vadhavaniyafaijan
What is the use case if it is already appropriate to model the phenomenon using regular physics?
MrZwink t1_j8mjeon wrote
Reply to comment by demkom58 in Physics-Informed Neural Networks by vadhavaniyafaijan
Yes mostlikely.
TheLoneKid t1_j8mhy7z wrote
Reply to [P] From “iron manual” to “Iron Man” — Augmenting GPT for fast editable memory to enable context aware question & answering by skeltzyboiii
Is the frontend streamlit? It looks like streamlit.
demkom58 t1_j8mg3u1 wrote
Reply to Physics-Informed Neural Networks by vadhavaniyafaijan
Is it just overfitting?
tensor_searcher t1_j8mbbb9 wrote
Reply to [P] From “iron manual” to “Iron Man” — Augmenting GPT for fast editable memory to enable context aware question & answering by skeltzyboiii
A scalable vector database like Marqo as memory to be injected into GPT-like LLMs seems to be the way to go. The Bing use case shows that setting these systems up haphazardly can lead to blatantly false results. How do these systems prevent that type of performance? This would be an import problem to solve for these new tools, like LangChain.
exclaim_bot t1_j8mb3s2 wrote
Reply to comment by Illustrious-Force-74 in 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
>Awesome...Thanks!
You're welcome!
exclaim_bot t1_j8mb33e wrote
Reply to comment by Illustrious-Force-74 in 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
>Awesome...Thanks!
You're welcome!
Illustrious-Force-74 OP t1_j8mb2v8 wrote
Reply to comment by ZaZaMood in 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
Awesome...Thanks!
Illustrious-Force-74 OP t1_j8mb2il wrote
Reply to comment by Oceanboi in 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
Awesome...Thanks!
crimson1206 t1_j8mb0gu wrote
Reply to comment by humpeldumpel in Physics-Informed Neural Networks by vadhavaniyafaijan
The normal NN will not learn this function even with more steps. It’s a bit strange that the graphic didn’t show more steps but it doesn’t really change results
skeltzyboiii OP t1_j8m63ka wrote
Reply to [P] From “iron manual” to “Iron Man” — Augmenting GPT for fast editable memory to enable context aware question & answering by skeltzyboiii
TL;DR We show how an update-able and domain specific memory (via an external knowledge base) can be added to GPT to perform question and answering for products and chat agents. Some very humorous interactions arise when GPT is connected to an external knowledge base and forced to use irrelevant context in answering questions.
Article: https://www.marqo.ai/blog/from-iron-manual-to-ironman-augmenting-gpt-with-marqo-for-fast-editable-memory-to-enable-context-aware-question-answering
Code: https://github.com/marqo-ai/marqo/tree/mainline/examples/GPT-examples
humpeldumpel t1_j8m4czr wrote
Reply to comment by cassova in Physics-Informed Neural Networks by vadhavaniyafaijan
exactly my thought.. wtf?
cassova t1_j8m3bo0 wrote
Reply to Physics-Informed Neural Networks by vadhavaniyafaijan
Those training steps thou..
Secret-Paint t1_j8ltp4d wrote
Join our paid GPT-3 community https://timothyivaikin.gumroad.com/l/cyvqe for exclusive insider tips
Oceanboi t1_j8l8tst wrote
Reply to comment by Oceanboi in 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
I’m guessing your company won’t have the resources or data to train a CNN to convergence from scratch, so read up on some common CNNs that people use for audio transfer learning (EfficientNet has worked well for me, as did ResNet50, albeit less so). Once you can implement one pre trained model, you can implement most of them fairly easily to see which one suits your task best. Also read up on Sharan et al 2019 and 2021 as he benchmarks numerous image representations, model architectures, and network fusion techniques. While results may very, empirically it is a great starting point although I was not able to achieve his results given his model architecture. Pay less attention to the actual architecture he talks about because you’ll most likely be doing transfer learning where you’ll be importing a model and it’s weights. For preprocessing look into either MATLAB for their Auditory Modeling toolbox and if you’re using python look into librosa, torchaudio, and brian2hears for more complex filterbank models.
Oceanboi t1_j8l880s 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
Oooooo buddy. You’re in for a ride. Check out some PyTorch documentation. There’s plenty related to audio classification
ZaZaMood t1_j8kurf5 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
Brooo there is sooo many. No need to pay. Just Google
CNN audio classification site:GitHub.com
Example
https://github.com/jeffprosise/Deep-Learning/blob/master/Audio%20Classification%20(CNN).ipynb
MugiwarraD t1_j8ixw8r wrote
Reply to MacBook Air vs Pro by Fun-Cartographer8611
none. run ur jobs on a pc, connect to it using vnc/remotedeskto a cheap laptop or if you are savvy, ssh.
much better setup and bang for buck imho.
artsybashev t1_j8i33cp wrote
Reply to comment by Appropriate_Ant_4629 in GPU comparisons: RTX 6000 ADA vs Hopper h100 by N3urAlgorithm
Yeah might be. I've only seen companies do machine learning in two ways. On is to rent a cluster of gpus and train something big for a week or two to explore something interesting. The other use pattern is to retrain a model every week with fresh data. Maybe this is the case for OP. Retraining a model each week and serving that model with some cloud platform. It makes sense to build a dedicated instance for a reoccuring tasks if you know that there is a need for it for more than a year. I guess it is also cheaper than using the upfront payment option in aws.
redouann t1_j8hw6x8 wrote
Reply to Any of you know a local and Open Source equivalent to Eleven Labs text to speech AI ? by lordnyrox
There are several open source text-to-speech (TTS) software available that you can use as a local alternative to Eleven Labs' TTS AI. Some of the best one is: Odiofy App
it is a free tool and can be downloaded and installed on your local machine. You can then use them to convert text to speech using various voices and languages. Keep in mind that these tools may have different features, voice quality, and performance compared to TTS services like Eleven Labs.
Fun-Cartographer8611 OP t1_j8hawrv wrote
Reply to comment by rockefeller22 in MacBook Air vs Pro by Fun-Cartographer8611
It's for my husband. Sorry I pressed enter before I completed the sentence!
crimson1206 t1_j8njti4 wrote
Reply to comment by danja in Physics-Informed Neural Networks by vadhavaniyafaijan
By normal NN I'm referring to a standard MLP without anything fancy going on. I.e. input -> hidden layers & activations -> output.
The universal approximation theorem isn't relevant here. Obviously a NN could fit this function given training data. This post is about lacking extrapolation capabilities/how PINNs improve extrapolation though