WangZhao's Blog

It's not who you are underneath,it's what you do that defines you


  • Home

  • Archives

机器学习知识复习

Posted on 2018-02-25 | In 机器学习 , 深度学习

机器学习

Read more »

WinEdt中英文字体调节

Posted on 2017-12-18 | In 科研

WinEdt10之后的版本,在编译器中设置字体只能设置一种,当我们编辑器中又有中文,又有英文的时候会变得很难看,所以我们需要更改设置脚本以对中英文字体分别设置

Read more »

Django项目学习

Posted on 2017-12-13 | In 编程学习 , 网页制作

本文主要来自于mooc公开课Django课程

首先创建一个Django的虚拟环境:

pip install virtualenv,然后使用virtualenv 虚拟环境名建立一个虚拟环境,在windows下面的激活方法是

1
2
3
4
cd django_virtual
cd Script
activate

在linux下只需要将最后一步换位source activate

Read more »

ubuntu防火墙设置通过某端口

Posted on 2017-12-05 | In linux

在启动项里加入以下命令行,修改 /etc/rc.local

iptables -I INPUT -p tcp --dport 8888 -j ACCEPT

hands on matchine learning

Posted on 2017-12-05 | In 机器学习 , 技术书籍

机器学习分类

Read more »

pyplot入门

Posted on 2017-11-28 | In 编程学习

plt画图

总体思想,先使用fig = plt.figure(),ax=fig.add_subplot()创建图片,画好图之后,用ax.set_xxx来设置各项参数

Read more »
<i class="fa fa-angle-left"></i>1…101112…16<i class="fa fa-angle-right"></i>

96 posts
47 categories
63 tags
© 2024 Jeffrey Pacino
Powered by Hexo
|
Theme — NexT.Muse v5.1.4