Recent comments in /f/MachineLearning
trnka t1_j3i2zxx wrote
Reply to comment by [deleted] in [D] Simple Questions Thread by AutoModerator
You don't need to choose, and there's definitely a market for people that are capable of both good software engineering and good machine learning. Personally I'm a big believer in being well-rounded in terms of skills.
If I had to guess, what you're saying might just mean that you have more to learn about software engineering than machine learning right now. And that'll change over time.
cgk001 t1_j3i2vsa wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Limited by the 4k token max in api call?
I_will_delete_myself OP t1_j3i2jv5 wrote
Reply to comment by FastestLearner in [D] Why is Vulkan as a backend not used in ML over some offshoot GPU specification? by I_will_delete_myself
But what about something more niche like MPS or Rocm?
ddproxy t1_j3i21my wrote
Reply to comment by jsonathan in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Does it come with an animated assistant in the shape of a paperclip?
coolcake t1_j3i1nzd wrote
satireplusplus t1_j3i1grq wrote
Reply to comment by uoftsuxalot in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
LLMs are our new overlords, it's crazy
jsonathan OP t1_j3i0txg wrote
Reply to comment by uoftsuxalot in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Yeah, right now it’s just a thin wrapper around GPT-3, but there’s a lot that could be done to improve it, like using static code analysis to build a better prompt or even training a more specialized model (like this).
FastestLearner t1_j3i0bdo wrote
Reply to [D] Why is Vulkan as a backend not used in ML over some offshoot GPU specification? by I_will_delete_myself
But what can Vulkan do that CUDA can’t already do?
f_max t1_j3hztd5 wrote
Reply to comment by allaboutthatparklife in [D] Will NLP Researchers Lose Our Jobs after ChatGPT? by singularpanda
Idk. Have a decent idea what’s being worked on for the next year but it gets fuzzy after that. Maybe we’ll have another architectural breakthrough. Alex net 2012, transformers 2017, something else 2023 or 2024 maybe.
geneing t1_j3hzfpy wrote
Reply to comment by Intelligent_Rough_21 in [D] Looking for a dataset of Text-To-Speech audiobook-style Speech Synthesis Markup Language (SSML) files by Intelligent_Rough_21
I think what you are looking for is called "expressive TTS". There have been a ton of papers in the last couple of years on the topic. Many provide code.
I've had some success with simply preserving the hidden state of the network from one sentence to the next.
SSML may not be expressive enough for your application.
uoftsuxalot t1_j3hz4nm wrote
Reply to comment by phobos_0 in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Not to take anything away from this project, but it’s just an api call to gpt3 with prompt “fix this error {error}”. I thought there was some training and fine tuning, but I guess LLMs can do it all now a days
psychorameses t1_j3hxgzs wrote
Reply to comment by dr-pork in [D] Best way to package Pytorch models as a standalone application by Atom_101
Best way to think of it is that it scrambles your code, but right before it runs it still needs to be unscrambled, so someone dedicated enough will be able to obtain the full source code (or at least byte code) anyway.
I hope my boss sees this because this is a very common misconception. This isn't the 90s where your only option for running code was to install it on the user's machine. You have other options. You have to assume that everything you install on a user device is no longer private. The only way to protect source code is to never distribute it in the first place, and only expose your software through web APIs.
jsonathan OP t1_j3hwx5l wrote
Reply to comment by jsonathan in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Right now, this is just a simple demo of what’s possible with AI-driven debugging. But I’d like to build it out so that instead of just explaining errors, Adrenaline provided a ChatGPT-style assistant that can answer questions about your error, and teach you during the debugging process.
This is open-source, so if anyone’s interested in contributing, here’s the GitHub repository: https://github.com/shobrook/adrenaline
phobos_0 t1_j3hwuqe wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Dude this is dope
jsonathan OP t1_j3hwo11 wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Try it out here: https://useadrenaline.com
Matthew2229 t1_j3hwjdc wrote
Wikipedia? The ANN page has a pretty comprehensive summary of the history and over 150 references.
IndustryNext7456 t1_j3hto6k wrote
Reply to comment by Dry-Sweet-3008 in [N] Legal NLP Dataset With Over 39,000 Examples Released by Sea-Connection462
EE here, 25 years in NLP. Working in Prolog, Datalog, Logica for formal verification. Using NLP to extract facts for verification.
clayhead_ai t1_j3htcfd wrote
Reply to comment by aigyfkkq in [D] What is the most complete reference on the history of neural networks? by gbfar
This is such a fascinating book! Especially the parts about Walter Pitts. He was a genius from a young age, IIRC he was sending letters to Bertrand Russell correcting his proofs when he was just a teenager. Very tragic story though. Severe mental illness kept him from having the career he deserved. Someone should make a movie about him.
jakderrida t1_j3hsusc wrote
Reply to [P] searchthearxiv.com: Semantic search across more than 250,000 ML papers on arXiv by universal_explainer
I looked up clown porn and I didn't find anything useful.
Bulky_Highlight_3352 t1_j3hsmp7 wrote
Reply to comment by mandogbeer in [Project] Major drawback/limitation of GPT-3 by trafalgar28
I believe so, I think you can experiment with different summarization prompts too. For me it is still trial and error when dealing with large context windows.
dreaming_geometry t1_j3hnyvd wrote
Reply to comment by coumineol in [P] searchthearxiv.com: Semantic search across more than 250,000 ML papers on arXiv by universal_explainer
Data not yet collected. Why don't you try some side-by-side comparisons and report back?
junetwentyfirst2020 t1_j3hntqw wrote
Reply to comment by Yo_Soy_Jalapeno in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
This should work, thank you :)
Baturinsky OP t1_j3hnmdc wrote
Reply to comment by Blasket_Basket in [D] Is it a time to seriously regulate and restrict AI research? by Baturinsky
I'm no expert indeed, that's why I was asking.
But experts in the field also think that serious concerns on AI safety is justified
https://en.wikipedia.org/wiki/Open_Letter_on_Artificial_Intelligence
Also, a lot of good arguments here:
Yo_Soy_Jalapeno t1_j3hnlig wrote
Reply to comment by junetwentyfirst2020 in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
Is it good for you ? I could look for something more if needed !
trajo123 t1_j3i3dy1 wrote
Reply to comment by Zyansheep in [R] Greg Yang's work on a rigorous mathematical theory for neural networks by IamTimNguyen
I don't mean applications _of Deep Learning_, I mean what are the applications of this specific theory to real life Deep Learning problems. Can this theory help a Deep Learning practitioner, or is it applied only to proving some abstract bounds on some theoretical, abstracted and simplified neural nets?