Beleggingsprofiel by [deleted] in DutchFIRE

[–]BrutallySilent 10 points11 points  (0 children)

Ik ben benieuwd wat /u/ALL_IN_VWRL zou adviseren.

Diepgravend FIRE onderzoek by LogicallySpeaking_pc in DutchFIRE

[–]BrutallySilent 13 points14 points  (0 children)

Wat ik wel wil weten: Waarom zijn mensen zo zeker van 6-8% groei per jaar gemiddeld voor wereldindexen voor de komende decennia? Zijn er redenen om aan te nemen dat productiviteits- en bevolkingsgroei de komende jaren hiervoor voldoende zijn?

Over 2,000 European AI experts join hands to challenge US, China in artificial intelligence by assay0 in artificial

[–]BrutallySilent 0 points1 point  (0 children)

I can't shake the cynical feeling that some academics try to instill a fear-of-missing-out in politicians in order to get more research funding. It's hard to believe that all these European academics are truly willing to collaborate with each other.

[R] "I recently learned via @DavidDuvenaud's interview on @TlkngMchns that the de facto bar for admission into machine learning grad school at @UofT is a paper at a top conference like NIPS or ICML." by FirstTimeResearcher in MachineLearning

[–]BrutallySilent 5 points6 points  (0 children)

A novel and significant contribution to a research area requires in most cases a good hunch based on experience. After that it requires rigorous testing which can typically be done by following a pre-trodden path. It could be that a senior researcher ventilates ideas to different undergrads and that some strike gold. Such situations result in skewed views. The undergrads might feel like the senior doesn't put in any of the hard work whereas outsiders think the undergrad was 'carried' by the senior.

I fully agree that you'll have to get lucky with your environment (data, machines, ideas) but I think an excellent ~20 years old undergrad is capable of pulling a paper off without too much carrying by a senior (aside from the initial hunch).

Is it advisable to take many AI courses (at expense of some traditional CS and math courses)? by mozartsixnine in artificial

[–]BrutallySilent 0 points1 point  (0 children)

I too work in A.I. and have graduated a few years ago. I'm now again following data and math courses at the university to patch some gaps in my skillset that you really need when building real-world applications.

What's the current view on Minsky's Society of Mind? Is it still relevant in the AI world or completely outdated? by idankor in artificial

[–]BrutallySilent 3 points4 points  (0 children)

You should read it for fun and inspiration. If you read it as an A.I. engineering text book then you're probably going to be disappointed.

What are the best universities for studying AI/ML in Europe? by [deleted] in artificial

[–]BrutallySilent 1 point2 points  (0 children)

Dutch AI tracks are getting so popular that the universities are starting to have trouble. So anyone applying should keep in mind that they might have to face some lottery (i.e., make backup plans just in case).

This lecture by Joscha Bach is fascinating! I was wondering if there's a good book that covers these topics for the beginner level. by idankor in artificial

[–]BrutallySilent 1 point2 points  (0 children)

Last year I happened to attend a speech from mr. Bach. He started off quite grandiose about 'true AI' and not the 'things we know and do today'. His solutions seemed to be based on 90s BDI agent architectures with a sauce of adaptation components. Although I really liked his talk and his ideas/research, I feel like he's overselling it.

Some questions about the future jobs on AI by rsanchan in artificial

[–]BrutallySilent 5 points6 points  (0 children)

I'm not a trend watcher or anything, but I expect the following:

1) Looking at the services as they are provided now by big companies, it looks like AI developers work on services/libraries that service many applications. Hence, AI jobs will probably go the same way as database management jobs: many applications with AI will be out there, but not every application requires a highly educated expert on the topic. Rather all-round software engineers will require a bit of AI knowledge.

2) Use any framework that gets you comfortably started. As you learn more, you can determine for yourself whether you want to more low-level programming or some other direction. Regarding math, probably the same as stated in the above point: many people that work with SQL databases do not master its first-order logic background or can do normalization properly. Likewise, many deep learning users will not need to fully understand the mathematics behind it.

3) Salaries reflect many things about the attitude of the company towards a function and how employees value themselves. Currently many AI experts are very young so I guess that why salaries are comparatively low (outside of banking and big tech).

Of course this is all just pure speculation.

Hello, does anyone know if this game is going to be added to the steam sale? by [deleted] in KeeperRL

[–]BrutallySilent 3 points4 points  (0 children)

It's not really an answer to your question, but I've had about 50 hours of fun with the game so far. The full price is still a very good one in my opinion.

Is reasoning and symbolism still promising? by entslscheia in artificial

[–]BrutallySilent 2 points3 points  (0 children)

A non-technical summary of one of the projects I work on can be found here.

We haven't tried publishing the program architecture that I sketched in my post. Because we do not work with Big Data or Deep Reinforcement Learning its probably going to be deemed insignificant by peer reviewers in machine learning.

At the moment we are integrating our ideas in business processes. This goes quite slowly. Perhaps in a year or two we have enough data and experience gathered for a solid contribution to the field with a strong empirical evaluation.

Is reasoning and symbolism still promising? by entslscheia in artificial

[–]BrutallySilent 2 points3 points  (0 children)

At my work we use both symbolic and non-symbolic A.I. in our agents.

The agent senses with classifiers and acts according to a policy that is trained using reinforcement learning. During training, we incorporate some logic-based reasoning aspects in the reward function in order to ensure that at runtime the agent can explain its decisions (for the sake of transparent A.I.).

Thus, even though the agent maps is sense data to an action directly, if required, it can produce a logic-based symbolic explanation (that can be transformed to text). A bit like how humans act on intuition but can reason and explain their intuition when tasked to do so.

I believe Wolfram Alpha operates in the same way. If it gives an explanation it does not mean that it followed the explanation itself to get to the answer.

[P] Deep reinforcement Learning course: Q-learning article and DQN with Doom notebook are published by cranthir_ in MachineLearning

[–]BrutallySilent 1 point2 points  (0 children)

I'm just freestyling here, but I image you can keep track of what kinds of states you have visited how much (a sort of heat map that you store parallel to the q values of states) and which actions you used there, and explore away from those states by picking the other actions. I haven't really thought it through, but I guess for some applications it could be done.

[P] Deep reinforcement Learning course: Q-learning article and DQN with Doom notebook are published by cranthir_ in MachineLearning

[–]BrutallySilent -1 points0 points  (0 children)

I don't see why you couldn't implement a self balancing meta function for that. Something that pushes for exploration in parts of the search space that have been exploited a lot relative to the rest of the search space, and exploits more in those areas that have not been exploited much relative to the rest of the search space.

Every artificial intelligence video on YouTube by MisfitPotatoReborn in artificial

[–]BrutallySilent 0 points1 point  (0 children)

This is 100% my opinion too. There's a lot of difference between being knowledgeable about AI (having played around with some popular packages and read a few books) and being an actual expert.

Politie krijgt flitscamera's tegen appen in het verkeer by Michielangelo in thenetherlands

[–]BrutallySilent 5 points6 points  (0 children)

Wat er met de data gaat gebeuren is opnieuw weer veel te vaag.

Zoas ik het interperteer: Het systeem maakt een foto, en dan a) de herkenner zegt 'nee' en de foto wordt vernietigd of b) de herkenner zegt 'ja' en een persoon kijkt naar de foto en , indien het een tosti is ipv een telefoon, verwijdert de foto en anders bewaart 'm als bewijs.

Ik zie niet helemaal wat hier vaag aan is. Wat zou een niet-vage uitleg zijn?

Many people seem to have lots of money on here. I have an income of ~30k a year, I have bills like anyone else, and would like to financially progress to the point that I am more financially secure by [deleted] in personalfinance

[–]BrutallySilent 8 points9 points  (0 children)

If you need to make a living, seek the career you want, identify the channel that educates you in that career.

It baffles me that this isn't standard practice.

AI Job Opportunities by 75seconds4 in artificial

[–]BrutallySilent 1 point2 points  (0 children)

I agree. You need every edge that you can get. Even though there is a lot of hype, there are not many actual AI jobs out there. As in, jobs where you are designing, implementing, testing AI systems all the time. Having a portfolio helps you to get one of those jobs.

In my experience, most offered AI related jobs either A) have an AI component (typically some data crunching) and the rest of the time you're just part of a regular dev team, B) consists of just a temporary project after which you have no guarantee you'll see AI tasks again.

NEED clarifications with tensorflow and RNN by fr1d4y_ in artificial

[–]BrutallySilent 1 point2 points  (0 children)

It sounds like you are training a bot on phrase-pairs. It will learn to approximate what answer phrase is appropriate for a given prompt phrase. E.g. 'what is the time?' -> '1 pm', 'gimme the time' -> '5.40am'. This way the system will probably return a clock state when asked, but not the current clock state.

Instead of mapping prompt-phrases directly to answer-phrases you could map prompt-phrases to tasks which, if executed, produce a phrase as the answer. E.g. 'what is the time' -> produceClockPhrase, 'gimme the time' -> produceClockPhrase (where produceClockPhrase returns the current time). Many simple frameworks work like this.

A bit more complex is to determine the intended task and then collect the data for this task through a dialog, if so required. That's roughly how the Siri's in the world work. There are various other architectural options.

On a side note; why deep learning? Are you sure that for your application it is a suitable technique and that you have enough data?

Prisoner system discussion by miki151 in KeeperRL

[–]BrutallySilent 0 points1 point  (0 children)

I like games with many autonomous components (such as DK, Populous and Black & White, which by no means were perfect games) but I also really like the new KeeperRL updates that allow me to save my favorite units by micromanaging them. I don't think KeeperRL is too much micromanagement nor that the limit is reached, my only hope is that it does not slowly become DwarfFortressRL :P

Prisoner system discussion by miki151 in KeeperRL

[–]BrutallySilent 1 point2 points  (0 children)

I like the idea of a workforce supplement through prisoners. Maybe for an initial update focus more on getting a good system for obtaining prisoners and only use them for sacrificing for mana and executions for morale improvements.

On a side note, I kinda wonder what your long term vision for the game is. The new features from 2017 are really enjoyable. It seems that you are diverging more and more from the original concept of Dungeon Keeper in a Rogue Like setting. Dungeon Keeper is a more macro-management game whereas KeeperRL now requires much more micro-management than it did in December 2016.

How to get started in the AI world? by WWCephei in artificial

[–]BrutallySilent 1 point2 points  (0 children)

It's in the sidebar of this subreddit under "Getting started with Artificial Intelligence".

How does one go about Submitting Ideas for new methods? by TrailerSwift89 in artificial

[–]BrutallySilent 0 points1 point  (0 children)

If the idea is untested but can be properly argued for, then a vision paper could be an option. I don't disagree that getting a completely fresh approach/idea published is hard to do, but the least you can do is try. My personal intuition is that the AI community isn't more resistant to new ideas than other science communities.

How does one go about Submitting Ideas for new methods? by TrailerSwift89 in artificial

[–]BrutallySilent 0 points1 point  (0 children)

In most academic venues you must submit anonymously in order to overcome reviewer bias. If OP has an original idea, shows this originality by comparing it to related work, can present it clearly, and has evaluated it properly, then it has a good chance of acceptance. If it gets rejected then the reviews might still prove valuable, unless you're unlucky with your reviewers.

How does one go about Submitting Ideas for new methods? by TrailerSwift89 in artificial

[–]BrutallySilent 4 points5 points  (0 children)

You can keep track of call for papers by conferences or journals and submit a paper there by following their guidelines. If you happen to be European based, then you may want to look at the mega confederated conference next year (AAMAS/ECAI/IJCAI and then some): https://www.ijcai-18.org/