Tuesday, November 20, 2018

Neuromorphic Vs Neural Network Vs Quantum Computing

Hi,

We talk about parallel computing or advance computing beyond classical way of computing; in classical computing nothing in parallel everything which looks parallel share the same CPU cycles in one or other way.

What is Neuromorphic Computing?
Computer hardware designed by taking inspiration from Human Brain to process information in similar fashion in order to work parallel and more efficient for complex computations.

What are Neural Networks?
Software which simulate processing style of our brain to perform complex computations, It can run on Classical Computer as well as Neuromorphic computers.
We use many algorithms which is based on Neural networks in Machine Learning/Deep Learning.

What is Quantum Computing?
This is fundamentally different from Classical computer, in classical computing we work with 0 or 1 at any given point of time. In quantum computing we have possibility of 0 or 1 or both at any given time.
Quantum computing also work on fundamental logic of Quantum entanglement.

Thursday, January 11, 2018

POC with Blockchain

Hi Folks,

As per my initial interaction with Blockchain technology, I am very much optimistic with the overall architecture and concept behind this technology.
During my POC, I was able to achieve below:

I manage to create sample model of Digital Bank using Open Source Ethereum blockchain based distributed computing platform.
To achieve this I've created Genesis Blocks, created rule engine/configuration for blockchain.
Achieved functionalities such as creating new account (like a wallet), check number of blocks in overall blockchain system, balance check for account and miner for this new blockchain based currency.

In addition to that I've also tried open source EBE (Ether Block Explorer) and created smart contract for POC and trust me it is much more easier to implement all these with such a huge open source support.

I'm still working on many other POC models for this technology, let's see how it goes.
I should be posting sample code to make this journey more interactive.

to be continue...