Jul 27Fexr.Club — A Reward System Complementing, Not Replacing, Regulated Financial SystemsFounder, Fexr | Lead Engineer, Rubix Note: This article discusses features of Fexr.Club, which is set to launch in later 2024. The functionalities and offerings are forward-looking and may be subject to changes before the official launch. …Blockchain5 min readBlockchain5 min read
Published inRubixchain·May 11, 2022Bring your own BlockSpaceWhat is BlockSpace? — BlockSpace is the number of transactions which the blockchain will order before appending to the chain of previous transactions. For example, if max block space is 200KB and average transactions take only 1Kb, then the chain may have a room for ~190 transactions in one block. BlockSpace is a measure…5 min read5 min read
Published inRubixchain·Jan 12, 2022Mining Rubix Tokens — What You Need To KnowTo mine Rubix Tokens, you must first download the blockchain software and run it on your computer or in the cloud VM. You’ll need to provide a createDID.png image during Decentralized Identity (DID) setup, this will create a public address where you’d like to receive your tokens. The next step…2 min read2 min read
Published inRubixchain·Jan 11, 2022Securing wallet to wallet transfers across the network: Rubix solved it differentlyDevelopers have a hard time securing wallet to wallet transfers. The blockchain is an immutable ledger that cannot be altered in any way. The biggest challenges developer face today are: Solving the latency problem. How do you ensure consensus of an immutable ledger? When you’re processing thousands and millions of…4 min read4 min read
Published inTowards Data Science·Sep 26, 2017Understanding a TensorFlow program in simple steps.TensorFlow is a library which can be applied to all the machine learning algorithms especially deep learning with neural network. Machine learning is simply those programs which are written to deal with large data-sets to find patterns in them and extract information. It actually learn from data to make accurate…Machine Learning6 min readMachine Learning6 min read
Sep 7, 2017Hands on TensorFlow for Beginners.This story is a continuation of TensorFlow : No idea where to begin? . Every TensorFlow program involves building the graph and executing it. To build the graph, we start of with writing a python program in Terminal within TensorFlow virtual environment. …TensorFlow3 min readTensorFlow3 min read
Published inTowards Data Science·Aug 12, 2017TensorFlow : No idea where to begin?TensorFlow is a library which can be applied to all the machine learning algorithms especially deep learning with neural network. Machine learning is simply those programs which are written to deal with large data-sets to find patterns in them and extract information. It actually learn from data to make accurate…Machine Learning4 min readMachine Learning4 min read
Jul 7, 2017Setting up Hadoop -MapReduce, HDFS and YARN. Standalone and pseudo-distributed mode.In this story, I will introduce you to configuring Hadoop on your Linux system: 2. Prerequisites 2.1. in Standalone mode. 2.2. Pseudo-Distributed mode. 1. configuring Hadoop on your Linux system: The best way to learn is by actually implementing stuff on your own. Hadoop can be installed in 3 different modes: Standalone mode, Pseudo-Distributed mode and Fully-Distributed…Hadoop7 min readHadoop7 min read