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.
- is this Idea Correct?
- How and with what can i start?
- can i use IDE remix solidity to implement all this.
thanks.