Tag:depth
-
The Ministry of human resources and social security and the Ministry of industry and information technology issued the national vocational skill standard of artificial intelligence, and Baidu participated in the formulation
Recently, the Ministry of human resources and social security and the Ministry of industry and information technology jointly promulgated seven national vocational and technical skill standards, including integrated circuit, artificial intelligence, Internet of things, cloud computing, industrial Internet, virtual reality engineering technicians and digital managers. As an important part of industrial talent supply, national vocational […]
-
Deep learning notes 01 – Introduction
1 Introduction catalogue 1 Introduction 1.2 machine learning 1.3 express learning Local representation Distributed representation Express learning Traditional feature extraction and representation learning 1.4 deep learning 1.5 artificial neural network 1.2 machine learning Traditional machine learning can be regarded as shallow learning: it does not involve feature learning, and features are extracted by manual experience […]
-
Go language programming learning to realize breadth and depth first search of graph
catalogue Implementation of graph BFS DFS Implementation of graph A graph is a collection of nodes and their connections. Therefore, a one-dimensional array can be used to represent nodes, and a two-dimensional array can be used to represent the relationship between nodes. //Matrix implementation of graph However, for some practical problems, there may be […]
-
Shaderlibrary in URP
Shaderlibrary in URP When using URP, we usually don’t refer to the files of the core library, but refer to the HLSL files under the shaderlibrary folder in the URP package. Here, we sort out and summarize the contents of each file to facilitate later browsing and positioning. Core.hlsl Some common data structures and some […]
-
Thinking: can we still start in-depth learning in 2021?
preface During the Chinese new year, I had nothing to do. I flipped through my blog and came across an article written before: An article solves the puzzle of machine learning and deep learning This article was originally published in mid-2018, which will beDeep learning, neural network, no brain fireWhen I was young. How hot […]
-
[sword finger offer 55 – I. depth of binary tree] | swipe questions and punch in [5]
1、 Title Description: Enter the root node of a binary tree and find the depth of the tree. The nodes (including root and leaf nodes) passing from root node to leaf node form a path of the tree, and the length of the longest path is the depth of the tree. for example:Given binary tree […]
-
On the landing of deep learning
preface Deep learning is not only theoretical innovation, but also applied to engineering practice. There are many solutions for the landing of in-depth learning artificial intelligence. Whether it is computer, mobile phone or embedded, it is the most practical to run the trained neural network weight on various platforms and apply it. (caffe2-ios:https://github.com/KleinYuan/Caffe2-iOS) Here is […]
-
Go Interviewer: can go structures be compared and why?
Wechat search【Fried fish in my head】Pay attention to this fried fish with fried liver. this paperGitHubgithub. COM / eddycjy / blog has been included, including my series of articles, materials and open source go books. Hello, I’m fried fish. Recently, golden three silver four, is the interview season. In my go reader exchange group, many […]
-
Basic data structure – tree and binary tree
Tree and binary tree Basic concepts of treeA node in a linear structure has at most one direct successor, while a node in a tree structure can have one or more direct successors. Therefore, the tree structure can represent more complex data (1) Concept of tree 1.1 Terms related to trees (key points) (1) Degree […]
-
All cver wants to know is here. Let’s analyze the Research Report on Chinese computer vision talents!
Recently, Lao pan has nothing to do. From the perspective of an ordinary algorithm engineer, combined with the situation of himself and the people around him,Rationally and sensiblyAnalyze the information released by the polar market platform a few days agoResearch Report on Chinese computer vision talents in 2020。 The following “computer vision talent” is abbreviated […]
-
[transfer] Kinect tasting (1) — the first program
Author rotation, original link:http://blog.csdn.net/nmlh7448… Microsoft used to promote Kinect, but it hasn’t been willing to buy one. The first contact was on a Hackathon. I wanted to do an air mouse project with the help of Kinect. I felt that this product was very amazing. Recently, I tried to borrow a new generation of Kinect […]
-
What kind of experience is it when the data set is very small in deep learning
preface Today, I’d like to talk about the influence of data set size on deep learning training.I wonder if you have read this article:Don’t use deep learning your data isn’t that big Yes, someone has provided evidence of the limitations of deep learning: when you have less data, the role of deep learning is not […]