/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alain.xyz
| | www.jonnor.com
2.5 parsecs away

Travel
| | [AI summary] A technical presentation transcript explaining how to build an audio classification system using machine learning, focusing on data processing, spectrogram analysis, CNNs, and tips for handling streaming data and limited datasets.
| | algobeans.com
1.8 parsecs away

Travel
| | While an artificial neural network could learn to recognize a cat on the left, it would not recognize the same cat if it appeared on the right. To solve this problem, we introduce convolutional neural networks.
| | cprimozic.net
2.4 parsecs away

Travel
| | Introduces a browser-based sandbox for building, training, visualizing, and experimenting with neural networks. Includes background information on the tool, usage information, technical implementation details, and a collection of observations and findings from using it myself.
| | sausheong.github.io
13.1 parsecs away

Travel
| I have written a lot of computer programs in my career, most of the time to solve various problems or perform some tasks (or sometimes just for fun). For most part, other than bugs, as long as I tell the computer what to do very clearly (in whichever the programming language I use) it will obediently follow my instructions. This is because computer programs are really good at executing algorithms - instructions that follow defined steps and patterns that are precise and often repetitious.