1. 为什么要学习AWS认证? 2. AWS认证的考试是如何组织的? 3. 你需要做些什么? 4. 关于ACSA和ACSA BETA的信息 5. 其他链接 15 Top Paying IT Certifications In 2016 15 Top Paying IT Certifications for 2017 Alexa Champions AWS Certified Solutions Architect – Associate AWS Certified Solutions Archi…
本博客是针对李宏毅教授在Youtube上上传的课程视频<ML Lecture 0-1: Introduction of Machine Learning>的学习笔记.在Github上也po了这个系列学习笔记(MachineLearningCourseNote),觉得写的不错的小伙伴欢迎来给项目点个赞哦~~ Lecture 0-1: Introduction of Machine Learning Lecture 0-1: Introduction of Machine Learning Wha…
Docker的组成: Docker Engine,一个轻量级.强大的开源容器虚拟化平台,使用包含了工作流的虚拟化技术,帮助用户建立.并容器化一个应用. Docker Hub,提供的一个SaaS服务,用来分享和管理你的程序栈 Docker的优点: 应用程序快速交付 部署和扩展更加简便 更高的部署密度,更满的运行负载 更快的部署使得管理更加简单 Docker的架构: Docker使用CS的架构,包括Docker Client和Docker Daemon两个部分.Docker Client和Docke…
Introduction to Android Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment. The documents listed in the left navigation provide details about how to build…
依赖包如下pom.xml: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org…
What is Machine Learning? Two definitions of Machine Learning are offered. Arthur Samuel described it as: "the field of study that gives computers the ability to learn without being explicitly programmed." This is an older, informal definition.…
1.getwd():list the current working directory. (即获得当前工作路径) 2.setwd("mydirectory"):change the current working directory to mydirectory.(改变当前工作路径为mydirectory) 3.dir.create("mydirectory"):创建一级路径. 4.ls():list the objects in the current work…
引言: 最近开始学习"机器学习",早就听说祖国宝岛的李宏毅老师的大名,一直没有时间看他的系列课程.今天听了一课,感觉非常棒,通俗易懂,而又能够抓住重点,中间还能加上一些很有趣的例子加深学生的印象. 视频链接(bilibili):李宏毅机器学习(2017) 另外已经有有心的同学做了速记并更新在github上:李宏毅机器学习笔记(LeeML-Notes) 所以,接下来我的笔记只记录一些我自己的总结和听课当时的困惑,如果有能够帮我解答的朋友也请多多指教. 1.人工智能.机器学习.深度学习的关…
目录 01 Introduction Bridging this gap between AI and humans is an important direction. FSL can also help relieve the burden of collecting large-scale supervised data. Driven by the academic goal for AI to approach humans and the industrial demand for…
一个人写的操作系统 - Sparrow OS 自己写一个操作系统,这是在过去的几年里我一直为之努力的目标,现在终于完成了. 缘起 自己动手写操作系统的动机最初来自于学习Linux遇到的困难. 我是一个Linux爱好者,这里所说的Linux主要指内核.但我的工作从来都没有与Linux联系得上:一开始的几年是做嵌入式Linux手机上的一些应用,在爱可信(ACCESS)和三星(Samsung)工作过:再后来到了爱立信(Ericsson)做3G通信,工作内容与操作系统内核离得更远了. 从大学时代动手配置…