PredictorX1
PredictorX1 t1_j8xdknd wrote
I think this would be better visualized as a graph of price vs. searches (or some smooth of searches) rather than both versus time.
PredictorX1 t1_j8uu4t8 wrote
Reply to comment by NikTheHNIC in The U.S. states where children consume the most sugary snacks by LuckyLaceyKS
This sample size is meager, and this sampling process is sketchy. People who answer on-line surveys are not a representative sample of parents in the United States.
PredictorX1 t1_j8tpp5p wrote
This presents on-line survey data of parents about the sweet foods their children consume, n = 1,135, with a minimum of n = 20 per state. Ignoring the obvious sampling issues, it'd be interesting to see confidence intervals of the mean for each state. Also, I'm not sure why the data is presented twice: per day, and per week, which is simply 7 times the daily figure.
PredictorX1 t1_j8r9ckb wrote
Reply to Percent of US voters that can vote in at least one ranked choice election, 1941-present [OC] by thetreecycle
It would be interesting to contrast this with the proportion of votes cast in ranked choice elections.
PredictorX1 t1_j8ntphr wrote
Some modeling algorithms (naive bayes and local models, like k-nearest neighbor or kernel regression) can be updated immediately. In some sense, they can be used for recall and training very close in time.
PredictorX1 t1_j8n10t1 wrote
It is interesting to fit a trend to this data. The least-squares fit of a 3-parameter logistic (Time = years since 1966) is:
548328.1273 * logistic(0.078376864 * Time - 4.852042189)
...which is over 5 times over-determined and has an apparent proportionate reduction in variance of 98.9%.
PredictorX1 t1_j8mq66l wrote
Reply to [OC] Weekly Poll asking if the Stock Market will be Up or Down in 12 months plotted with the Future 12-month Outcome. by Square_Tea4916
As an extension of this, it'd be interesting to see the cross-correlation for other offsets in which public sentiment precedes the stock market outcome.
PredictorX1 t1_j8eyfj5 wrote
Reply to comment by treethirtythree in [OC] Road Death Rate VS Income per Capita by ismaelsow
It'd be interesting to see "average miles driven" added to this.
PredictorX1 t1_j7izzeg wrote
Reply to Wouldn’t it be a good idea to bring a more energy efficient language into the ML world to reduce the insane costs a bit?[D] by thedarklord176
Just to be clear, deep learning is the energy consumer. "Shallow" machine learning (logistic regression, multilayer perceptron, tree induction, etc.) and related technologies cost pennies to fit.
PredictorX1 t1_j7ffj8j wrote
>I get that he is one of the godfathers of AI.
What does that even mean? Very many people have contributed to this field.
PredictorX1 t1_j6nb8vs wrote
Reply to A taxonomy of generative AI models [R] by EduCGM
>This medium article is ...
Let me stop you right there.
PredictorX1 t1_j6naygg wrote
Reply to comment by [deleted] in [D] Have researchers given up on traditional machine learning methods? by fujidaiti
Deep learning and "shallow" machine learning are generally appropriate for different types of problems.
PredictorX1 t1_j6mkzl0 wrote
To be clear, there are neural networks which are "deep", and others which are "shallow" (few hidden layers). From a practical standpoint, the latter have more in common with other "shallow" learning methods (tree-induction, statistical regressions, k-nearest neighbor, etc.) than they do with deep learning.
You're right that many people (especially in the non-technical press) have erroneously used "machine learning" to mean specifically "deep learning", just as they've used "artificial intelligence" to mean "machine learning". Regardless, there are still non-deep machine learning methods and other branches of A.I. In practice, non-deep machine learning represents the overwhelming majority of applications today.
I haven't followed the research as closely in recent years, but I can tell you that, deep learning aside, people have only begun to scratch the surface of machine learning application.
PredictorX1 t1_j5rb8gp wrote
>I was in the understanding that two contiguous linear layers in a NN would be no better than only one linear layer.
This is correct: In terms of the functions they can represent, two consecutive linear layers are algebraically equivalent to one linear layer.
PredictorX1 t1_j5h5pb5 wrote
Reply to comment by Loquzofaricoalaphar in [D] With more compute could it be easy to quickly un Mask all the people on Reddit by using text correlations to non masked publicly available text data? by Loquzofaricoalaphar
The biggest technical challenges I see:
- Having enough reference samples from known people
- The difference how people write on Reddit and how they write elsewhere (professional articles, e-mail, etc.: presumably used as reference)
- If too many Reddit users are being considered, it may all dissolve into mush (estimated probabilities would all be low)
PredictorX1 t1_j5h3ymz wrote
Reply to [D] With more compute could it be easy to quickly un Mask all the people on Reddit by using text correlations to non masked publicly available text data? by Loquzofaricoalaphar
>With more compute could it be easy to quickly un Mask all the people on Reddit by using text correlations to non masked publicly available text data?
With labeled samples of text, I think it would be pretty easy to come up with a a likelihood model, giving a reasonable educated guess of the identity of some Reddit members, and I don't think it would take much computing power.
PredictorX1 t1_j4zmy54 wrote
Reply to [D] ML Researchers/Engineers in Industry: Why don't companies use open source models more often? by tennismlandguitar
Can you give some examples of problems that an organization would solve with open source models?
PredictorX1 t1_j4mwfpu wrote
Reply to comment by hundley10 in [D] Model for detecting rectangle corners? by hundley10
Sobel filters detect edges, not corners.
PredictorX1 t1_j4mv82b wrote
Reply to [D] Model for detecting rectangle corners? by hundley10
Assuming that you are trying to locate all corners of a rectangle in a raster image, I suggest researching corner detection in image processing.
PredictorX1 t1_j4azldr wrote
Reply to comment by Meddhouib10 in [D] Combining Machine Learning + Expert Knowledge (Question for Agriculture Research) by Tigmib
No, but the idea is pretty straightforward. Assuming that experts can provide domain knowledge that can be coded as conditions or rules (IF engine_temperature > 95 AND coolant_pressure < 12 THEN engine_status = "CRITICAL"), these can be used to generate 0/1 flags based on existing data to augment the training variables.
This can be made much more complex by using actual expert systems or fuzzy logic. There are entire sections of the technical library for those. For fuzzy logic, I would recommend:
"The Fuzzy Systems Handbook"
by Earl Cox
ISBN-13: 978-0121942700
PredictorX1 t1_j47qgxr wrote
Reply to [D] Combining Machine Learning + Expert Knowledge (Question for Agriculture Research) by Tigmib
Expert knowledge could be encoded as rules whose output is used as features for a machine learning system. These rules would accept data you already have, and produce new data as conclusions which would be fed as extra variables to a modeling algorithm.
PredictorX1 t1_j3cacld wrote
Reply to comment by Baturinsky in [D] Is it a time to seriously regulate and restrict AI research? by Baturinsky
>Which is why it's important to not give access to dangerous things into hands of those who could misuse it with catastrophic consequences.
What does "give access" mean, in this context? Information on construction of learning systems is widely available. Also, who decides which people "could misuse it"? You?
PredictorX1 t1_j3ca2pm wrote
Reply to comment by Baturinsky in [D] Is it a time to seriously regulate and restrict AI research? by Baturinsky
What, specifically, are you suggesting?
PredictorX1 t1_j38lht6 wrote
Reply to comment by Baturinsky in [D] Is it a time to seriously regulate and restrict AI research? by Baturinsky
So, your suggestion is that countries- like the United States, China and Russia work together to contain technology? This seems like a serious suggestion to you?
PredictorX1 t1_j8zrzyl wrote
Reply to [OC] Firearm availability compared to homicide rates around the world by blizzard36
Is "homicide rate" specific to firearm homicides?