吴恩达深度学习Part1

news/2025/3/12 21:36:13/文章来源:https://www.cnblogs.com/JianZzz/p/18768613

What is a Neural Network?
Easily,Deep Learning is a more complex Neural Network.

We can predict the house prices from the size.Based on it,We can fit a function to predict house prices.

But you may find it is strange that the prices can not be negative.So we should bend the straight line a little bit to let it finally end at zero.

This is almost certainly the simplest neural network.

In the literature on neural networks,you can usually find this function.It is called ReLU activation function(Rectified Linear Unit).

But we can't easily predict the price just from its area in reality.We need other features to help us reach the goal.

Each circle can be one part of ReLU. For the house , These are all things that go hand in hand with it. By stacking these individual neurons together,we obtain a slightly neural network.This shows the magic of neural network,although i have described it,it can also need area,degree of walkability ,quantity of nearby school and any function that can influence the price.

Supervived Learning with Neural Networks
In the suoervived Learning with Neural networks,you have some inputs(x),and you want to get a function to map some outputs(y).Like the housing price prediction we mentioned before,you can only input some features about the house,and try to get the output or estimate the price.

For image applications,we frequently employ convolutions on neural networks,commonly abbreviated as CNNs.For sequential data,such as audio,there is a temporal component,as the audio is played out over time,making it natural reperesentation as a one-dimensional time series or temporal sequence.Recurrent Neural Networks(RNNs)are often utilized for sequential data.Language, with English and Chinese alphabets or words appearing one after another, is also inherently sequential, making more sophisticated versions of RNNs frequently employed for these applications.

In more complex applications like autonomous driving, where an image may display more CNN (Convolutional Neural Network) architectures, the radar information is entirely different, potentially requiring a more customized or some hybrid neural network architecture. To more concretely illustrate what constitutes a standard CNN or RNN structure, you might have encountered images in the literature that depict a standard neural network.



You've probably also heard about the use of machine learning fot both structured and unstructured data.

Why is Deep Learning taking off
The main functions may be three parts:Data Scale,Computational,Algorithm.

Data Scale

Computational
CPU and GPU

Algorithm
ReLU->sigmoid

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/897885.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

字符编码:从基础到乱码解决

本文从常见编译错误入手,剖析字符编码问题。系统介绍现代字符编码五层模型,以“汉”字为例解析各层作用。阐述ASCII、GB2312、Unicode等常见编码标准,对比其特点与适用场景。解释输入与执行字符集概念,强调不一致导致的问题。通过代码示例分析控制台输出中文乱码原因,提出…

20241110 实验一《Python程序设计》实验报告

20241110 2024-2025-2 《Python程序设计》实验x报告 课程:《Python程序设计》 班级: 2411 姓名: 王方俊 学号:20241110 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 一、实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能;(编写书中的程序…

20242125实验一《Python程序设计》实验报告

20242125 2024-2025-2 《Python程序设计》实验一报告 课程:《Python程序设计》 班级: 2421 姓名: 单嘉怡 学号:20242125 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 一.实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能;(编写书中的程序…

20242120庞耀 2024-2025-2 《Python程序设计》实验一报告

20242120 2024-2025-2 《Python程序设计》实验一报告 课程:《Python程序设计》 班级: 2421 姓名:庞耀 学号:20242120 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 1.实验内容 (1).熟悉Python开发环境; (2).练习Python运行、调试技能;(编写书中的…

20242122 实验一_《Python公选课》实验一

课程:《Python程序设计》 班级: 2421 姓名: 苏锦泷 学号:20242122 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能; 3.编写程序,练习变量和类型、字符串、对象、缩进和注释等; 4. 掌握…

20242127 实验一《Python程序设计》实验报告

20242127 2024-2025-2 《Python程序设计》实验报告 课程:《Python程序设计》 班级: 2421 姓名: 李映亮 学号:20242127 实验教师:王志强 实验日期:2021年3月12日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能;(编写书中的程序,…

20242217 实验一《Python程序设计》实验报告

20242217 2024-2025-2 《Python程序设计》实验一报告 课程:《Python程序设计》 班级: 2422 姓名: 王一超 学号:20242217 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能;(编写书中的程序…

20242111 实验一《Python程序设计》实验报告

20242111 2024-2025-2 《Python程序设计》实验一报告 课程:《Python程序设计》 班级: 2421 姓名: 胡丁玮 学号:20242111 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 1.实验内容 (1).熟悉Python开发环境; (2).练习Python运行、调试功能; (3).…

20242938 2024-2025-2 《网络攻防实践》第二周作业

网络信息收集技术 实验要求 (1)从www.besti.edu.cn、baidu.com、sina.com.cn中选择一个DNS域名进行查询,获取如下信息: DNS注册人及联系方式 该域名对应IP地址 IP地址注册人及联系方式 IP地址所在国家、城市和具体地理位置 (2)尝试获取BBS、论坛、QQ、MSN中某一好友的IP地…

06. SPI通信

一、SPI通信协议简介SPI 是 Serial Peripheral interface 缩写,顾名思义就是串行外围设备接口。SPI 通信协议是 Motorola 公司首先在其 MC68HCXX 系列处理器上定义的。SPI 接口是一种高速的全双工同步的通信总线。SCK(Serial Clock)时钟信号,由主设备产生。 MOSI(Master O…

20241118戴子涵猜数字

# 学号 2024-2025-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2411 姓名: 戴子涵 学号:20241118 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 1.实验内容 此处填写实验的具体内容; import random print(""" 😍😍…

SkekchUp Pro 2024下载与安装教程

SketchUp Pro 2024作为一款专业的3D建模软件,在建筑设计、城市规划和室内设计等领域具有广泛的应用前景. ‌安装SketchUp Pro 2024的基本要求包括操作系统、处理器、内存、显卡等方面的要求。‌ 操作系统要求‌Windows系统‌:SketchUp Pro 2024支持Windows 10和Windows 11操作…