This is a music visualizer for Julia. It loads wav files by converting them into MP3, and allows seeing the frequencies change in real time. I wanted to make something in Julia because I know its an ...
what the heck is the softmax function? It's a function that converts an input array (of any length) of numbers into an output array, such that the smallest number in the input array will become the ...