Recent comments in /f/deeplearning
HBRYU t1_j8vuecc wrote
Reply to How likely is ChatGPT to be weaponized as an information pollution tool? What are the possible implementation paths? How to prevent possible attacks? by zcwang0702
Seo in the next level i think
ivan_kudryavtsev t1_j8vtjvh wrote
Reply to comment by [deleted] in Candidates for lightweight object detector NNs ? by [deleted]
How could we recognize that you want whole processing to be done purely in-browser? Anyway, just google for "webassembly barcode reader". There are implementations available.
suflaj t1_j8vt849 wrote
Reply to How likely is ChatGPT to be weaponized as an information pollution tool? What are the possible implementation paths? How to prevent possible attacks? by zcwang0702
Likely
The possible implementation path is just using it, lol, it is already capable of doing that.
At this moment, your two bets are:
- OpenAI watermarks their generated text and you have models which cam detect this watermark
- a bigger, better model comes out which can detect synthetic text (although then THAT model becomes the problem)
You could also counter misinformation with a fact checking model, but there are two big problems:
- we are nowhere near developing useful AI that can reason
- the truth is subjective and full of dogmas, ex. look at how most countries implement dogmas regarding the holocaust - your model would, without a severe transformation of society itself, be biased and capable of spreading propaganda in a general sense, and misinformation as a subset of propaganda
Therefore I believe your question should be: when can we expect to have models that only share the "truth of the victor". And that's already happening with ChatGPT now, as it seems to be spreading western liberal views.
Ll42h t1_j8vssi3 wrote
Reply to How likely is ChatGPT to be weaponized as an information pollution tool? What are the possible implementation paths? How to prevent possible attacks? by zcwang0702
Researchers and people working in the field discussed this topic in a workshop and you can read their findings in this paper, it's very interesting
B0tRank t1_j8v9glq wrote
Reply to comment by tedmobsky in My Neural Net is stuck, I've run out of ideas by [deleted]
Thank you, tedmobsky, for voting on LuckyNumber-Bot.
This bot wants to find the best and worst bots on Reddit. You can view results here.
^(Even if I don't reply to your comment, I'm still listening for votes. Check the webpage to see if your vote registered!)
tedmobsky t1_j8v9fnl wrote
Reply to comment by LuckyNumber-Bot in My Neural Net is stuck, I've run out of ideas by [deleted]
Good bot
TheDailySpank t1_j8v5p7s wrote
NeuroDS t1_j8v0vqb wrote
Reply to How likely is ChatGPT to be weaponized as an information pollution tool? What are the possible implementation paths? How to prevent possible attacks? by zcwang0702
Too much inaccurate information will fill up the internet with language models.
Oceanboi t1_j8uygkt wrote
Reply to Physics-Informed Neural Networks by vadhavaniyafaijan
why was the neural network stopped at like 1000 steps? why are we comparing a physics informed neural network to a neural network at a different number of steps lol
Also correct me if I'm wrong but don't we care about how the model generalizes? I think we can show that some NN will fit to any training set perfectly given enough steps, but this is already common knowledge no?
Terminator857 t1_j8uxy4v wrote
Reply to How likely is ChatGPT to be weaponized as an information pollution tool? What are the possible implementation paths? How to prevent possible attacks? by zcwang0702
It will happen. Balance that with the good that it is and will be doing.
MugiwarraD t1_j8ue1xh wrote
Reply to Physics-Informed Neural Networks by vadhavaniyafaijan
Makes no sense.
crimson1206 t1_j8ts496 wrote
Reply to comment by danja in Physics-Informed Neural Networks by vadhavaniyafaijan
Well how is it relevant then? Im happy to be corrected but I dont see how its relevant to this post
It just tells you that there is a well approximating NN for any given function. It doesn't tell you how to find such a NN and it doesnt tell you about extrapolation capabilities of a NN which is well approximating on just a subdomain (which is what this post here is mainly about) either.
The universal approximation theorem in practice just gives a justification for why using NNs as function approximators could be a reasonable thing to do. That's already pretty much the extent of their relevancy to practical issues though
danja t1_j8tgfpo wrote
Reply to Physics-Informed Neural Networks by vadhavaniyafaijan
I like it. On a meta level, giving the machine a bit of a priori knowledge about the shape of things to come, that makes a lot of sense.
When the self-driving car hits an obstacle, they will both obey mostly Newtonian sums.
Effectively embedding that knowledge (the differential equations) might make the system less useful for other applications, but should very cheaply improve it's chances on a lot of real-world problems.
Robotics is largely done with PID feedback things. Some more understanding of the behaviour of springs etc etc should help a lot. Quite possibly in other domains, hard to know where such things apply.
danja t1_j8tes8q wrote
Reply to comment by crimson1206 in Physics-Informed Neural Networks by vadhavaniyafaijan
I don't quite see how approximation theorems aren't relevant to approximation problems. I'm not criticising the post, I just thought your response was a bit wide of the mark, not much fun.
[deleted] OP t1_j8sop7t wrote
Reply to comment by StrasJam in My Neural Net is stuck, I've run out of ideas by [deleted]
Yes, I pad them to make them square and resize to 224 using bilinear algorithm, and /255, then the inverse for predicting.
[deleted] OP t1_j8soa3y wrote
Reply to comment by ivan_kudryavtsev in Candidates for lightweight object detector NNs ? by [deleted]
I need to run it in the browser, I thought it was clear from the post. I found a JS port but it seems flacky. They use CNN for 2d detection though, at least in some cases.
StrasJam t1_j8sgfvm wrote
Reply to comment by [deleted] in My Neural Net is stuck, I've run out of ideas by [deleted]
Think they mean do you apply the same normalization you applied to images during training to the new images you are trying to predict
ivan_kudryavtsev t1_j8sfi40 wrote
Reply to comment by [deleted] in Candidates for lightweight object detector NNs ? by [deleted]
I would say, if it is not a very wild environment, nn may be excessive.
ivan_kudryavtsev t1_j8sfa3p wrote
Reply to comment by [deleted] in Candidates for lightweight object detector NNs ? by [deleted]
Quick discovery: https://note.nkmk.me/en/python-opencv-barcode/
[deleted] OP t1_j8seg5z wrote
Reply to comment by ivan_kudryavtsev in Candidates for lightweight object detector NNs ? by [deleted]
But scanners do not read digital data, or even find out the position of the object, and they use light reflection/absortion, there is no digital information reading.
ivan_kudryavtsev t1_j8se6xm wrote
Try yolo tiny. Must detect well if it is trained properly. But do you think you need a nn model? Scanners read barcodes without neural networks.
LuckyNumber-Bot t1_j8sdnn3 wrote
Reply to comment by [deleted] in My Neural Net is stuck, I've run out of ideas by [deleted]
All the numbers in your comment added up to 69. Congrats!
5
+ 6
+ 42
+ 8
+ 6
+ 2
= 69
^(Click here to have me scan all your future comments.)
^(Summon me on specific comments with u/LuckyNumber-Bot.)
[deleted] OP t1_j8sdmmp wrote
Reply to comment by PaleontologistDue620 in My Neural Net is stuck, I've run out of ideas by [deleted]
Oh, that helps. I am not sure how true this is though. For example, TF.Keras and TF.SavedModel cant be converted into one another and have different features..Both can be used to predict but only one can be re trained and "tweaked" or extended from JS itself. And I am not sure you can convert Pytorch weights to Keras, but I will investigate. Apparently there is ONX that can be used to do it. I just dont want to train something that can not be converted and loaded into a browser.
What I learnt so far is that Sliding Window, Region of Interest, and Yolo are more like ways to prepare your data, and mostly any CNN could do the job, with more or less precision, I may be wrong. I am following this series https://www.youtube.com/watch?v=XXYG5ZWtjj0&list=PLhhyoLH6Ijfw0TpCTVTNk42NN08H6UvNq&index=2&ab_channel=AladdinPersson
zcwang0702 OP t1_j8vw3e9 wrote
Reply to comment by Ll42h in How likely is ChatGPT to be weaponized as an information pollution tool? What are the possible implementation paths? How to prevent possible attacks? by zcwang0702
Thanks for sharing! very interesting paper!