Machine Learning Smart Contract

+1 vote

Hello,

i want to implement a clustering algorithm (k-means for example) in a smart contract. 

for the traning data (big Data Set) , i want to use IPFS(off-chain) to save my dataset.

  1. is this Idea Correct? 
  2. How and with what can i start?
  3. can i use IDE remix solidity to implement all this.

thanks.

 

asked Jan 3, 2020 by Ya Kh

1 Answer

0 votes
I'm afraid this is not the sort of thing you can do with MultiChain, sorry.
answered Jan 6, 2020 by MultiChain
smart contract machine learning oraclize
...