搜索结果
找到约 418 项符合
Deep Learning 的查询结果
人工智能/神经网络 一个用神经网络方法实现人脸识别的程序
一个用神经网络方法实现人脸识别的程序,来源于CMU的machine learning 课程作业,具有参考价值
其他 This is a simple demo of a Kalman filter for a sinus wave, it is very commented and is a good approa
This is a simple demo of a Kalman filter for a sinus wave, it is very commented and is a good approach to start when learning the capabilities of it.
matlab例程 Zero-order-hold Intended for a senior-level course on the analysis and design of digital control sy
Zero-order-hold
Intended for a senior-level course on the analysis and design of digital control systems, the text is also useful for graduate students and practicing engineers who are learning state-space design techniques.
matlab例程 Upper gain margin Intended for a senior-level course on the analysis and design of digital control
Upper gain margin
Intended for a senior-level course on the analysis and design of digital control systems, the text is also useful for graduate students and practicing engineers who are learning state-space design techniques.
Linux/Unix编程 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
linux-unix130.linux.and.unix.ebooks\130 linux and unix ebooks\linux\Learning Linux - Collection of 12 Ebooks 1999zip
其他书籍 If you have programming experience and a familiarity with C--the dominant language in embedded syste
If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones ...
其他书籍 C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to
C/C++ Reference
There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites:
...
软件设计/软件工程 Today s ActionScript-based applications require increasingly sophisticated architectures and code. T
Today s ActionScript-based applications require increasingly sophisticated architectures and code. This book aids intermediate and advanced ActionScript developers in learning how to plan and build applications more effectively. You ll learn how to apply design patterns as solutions to common progra ...
Java编程 是一本介绍java基础应用的好书 Java For Artists targets both the undergraduate computer science or information te
是一本介绍java基础应用的好书
Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book.
As a textbook it employs learning objectives, skill-building exercises, suggested ...
VC书籍 是否懂得C语言并不是学习C++的前提。不仅仅是因为C++本身兼容C语言
是否懂得C语言并不是学习C++的前提。不仅仅是因为C++本身兼容C语言,更重要的是C++所倡导的程序设计观念是和C语言完全不同的。C语言在某种意义上是对CPU模型的抽象。尽管C++完全保留了C语言的机器模型,但是C++更加注重对现实世界进行抽象。为此,C++创始人Bjarne Stroustrup专门写过一篇著名的文章:《Learning Standard C ...