Decebal on programming

Day Four of Machine Learning in Review

☕️ 3 min read

After last day I decided to continue researching for 15 days more, before diving into building a real-world app. I already have a list of rough app ideas, but I expect more ideas to come to surface when going through these amazing resources out there.

Resources explored

  • A Recap from TensorFlow Summit https://youtu.be/kV2by5VNBsA

    Speaker’s github profile contains a good quantity of workshops using TensorFlow, between them one Image Recognition workshop seems interesting to study.

  • Awesome Public Datasets I might not be the first person to refer this resource, I wish these were rated as well as this list is confusing, but it is an amazing place to start when one just wants to dabble some theories.

    My picks in order to research them further are:

  • D3.js - My favourite Data-Driven Library, their gallery is awe inspiring. timeseries is a nice example, I associate this with event streams.

  • Conversational Agents - TensorFlow and Deep Learning Singapore

    I love the format of this presentation, Sam goes through technological considerations, current and past state of chat bots before diving into his content. Sam has quite a library of Jupyter Notebook repositories playing with TensorFlow

  • Decision Trees and Random Forests

    A sound introduction into Decision Trees and their super set : Random Forests.

  • Keras: The Python Deep Learning library

    This looks like a really promising tool for prototyping while on the 100 days challenge.

  • Product Design in the Era of the ALGORITHM

    used to be on youtube :(

    I loved what this talk explored in terms of the implications for product managers and designers.

    I just recently held an interview with a company where their products went through the hands of data engineers and software engineers before reaching production, a thought that is as delightful as it is scaring.

    Golden Nuggets:

    • Make Data-Sets intrusive
    • don’t codify the paths to the product: Mind The Product
  • TensorBoard - useful for visualizing your model’s computations , kind of on the go. (might be wrong here, need to explore this resource further)

    on github

  • TensorFlow Hub - a library for reusable machine learning modules, I understand it contains only modules by Google and DeepMind

  • Deep Reinforcement Learning in Action -

    I love the format Manning uses for their books, can’t wait for this one to be finished and compare it with my research

  • How to build and run your first deep learning network

    I do like this beginners tutorial, although marginally helpful to myself. I plan to do a translation of this tutorial as my first task after the documentation phase.

  • Glow - “Glow: Generative Flow with Invertible 1x1 Convolutions” - Glow Demos are particularly educational