Recent comments in /f/MachineLearning
aicharades OP t1_j7k8car wrote
Reply to comment by dpineo in [P] ChatGPT without size limits: upload any pdf and apply any prompt to it by aicharades
This app works on all pdf files. It converts pdfs with pymupdf in python, like if you were copy pasting all the text from the pdf with some pdf formatting into chatgpt.
Mescallan t1_j7k8aot wrote
Reply to comment by geeky_username in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
tbh I don't think we are going to get much out of Meta until they get close to a holodeck VR experience, or a mainstream-ready AR experience. I'm sure they could drop a chatbot in the next six months, but being able to compete with google/microsoft is going to be hard.
Apple is going to update siri in two years with an LLM and act like they are the saviors of the universe
Amazon is someone that I see get left out of this a lot. They have the resources and funding to make Alexa a search/chat bot as well, and it's right up their ally.
bartturner t1_j7k88ul wrote
Reply to comment by maizeq in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
> OpenAI is overwhelmingly a net consumer of AI research
Exactly. Not sure why people do not get this? Google has made many of the major fundamental AI breakthroughs from the last decade+.
So many fundamental things. GANs for example.
IndieAIResearcher t1_j7k7xpb wrote
Learn python, it is all you need!
red75prime t1_j7k7hh0 wrote
Reply to comment by impermissibility in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
I've run it thru GPT for your reading pleasure: "I like to tell people that GPT-3 is more like writing an essay for English class (or the SAT) than a research paper for a history class. It cares about grammatical correctness -- in other words, readability -- rather than accuracy or truth. For the SAT, they used to say "you can make up quotes", because they're grading your writing, not your content."
dpineo t1_j7k5e5z wrote
ChatGPT can work on PDF files? How does that work? Does it just parse and interpret the raw PDF file? I'd like to parse some PDF files with many (thousands) of repeated table structures and convert them to JSON, is that something ChatGPT might be able to help with?
AsIAm t1_j7k4r63 wrote
Reply to comment by ok531441 in [D] Python vs Swift vs Julia, what should I learn? (Any benchmarks?) by lukinhasb
Autodiff in Swift is still in active development: https://github.com/apple/swift/pulls?q=is%3Apr+%5BAutoDiff%5D
What got killed is Tensorflow for Swift. (As it was Google project, it wasn't a big surprise.)
dancing_dead t1_j7k356m wrote
Reply to [D] Should I focus on python or C++? by NoSleep19
You probably want both, if you want robotics or biomedical. Most experiments and model training will usually remain in Python, but inference and final product may use a large amount of existing C++ code, where running the model is just one small piece, and nobody wants to ship python just for inference, if they can help it.
Some shops also use Rust for inference/integration, but good luck finding these blessed jobs.
NoSleep19 OP t1_j7k28fp wrote
Reply to comment by bitemenow999 in [D] Should I focus on python or C++? by NoSleep19
But but what about programming language :( no seriously I bought an o’reilly subscription, and I want to read books on a specific topic in programming while i m in train, bus , before bed, I can’t do maths all time! I searching more of a strategy which programming language will benefit me first, should I become advanced at one before I move to next or juggle both?
seanv507 t1_j7k1s2t wrote
The point about python is that all the machine learning libraries are just wrappers around c++ libraries so, the speed of the language is largely irrelevant
juhotuho10 t1_j7k0u76 wrote
Reply to comment by bitemenow999 in [D] Should I focus on python or C++? by NoSleep19
And stats
bitemenow999 t1_j7k05tl wrote
Reply to [D] Should I focus on python or C++? by NoSleep19
Focus on math...
artsybashev t1_j7k04qr wrote
Reply to comment by ginger_beer_m in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
If Xi Jing Ping, Putin and Trump have taught you anything, being correct is absolutely useless. Just having some sort of a plan, coming up with a good story and some fact sounding arguments is a lot more valuable that what the average person thinks. Nothing more is required to be one of the the most influential person alive.
mfarahmand98 t1_j7jzg60 wrote
Reply to comment by ok531441 in [D] Python vs Swift vs Julia, what should I learn? (Any benchmarks?) by lukinhasb
As an ML engineer, I second this.
F-Lexx t1_j7jz4xj wrote
Reply to [D] Should I focus on python or C++? by NoSleep19
> [D] Should I focus on python or C++?
Yes.
impermissibility t1_j7jywnd wrote
Reply to comment by JackandFred in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
Uh, I'm sorry the English classes wherever you went to school sucked!
MisterBadger t1_j7jyejy wrote
Reply to comment by Centurion902 in [N] Getty Images sues AI art generator Stable Diffusion in the US for copyright infringement by Wiskkey
Is English a second language for you?
Mentally (adverb) - in a manner relating to the mind.
_Arsenie_Boca_ OP t1_j7jxkxr wrote
Reply to comment by wittfm in [D] Papers that inject embeddings into LMs by _Arsenie_Boca_
Thanks for the answer, but Im afraid the idea there is quite different. They take embeddings from LMs and finetune them, rather than aligning and injecting external embeddings.
maizeq t1_j7jwzai wrote
Reply to comment by telebierro in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
I can understand their (the Meta/Google engineers) frustration when perspectives like yours proliferate everywhere.
Transformers were invented at Google. OpenAI is overwhelmingly a net consumer of AI research, and incredibly closed off on the few innovations they have actually made. There is a graph somewhere for research output of the various research labs that shows that despite OpenAI 300-400 or so employees, their publicly released open access research is a ridiculously tiny fraction of that of other research labs. Consider the damage this might do if their success convinces management at other tech labs to be more closed off with their AI research, further concentrating the ownership of AI into the hands of a single, or select few corporations. In this sense OpenAI is actively harming the democratisation of AI, which given the previously unseen productivity generating effects AI will have seems like a dangerous place to be in.
ddavidovic t1_j7jwwc1 wrote
Reply to comment by new_name_who_dis_ in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
I think there's a lot more work to be done on that front. I tried to use ChatGPT and perplexity.ai instead of Google Search. It works for common knowledge, but once you get into more complex and niche queries it just falls apart. They're both very happy to lie to you and make up stuff, which is a huge time waste when you're trying to get work done.
lifesthateasy t1_j7jwize wrote
Reply to comment by Kiizmod0 in [P] I have implemented an RL agent for trading EUR/USD and I don't know what to do next... by Kiizmod0
Here are some paper referenced by much smarter people than me. You're free to waste your time however you want, though!
wittfm t1_j7jvkoo wrote
Reply to comment by wittfm in [D] Papers that inject embeddings into LMs by _Arsenie_Boca_
They mention it as an alternative to prompt engineering
worriedshuffle t1_j7jvjlu wrote
Reply to comment by JackandFred in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
For the GRE our teacher said one of the easiest ways to get a high score was to have a strong ideology. Just be a Nazi, he said.
I did not end up using that advice but maybe if I did I would’ve done even better.
wittfm t1_j7jvhoc wrote
Maybe this can help https://www.youtube.com/live/FKsARHV3ZTI they mention the SeFit method which seems similar to what you are looking for.
bartturner t1_j7k8fnb wrote
Reply to comment by user4517proton in [N] Google: An Important Next Step On Our AI Journey by EducationalCicada
Geeze. What a bunch of nonsense. ChatGPT would NOT even be possible without Google.
Google has made most of the major AI fundemental breakthroughs in the last decade+. Google leads in every layer of the AI stack without exception.
A big one is silicon. They started 8 years ago and now on their fifth generation. Their fourth was settting all kinds of records.
https://blog.bitvore.com/googles-tpu-pods-are-breaking-benchmark-records