I would use it in productivity software. The users would input their to do list and the AI would suggest the best next task for them to complete. You could have the user input some information about their lifestyle - married? family? when do they work? etc - and the AI would take into consideration these factors when determining the next best task.
Ideas to monetize new artifical intelligence
101–106 of 106 posts
Re: Ideas to monetize new artifical intelligence
#102Earlier quoted context omitted.
Algorithmic trading is actually commonplace: http://en.wikipedia.org/wiki/Quantitative_analyst http://en.wikipedia.org/wiki/Algorithmic_Trading_Platforms http://www.iht.com/articles/2006/11/23/business/trading.php?... Typically this is not a question of "find the secret strategy and make billions!", but rather finding a good execution algorithm to break an order of $billions down into a series of smaller orders for a…
I know there are people who trade algorithmically (I'm one of them). I just wanted evidence of one person who had made billions from it.
Re: Ideas to monetize new artifical intelligence
#103Earlier quoted context omitted.
Algorithmic trading is actually commonplace: http://en.wikipedia.org/wiki/Quantitative_analyst http://en.wikipedia.org/wiki/Algorithmic_Trading_Platforms http://www.iht.com/articles/2006/11/23/business/trading.php?... Typically this is not a question of "find the secret strategy and make billions!", but rather finding a good execution algorithm to break an order of $billions down into a series of smaller orders for a…
I know there are people who trade algorithmically (I'm one of them). I just wanted evidence of one person who had made billions from it.
Re: Ideas to monetize new artifical intelligence
#104Earlier quoted context omitted.
At least patents are only 20 years, copyright is forever.
Copyright isn't forever. It originally expired 17 years after the death of the author. Unfortunately Disney pushed for extension of copyrights every time their key copyrights (Micky mouse & friends) were about to expire and have been able to push extending them quite unreasonably.
Re: Ideas to monetize new artifical intelligence
#105Earlier quoted context omitted.
Thats the problem disclosing the algorithm is something I'd rather avoid. I don't mind sharing it with a company for a licensing fee as long as I don't have to public domain it.
I just glanced at the rules. I didn't see anything about disclosing outside of Netflix, but you do have to license winning algorithms to them. The license appears to grant them the right to make & sell products based on the algorithm.
Re: Ideas to monetize new artifical intelligence
#106Earlier quoted context omitted.
even if its in the milliseconds range?
fincancial fraud detection bottlenecks are typically between ram and the processor. Thousands of snychronously incoming transactions have to be examined simultanously, because they correlate heavily. It is not like "here is one transaction, is it a fraud?" but "here are 2^20 transactions, what are the frauds?". You could do this by pipelining, but I guess Banks want a zero downtime system and I personally would not t…