使用狄利克雷过程混合模型(Dirichlet Process Mixture Model)拟合一维和二维的概率分布
Pandas练习题120题+jupyter notebook源码,有源码及运行结果,更方便理解和查询。
2022-05-23 14:31:49 1.73MB Pandas jupyter 源码 notebook
1
jupyter notebook,画出正态分布、幂律分布的图
2022-05-21 12:15:09 591KB 源码软件 jupyter ide python
1
主要介绍了jupyter notebook 调用环境中的Keras或者pytorch教程,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
2022-05-19 00:10:27 194KB jupyter notebook Keras pytorch
1
jupyter notebook 机器学习
2022-05-18 19:08:05 1.36MB jupyter
1
jupyter神经网络ZZZ
2022-05-18 19:08:03 1.37MB jupyter 神经网络
1
matplotlib学习笔记二,第二次课的笔记,大家可以下载下来一步一步的操作,里面有详细的文字介绍,包括函数的作用,参数说明。
2022-05-18 19:08:01 35KB 学习 文档资料 jupyter matplotlib
1
Python在Jupyter上使用HMM进行中文分词,将新闻文本分词后提取其中的高频词中的news.txt新闻文本
2022-05-18 14:56:36 2KB python jupyter 中文分词 小说
1
gm 轻松创建音乐,并在R Markdown文档,R Jupyter Notebook和RStudio中显示乐谱和音频文件。 你好! 世界 library( gm ) m <- # initialize a Music object Music() + # add a 4/4 time signature Meter( 4 , 4 ) + # add a musical line of four quarter notes Line( list ( " C5 " , " D5 " , " E5 " , " F5 " ), list ( 1 , 1 , 1 , 1 )) show( m , to = c( " score " , " audio " )) 安装 安装gm: install.packages( " gm " ) 或来自GitHub的开发版本:
2022-05-16 13:39:01 1.64MB r rstudio composition jupyter-notebook
1
使用于TensorFlow2 的多变量波士顿房价预测模型的代码,用于线性回归分析,此为直接在Anaconda的Jupyter 上使用
1