Thursday, February 27, 2020

[Links of the Day] 27/02/2020 : Finance Datasets, OS build using WASM and IPFS, Team Wiki

  • Quandl : financial, economic, and alternative datasets for financial professionals. A treasure trove of information, sadly not all free.
  • RedShirt : Operating system build using WASM that you can run off straight from IPFS ... Next thing you know we will have a blockchain-based package management system for an end to end trustworthy OS... Well as long as you have access to the internet.
  • Outline : wiki and knowledgebase for growing teams using the markdown language. You can run it straight of docker.

Tuesday, February 25, 2020

[Links of the Day] 25/02/2020 : Tensor flow deployment, Framework for automating machine learning pipeline

  • TensorFlow Deployment : A collection of tensorflow use case and infrastructure associated deployment patterns. Each example comes with code and often a ready to run docker image.
  • artificial neural network explained and demonstrated with code : The simplest form of an artificial neural network explained and demonstrated.
  • Aethos : an interesting project where the authors designed a library/platform to automates data science and analytical tasks at any stage in the pipeline. They offer a uniform API for automating analytical techniques from various libraries such as pandas, sci-kit learn, gensim, etc. It's still work in progress but has some potential.