|
You are here |
alain.xyz | ||
| | | | |
www.jonnor.com
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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. | ||