- Deep Learning with PyTorch
- Vishnu Subramanian
- 289字
- 2021-06-24 19:16:20
Machine learning
Machine learning (ML) is a sub-field of AI and has become popular in the last 10 years and, at times, the two are used interchangeably. AI has a lot of other sub-fields aside from machine learning. ML systems are built by showing lots of examples, unlike symbolic AI, where we hard code rules to build the system. At a high level, machine learning systems look at tons of data and come up with rules to predict outcomes for unseen data:

Most ML algorithms perform well on structured data, such as sales predictions, recommendation systems, and marketing personalization. An important factor for any ML algorithm is feature engineering and data scientists need to spend a lot of time to get the features right for ML algorithms to perform. In certain domains, such as computer vision and natural language processing (NLP), feature engineering is challenging as they suffer from high dimensionality.
Until recently, problems like this were challenging for organizations to solve using typical machine-learning techniques, such as linear regression, random forest, and so on, for reasons such as feature engineering and high dimensionality. Consider an image of size 224 x 224 x 3 (height x width x channels), where 3 in the image size represents values of red, green, and blue color channels in a color image. To store this image in computer memory, our matrix will contain 150,528 dimensions for a single image. Assume you want to build a classifier on top of 1,000 images of size 224 x 224 x 3, the dimensions will become 1,000 times 150,528. A special branch of machine learning called deep learning allows you to handle these problems using modern techniques and hardware.
- Intel FPGA/CPLD設(shè)計(基礎(chǔ)篇)
- 觸摸屏實用技術(shù)與工程應(yīng)用
- ATmega16單片機(jī)項目驅(qū)動教程
- Cortex-M3 + μC/OS-II嵌入式系統(tǒng)開發(fā)入門與應(yīng)用
- Linux KVM虛擬化架構(gòu)實戰(zhàn)指南
- 網(wǎng)絡(luò)服務(wù)器配置與管理(第3版)
- Effective STL中文版:50條有效使用STL的經(jīng)驗(雙色)
- 施耐德SoMachine控制器應(yīng)用及編程指南
- 現(xiàn)代辦公設(shè)備使用與維護(hù)
- 單片機(jī)原理及應(yīng)用系統(tǒng)設(shè)計
- The Deep Learning with Keras Workshop
- Visual Media Processing Using Matlab Beginner's Guide
- 筆記本電腦使用、維護(hù)與故障排除從入門到精通(第5版)
- Hands-On Artificial Intelligence for Banking
- 電腦橫機(jī)使用與維修