Login
Discover
Waves
Decks
Plus
Login
Signup
ronny.rest
@ronny.rest
25
Followers
25
Following
3
Resource Credits
Available
Used
Website
http://ronny.rest
Created
September 9, 2017
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
ronny.rest
dtube
2017-12-19 08:58
Semantic Segmentation Tutorial - 02 General Structure
General Structure The general structure that is used by most of the deep neural network models for semantic segmentation is similar to the one illustrated in the diagram below. The architecture goes through
$ 0.024
8
3
ronny.rest
dtube
2017-12-19 07:50
Semantic Segmentation Tutorial - 01 Intro
This is the first in a series of lessons about semantic segmentation. Semantic segmentation involves understanding not just what happens to be in the scene, but also what regions of the image those things
$ 0.000
4
2
ronny.rest
machine-learning
2017-10-13 06:57
Installing Opencv on Ubuntu (for use with python)
Summary OpenCV is a really good library to use for processing video files and real time video sources from a webcam in python. Setting it up, however (at least on ubuntu), can be a little tricky. It is
$ 0.000
4
3
ronny.rest
machine-learning
2017-10-13 06:10
Avoiding headaches with tf.metrics
1. Summary This post will cover how to avoid headaches with Tensorflow's built in evaluation metrics operations such as tf.metrics.accuracy() tf.metrics.precision() tf.metrics.recall() tf.metrics.mean_iou()
$ 0.000
1
ronny.rest
machine-learning
2017-10-13 05:10
Argument Scopes in Tensorflow
Intro Tensorflow has a very useful feature called an argument scope. Argument scopes allow you to specify default values for tensorflow layer functions. This, in turn, allows you to write tensorflow code
$ 0.000
3
ronny.rest
machine-learning
2017-10-13 04:54
Transfer Learning in Tensroflow for a New Classsification Task
Description This blog post will go through the steps needed to perform transfer learning using the Inception V3 architecture in python using Tensorflow. There are actually several types of transfer learning,
$ 0.000
1