ipython-notebooks
ipython-notebooks copied to clipboard
A collection of IPython notebooks covering various topics.
https://github.com/ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
فن تعليم الآلة أهلا بيكم في الكورس الخاص بفن تعليم الآلة . . أولا كورس تعليم الآلة machine learning يتكون من 12 قسم , هم : 1 - مقدمة :...
Hi John, I'm Dan from Deepnote. We're a small startup creating a better data science notebook and one of the things we're really interested is making it easier for people...
I have this error when running the notebook with "jupyter notebook" ``` UnicodeDecodeError Traceback (most recent call last) in () 1 file = open(train_datasets[0]) ----> 2 train_A = pickle.load(file) 3...
About the mapped feature part. The polynomial permuted features data set should have 28 features but you have way less in the notebook. Is it your intention to not fully...
This is a great repository - thanks! I look forward to looking at your solutions. But what I really want first is a version of this repo that has the...
I was super excited to the find this repository. I've been wanting to draw graphs using Bokeh. I copied over the NetworkX notebook and replaced the matplotlib plotting with Bokeh....