반응형 전체 글282 main() for Micro Controller // Expose a C friendly interface for main functions. #ifdef __cplusplus extern "C" { #endif // Initializes all data needed for the example. The name is important, and needs // to be setup() for Arduino compatibility. void setup(); // Runs one iteration of data gathering and inference. This should be called // repeatedly from the application code. The name needs to be loop() for Arduino // compat.. 2020. 11. 12. 동경하는 기계학습 초안 동경하는 기계학습 인공지능 엔지니어를 위한 기술 전략, 심층학습의 시대에 앤드류 옹 deeplearning.ai 동경하는 기계학습은 deeplearning.ai 프로젝트입니다. 목차(초안) 1. Why Machine Learning Strategy Your learning algorithm's accuracy is not yet good enough. Your team has a lot of ideas, such as: - Get more data - Collect a more diverse training set - Train the algorithm longer - Try a bigger neural network - Try a smaller neural network - Try adding r.. 2020. 10. 21. 이전 1 ··· 68 69 70 71 다음 반응형