329. Longest Increasing Path in a Matrix

 

https://leetcode.com/problems/longest-increasing-path-in-a-matrix/

 

Longest Increasing Path in a Matrix - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

 

 

 

octave:1> A = [1, 1; 0, 1]
A =

   1   1
   0   1

octave:2> B = [1, 0; 1, 1]
B =

   1   0
   1   1

의 matrix 곱 combination의 수학적 의미를 찾고 싶었는데, 실패.

 

https://massivealgorithms.blogspot.com/2019/03/leetcode-780-reaching-points.html

 

LeetCode 780 - Reaching Points

https://leetcode.com/problems/reaching-points/ A move consists of taking a point  (x, y)  and transforming it to either  (x, x+y)  or  (x...

massivealgorithms.blogspot.com

 

by 언제나19 2020. 8. 9. 05:17

 

새로 몇 개 나왔네.

 

https://www.coursera.org/learn/ai-for-everyone

 

모두를 위한 AI | Coursera

Learn 모두를 위한 AI from deeplearning.ai. AI is not only for engineers. If you want your organization to become better at using AI, this is the course to tell everyone--especially your non-technical colleagues--to take. In this course, you will ...

www.coursera.org

 

https://www.coursera.org/specializations/tensorflow-in-practice

 

TensorFlow in Practice | Coursera

Learn TensorFlow in Practice from deeplearning.ai. Discover the tools software developers use to build scalable AI-powered algorithms in TensorFlow, a popular open-source machine learning framework. In this four-course Specialization, you’ll ...

www.coursera.org

 

https://www.coursera.org/specializations/aml#courses

 

고급 기계 학습 | Coursera

Learn 고급 기계 학습 from 국립 연구 고등 경제 대학. This specialization gives an introduction to deep learning, reinforcement learning, natural language understanding, computer vision and Bayesian methods. Top Kaggle machine learning practitioners and CERN ...

www.coursera.org

 

 

https://www.coursera.org/specializations/ai-for-medicine#courses

 

AI for Medicine | Coursera

Learn AI for Medicine from deeplearning.ai. AI is transforming the practice of medicine. It’s helping doctors diagnose patients more accurately, make predictions about patients’ future health, and recommend better treatments. This three-course ...

www.coursera.org

 

 

https://www.coursera.org/specializations/advanced-machine-learning-tensorflow-gcp

 

Advanced Machine Learning with TensorFlow on Google Cloud Platform | Coursera

Learn Advanced Machine Learning with TensorFlow on Google Cloud Platform from Google 클라우드. This 5-course specialization focuses on advanced machine learning topics using Google Cloud Platform where you will get hands-on experience optimizing, ...

www.coursera.org

 

그 외

https://www.coursera.org/specializations/machine-learning

 

기계 학습 | Coursera

Learn 기계 학습 from 워싱턴 대학교. This Specialization from leading researchers at the University of Washington introduces you to the exciting, high-demand field of Machine Learning. Through a series of practical case studies, you will gain applied ...

www.coursera.org

 

https://www.coursera.org/specializations/mathematics-machine-learning

 

머신 러닝 수학 | Coursera

Learn 머신 러닝 수학 from 임페리얼 칼리지 런던. For a lot of higher level courses in Machine Learning and Data Science, you find you need to freshen up on the basics in mathematics - stuff you may have studied before in school or university, but which was ...

www.coursera.org

 

by 언제나19 2020. 5. 4. 08:09