...
Full Bio
Use Machine Learning To Teach Robots to Navigate by CMU & Facebook Artificial Intelligence Research Team
226 days ago
Top 10 Artificial Intelligence & Data Science Master's Courses for 2020
227 days ago
Is Data Science Dead? Long Live Business Science
255 days ago
New Way to write code is about to Change: Join the Revolution
256 days ago
Google Go Language Future, Programming Language Programmer Will Get Best Paid Jobs
577 days ago
Top 10 Best Countries for Software Engineers to Work & High in-Demand Programming Languages
724926 views
Highest Paying Programming Language, Skills: Here Are The Top Earners
669369 views
Which Programming Languages in Demand & Earn The Highest Salaries?
474483 views
Top 5 Programming Languages Mostly Used By Facebook Programmers To Developed All Product
463443 views
World's Most Popular 5 Hardest Programming Language
394890 views
Is Blockchain The Future Of Big Data and Machine Learning?
- Blockchain: The basic principle is simple. The first block of data is used to initialize the chain. This block is broadcast on a network of nodes (servers) that take care of writing data in the chain. Each subsequent block contains the hash (a reference) of the previous block, as well as other data (anything, as long as it respects the maximum size of a block). Read/write servers are often called validators (with the writing consensus used in most channels, the Proof Of Work). They are mostly paid for their work, ie the resolution of an algorithm that proves that the transaction is validated on the network.
- Smart contracts: smart contracts are an evolution of the previous system. Each transaction is associated with a portion of the program that usually triggers when writing the data. This code can achieve different things, it's relatively open. For example, one can check the coherence of the writing compared to other blocks or call an API. It is common for example to check that an exchange has been made to launch a payment.




- Follow-up of a patient between different institutions around the world
- Standardization of medical data formats
- History of a person's illness
- An unalterable medical record
- Access for the family to follow a close

- State Tree Pruning : this technique consists in keeping only the last blocks useful to the operation of the network in the nodes. If the blocks are unused or too old, we do not keep them in the history of the classic nodes. Only some master nodes maintain this history.
- Sharding : the principle of sharding is to split the history into several subsets. This makes it possible to have nodes dedicated to these sets, which therefore require less storage space. There are still masters nodes, but their function is to check the cohesion of the whole, and no longer to manage all the transactions and their contents.
- Channels : on the HyperLedger system, the channels are used to separate the transactions by theme as soon as they are created. The nodes do not need to manage all channels, only those to which they are subscribed. This automatically reduces the size of the chain to manage.
Citymapper now offers its own bus service. At the origin Citymapper does not have its own data, it is only a aggregator and provider of routes. A new business has been created.
Google aggregates all transport data in Maps to attract users. In the end, the product is Maps which is a complete product, thanks to Google's work on data.
