I watched the first lecture on Deep Learning Basics from the MIT course 6.S094: Deep Learning for Self-Driving Cars and these are the highlights of the lecture. Slides for this lecture: https://bit.ly/deep-learning-basics-slides Website: https://deeplearning.mit.edu/ GitHub repo with tutorials: https://github.com/lexfridman/mit-deep-learning Why Deep Learning? No need of human expert involvement. Great overview of the TensorFlow ecosystem. The Deep … Continue reading Deep Learning Basics
Category: Geek
Experimenting with Machine Learning on Azure
This weekend I want to experiment with machine learning on Azure. I don't have my own Jupyter notebook server so I want to use the Azure Notebooks, which are Free Jupyter based notebooks in the Azure cloud. The first thing I noticed is that there are two types of workspaces: ML and ML Studio. What is … Continue reading Experimenting with Machine Learning on Azure
FrankenJS Meetup June 14th 2018 @ Zollhof
Monetising Your App with Payment Request API - Christian Liebel, Thinktecture AG, Karlsruhe Goodbye, app store! Progressive Web Apps (PWA) is an application model that empowers web applications to use “native” features such as offline capability or push notifications. PWAs can be installed on the device by simply adding them to the home screen. With … Continue reading FrankenJS Meetup June 14th 2018 @ Zollhof
Making of weather-alert (1): Create Azure Functions with Visual Studio Code
weather-alert weather-alert analyzes and tweets if the local weather conditions are favorable for outdoor activities on the next day. Steps: Checks the weather forecast on OpenWeatherMap Analyze the weather conditions for outdoors activities Posts a tweet if the weather conditions are favorable VSCode setup Install the Azure Functions extension in VS Code and sign in to Azure, … Continue reading Making of weather-alert (1): Create Azure Functions with Visual Studio Code
Making of insta-photo: Image analysis with the Computer Vision API
I wanted to try the Microsoft Cognitive Services since quite some time and I finally found some free time on a weekend a few weeks ago. insta-photo insta-photo analyzes an image with the Computer Vision API and displays the caption and tags which can be posted to social media, e.g. Instagram. Technology stack Angular Angular … Continue reading Making of insta-photo: Image analysis with the Computer Vision API
You must be logged in to post a comment.