分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!http://www.captainbed.net 本文的主要内容编译自Blaz Zupan和Janez Demsar的一篇论文(Open-Source Tools for Data M ...
分类:
其他好文 时间:
2019-03-13 21:29:51
阅读次数:
250
什么是版本控制 要了解什么是git,首先需要了解什么是版本控制(Version Control),版本控制系统(Version Control System,简称VCS)是一种记录一个或多个文件的变化的系统,这样的系统能够方便你今后调用找回某个特定时期(或版本)的文件。 版本控制系统广泛地应用于程序 ...
分类:
其他好文 时间:
2019-03-06 01:21:33
阅读次数:
231
主要是通过Anaconda环境下配置Pytorch 一、安装Anaconda 1 进入官网,选择相应版本的Anaconda下载(可能需要不少时间) 2 安装比较简单,基本都是直接next, 3 在Advanced Options环节记得选择加入环境变量(Add Anaconda to my PATH ...
对于没钱买服务器的小白,只能靠安装虚拟机来勉强度日子。最近比较闲,想实现一下docker的自动化部署,在制作java8镜像时出了个问题。就是怎么在虚拟机上实现与本机文件夹的共享。 坑了2天。记录一下,环境 VMware® Workstation 12 Pro + CentOS 1. 首先是 CD/D ...
分类:
系统相关 时间:
2019-02-28 13:21:19
阅读次数:
15478
gradle 跳过测试直接编译gradle build -x test 根据build.gradle和setting.gradle文件生成idea项目: gradle idea gradle这几年发展迅猛,github越来越多的项目都开始采用gradle来构建了,但是并不是所有人都对gradle很熟 ...
分类:
其他好文 时间:
2019-02-18 23:08:15
阅读次数:
228
Symptoms <!-- ngIf: contentSection.subtitle --> <!-- end ngIf: contentSection.title -->Consider the following scenario: In Microsoft SQL Server 2017, ...
分类:
其他好文 时间:
2019-02-09 10:23:50
阅读次数:
125
CSE 6363 - Machine Learning Homework 1: MLE, MAP, and Basic Supervised LearningCSE 6363 - Machine LearningHomework 1- Spring 2019Due Date: Feb. 8 2019 ...
分类:
系统相关 时间:
2019-02-06 19:45:40
阅读次数:
166
Invitation Cards 题目链接:http://poj.org/problem?id=1511 Description: In the age of television, not many people attend theater performances. Antique Comed ...
分类:
其他好文 时间:
2019-02-04 19:33:26
阅读次数:
107
一:spring的介绍 Spring是一个开源框架,它由Rod Johnson创建。它是为了解决企业应用开发的复杂性而创建的。 它是一个容器框架,用来装javabean(java对象),中间层框架(万能胶)可以起一个连接作用,比如说把Struts和hibernate粘合在一起运用。简单来说,Spri ...
分类:
编程语言 时间:
2019-01-30 18:23:19
阅读次数:
152
https://www.digitalocean.com/community/tutorials/how-to-use-the-awk-language-to-manipulate-text-in-linux Introduction Linux utilities often follow the ...
分类:
系统相关 时间:
2019-01-30 16:01:12
阅读次数:
193