Python Jupyter is a web-based interactive computing environment that allows users to create and share documents that contain live code, equations, visualizations, and narrative text. It is a powerful tool for data analysis, scientific computing, and machine learning. Jupyter notebooks are organized in...
central limit theorem: http://nbviewer.jupyter.org/github/mbakker7/exploratory_computing_with_python/blob/master/notebook_s3/py_exp_comp_s3_sol.ipynb hypothesis testing and p value: http://vietsciences.free.fr/khaocuu/nguyenvantuan/bieudoR/ch7-kiemdinhgiathiet.htm Metrics: http://users.dsic...
<https://nbviewer.jupyter.org/github/NicolasHug/Surprise/tree/master/examples/notebooks/KNNBasic_analysis.ipynb/>`_. * `Comparison of two algorithms <http://nbviewer.jupyter.org/github/NicolasHug/Surprise/tree/master/examples/notebooks/Compare.ipynb/>`_. <https://nbviewer.jupyter.org/github/Nicola...
图表都是交互式的,可以在NBViewer上查看: https://w.url.cn/s/ALOvpfv ▲使用Plotly制作的样例 01 Plotly简介 Plotly Python包(https://plot.ly/python/)是一个基于plotly.js(https://plot.ly/java/)构建的开源库,而后者又建立在d3.js(https://d3js.org/)上。我们将用一个名为cufflinks的封装器来使用...
我们所有的例子都深受一个代码库(https://nbviewer.jupyter.org/github/urtrial/neural_ode/tree/master/)的启发,并这个代码库给出了非常好的解释。在下一小节中,我将展示我们所建模的动态系统如何利用代码进行可视化,以及系统如何随时间演化,以及ODENet如何拟合相位图。