Sebastian Raschka
Sebastian Raschka
There should be an 'r' instead of the 't'. With terminal, I meant opening the command line terminal and using a command line text editor to open the file path....
Sorry to hear that. I guess I can not be much of help with that. But maybe search on Google or stackoverflow for something like "how to open a file...
Glad that it works now in general. Finding lyrics files if they don't match the filename exactly sounds tricky. You could try to a fuzzy-string matching approach maybe. I.e., for...
There are several different models and approaches I tried. For instance, one of them is https://github.com/rasbt/musicmood/blob/master/code/classify_lyrics/nb_init_model.ipynb (it can be run sequentially)
Hi @OmarAlmighty, thanks for creating this! I'd say this definitely captures the essence of the perceptron algorithm. However, at the same time, it's also similar to Adaline (and almost similar...
Thanks and no rush at all! I would say submitting them via PR would be best. Ideally in a new folder `machine-learning-book/contributed/algorithm-flowcharts`
Thanks for bringing that up. Unfortunately, I currently don't have the capacity to dive into the code and see what's going on (due to other projects and deadlines) but this...
Currently, it is using joblib to handle the parallelism. Unfortunately, a parallel/distributed strategy for Spark is not implemented or planned at the moment.
Not at the moment, or at least not that I am aware of.
Thanks for the ping, and I need to look into this some time -- sorry, haven't had a chance recently due to too many other commitments. Unfortunately, I currently don't...