skip to Main Content

I have been working with Ethereum smart contracts for a while for DAPP developments, recently i grew interest in working with Smart Contracts for Artificial intelligence. I found some work on net but it is not completely relevant to my idea. I actually want to have AI technique coded inside smart contract and perform prediction. I know that running AI inside smart contract would cost a ton but i would like to explore the field. I am still wondering why there has been very less work done in this field. Can anyone help me on that please.

2

Answers


    1. What practical problem do you want to solve with the help of AI in blockchain?
    2. When using a rule graph (tree), AI may well be implemented in the Ethereum smart
      contract, although the cost of loading the rules graph can be quite significant.
    3. When using DLT platforms with smart contracts in native languages (Hyper Ledger Fabric, EOSIO, Corda and so on), you can easily implement any AI techniques.
    4. For DLT platforms with the execution of smart contracts on virtual machines (Ethereum, Quorum), you can use the Oracles methodology also without limiting the capabilities of AI.
    Login or Signup to reply.
  1. I actually want to have AI technique coded inside smart contract and perform prediction.

    This is not possible with current Ethereum technology, because of limitations what and how much code smart contracts can execute. There is no point of doing work in a field that is impossible and impractical.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search