florianletsch | 8 years ago | on: Building a Poor Man’s Deep Learning Camera in Python
florianletsch's comments
florianletsch | 8 years ago | on: Joplin – A note-taking and to-do app with builds for desktop, mobile, terminal
florianletsch | 8 years ago | on: Garry Kasparov: Why the world should embrace AI [video]
Hype? For sure. But the current advances in autonomous vehicles will have a very real impact on the working life of the common truck driver (3.5 million in US alone), I think we all agree on that.
florianletsch | 8 years ago | on: Scribble – Convert handwriting into digital text
florianletsch | 9 years ago | on: 2D game art for programmers
florianletsch | 9 years ago | on: Training Recurrent Neural Networks [pdf]
florianletsch | 9 years ago | on: How to Get a Job in Deep Learning
florianletsch | 9 years ago | on: What is the difference between deep learning and usual machine learning?
A small amount of neurons might already solve some problem you're having. The XOR problem can be learned by 4 neurons connected to each other.
When you want raw images or similar as an input and have it be classified into 100 classes (e.g. look up CIFAR-10 or CIFAR-100), you will need an architecture with many more neurons.
After all, ANN are simply a tool. Depending on the task, that tool might need to more elaborate. And when you have all those different possible architectures, you want a common way of naming them. Labels such as Deep Learning are simply nomenclature of talking about certain groups of artificial neural networks.
florianletsch | 9 years ago | on: Show HN: Automatic private time tracking for OS X
florianletsch | 10 years ago | on: Show HN: Podcat – Imdb for podcasts
florianletsch | 10 years ago | on: AlphaGo beats Lee Sedol again in match 2 of 5
florianletsch | 10 years ago | on: KeeWeb: Unofficial KeePass web and desktop client
florianletsch | 10 years ago | on: Go 1.6 Beta Released
> NOTE: This is a DRAFT of the Go 1.6 release notes, prepared for the Go 1.6 beta. Go 1.6 has NOT yet been released. By our regular schedule, it is expected some time in February 2016.
florianletsch | 10 years ago | on: Deep-learning algorithm predicts photos’ memorability at “near-human” levels
> The images had each received a “memorability score” based on the ability of human subjects to remember them in online experiments.
florianletsch | 10 years ago | on: Gigabytes of user data from hack of Patreon donations site dumped online
If I remember correctly, at least Google tokens wouldn't be: The application receives a token from Google. With that token, a new session token is created. This session token expires and can only be renewed with the application token and the correct redirect URL.
If Facebook uses a similar scheme, tokens would be useless without the running application renewing session tokens.
florianletsch | 10 years ago | on: I created a fake business and bought it an online reputation
florianletsch | 10 years ago | on: Vy – A Vim-like in Python made from scratch
florianletsch | 10 years ago | on: The xkcd survey
florianletsch | 10 years ago | on: Show HN: Markdown-UI – Write UI/UX with Markdown Syntax
Markdown makes writing markup faster and reading markup easier. It's a limited set of syntax elements optimised for writing and reading text. No more, no less. It is not, however, a new set of language elements to be used for whatever purpose.
For example, how is this:
__Basic Button|Icon:User,Text:Add Friend__
Any better than this? <button icon="user" text="Add Friend">
Even YAML seems to be much better suited for structured data like this. button
icon: text
text: Add Friend
If your aim really is to "lessen the cognitive load", why not work with tools that better work towards that goal?florianletsch | 11 years ago | on: The first news article ever written about Apple
Why so many computer languages?
The hobbyists operating system
The 8080 you may have missed
...
The Google Vision Kit will run models on a custom neural processing chip connected to the Raspberry Pi Zero. With the DIY setup from the blog bost, the neural network runs on a "large pc" (potentially with GPU). Depending on the hardware you have at your disposal, you can run more complex (and therefore more powerful) neural networks. At the same time, you'll need wifi set-up and streaming to work. Completely embedded devices are easier to just put in the wild.
In theory, you should be able to use the models from the Vision Kit if you follow their instructions and just put the on a Raspberry Pi directly, and get an additional Movidius compute stick: https://developer.movidius.com/