Recent comments in /f/MachineLearning

BeatLeJuce t1_j6n6x9b wrote

Reply to comment by pfm11231 in [D] deepmind's ai vision by [deleted]

It looks at the screen. Your question indicate you're not well versed in AI. I'd advise you to read up more on fundamental deep learning techniques if you don't know what a CNN does.

1

shawdys t1_j6n6r2j wrote

The AI agent is a computer program. It does not have eyes or a physical body. Therefore, it only works with things that exist inside a computer, i.e. numbers.

1

visarga t1_j6n5mgc wrote

Oh, yes, gladly. This "open"AI paper says it:

> Larger models are significantly more sample efficient, such that optimally compute efficient training involves training very large models on a relatively modest amount of data and stopping significantly before convergence.

https://arxiv.org/abs/2001.08361

You can improve outcomes from small datasets by making the model larger.

1

farmingvillein t1_j6n4hqy wrote

> wait bro the key benefit is the the hierarchical description

agreed

> I think that the improvements your suggesting pretty much describe the paper itself

Allow users to work in actual unstructured language, or an extant programming language, and I'd agree.

1

cruddybanana1102 t1_j6n46op wrote

Reply to comment by pfm11231 in [D] deepmind's ai vision by [deleted]

I don't really unserstand the question What do you mean "looking at a screen"? Or "looking at numbers and finding a pattern"?

The model takes in multidimensional array as input. That array is all the rgb values at a given instant. Take that to mean whatever suits you.

3

pfm11231 t1_j6n3emy wrote

Reply to comment by BeatLeJuce in [D] deepmind's ai vision by [deleted]

right my confusion is how it views the rgb pixel input, would you summarize it as it's looking at a screen, a whole image like a human player would, like the little ai is in it's own vr head set. or is it more just looking at numbers and finding a pattern

−1

aschroeder91 t1_j6mys1h wrote

Good to hear! Do you know what the space of hybrid models looks like? Specifically using deep learning for input signal to data and classical machine learning algorithms (e.g. gradient boosted trees) for data processing.

My intuition says that hybrid models definitely have a role in general problem solving machines. I've tried searching this topic and the space is muddy at best.

14

anony_sci_guy t1_j6mr4k6 wrote

Glad it helped! The first thing I tried was just to re-initialize just like at the beginning of training, but I don't remember how much I dug into trying to modify it before moving on. That's great your seeing some improvements though! Would love to hear how the rest of your experiment goes!! =)

2

Silvestron OP t1_j6mr28d wrote

I guess there will always be room for interpretation on what intelligence is since after all is just a label we put on things. What I was thinking though was something like intelligence in animals and how that's considered intelligence without necessarily comparing animals to human beings.

1

Dry-Tomatillo449 t1_j6mnkh3 wrote

GitLab is an open-source and free alternative to GitHub for hosting ML projects and code. It's used by many organizations for software development, data analysis, and machine learning. It offers a wide range of features, including an integrated CI/CD pipeline, version control, issue tracking, and project management. Additionally, GitLab also supports Jupyter Notebooks and data science projects.

1

qalis t1_j6mmvwg wrote

Absolutely. OPs question was about research, so I did not include this, but it's absolutely true. It also makes sense - everyone has relational DBs, they are cheap and scalable, so chances are a business already has a quite reasonable data for ML just waiting in their tabular database. This, of course, means money, which means money for research, even in-company research, which may not be even published, but is research nonetheless.

32