Difference between revisions of "ML curriculum"

From Fiamma
Jump to navigationJump to search
Line 5: Line 5:
 
* [http://www.scipy-lectures.org/ Scipy lecture notes] -- looks excellent
 
* [http://www.scipy-lectures.org/ Scipy lecture notes] -- looks excellent
 
* [https://github.com/p-i-/machinelearning-IRC-freenode/blob/master/Resources/ArticlesIntroductory.md ArticlesIntroductiory] ##machinelearning's intro articles, esp math.
 
* [https://github.com/p-i-/machinelearning-IRC-freenode/blob/master/Resources/ArticlesIntroductory.md ArticlesIntroductiory] ##machinelearning's intro articles, esp math.
 +
* http://www.deeplearningbook.org/ nice intro book
 +
* [https://github.com/ZuzooVn/machine-learning-for-software-engineers/blob/master/README.md ML for Software Engineers] also looks wonderful
 
== More interesting stuff ==
 
== More interesting stuff ==
 
* [http://www.holehouse.org/mlclass/ Andrew Ng's Stanford ML course, unofficial notes] as Ersatz for the Coursera video-course.  
 
* [http://www.holehouse.org/mlclass/ Andrew Ng's Stanford ML course, unofficial notes] as Ersatz for the Coursera video-course.  
Line 13: Line 15:
 
* https://ai.google/education google AI
 
* https://ai.google/education google AI
 
* [https://github.com/josephmisiti/awesome-machine-learning Awesome machine learning]
 
* [https://github.com/josephmisiti/awesome-machine-learning Awesome machine learning]
 +
* https://github.com/floodsung/Deep-Learning-Papers-Reading-Roadmap/blob/master/README.md
 
<hr>
 
<hr>
  
Line 48: Line 51:
 
++++++++курс на курсере конечно
 
++++++++курс на курсере конечно
 
</pre>
 
</pre>
k
 

Revision as of 14:23, 16 May 2018

Using this as base:

Basics

More interesting stuff


Мария, [05.03.18 21:55]
- TensorFlow https://www.tensorflow.org/
-- Шарить что такое граф
-- Шарить как работать с сессией (как создавать, как запускать операции на выполнение)
-- Понимать вообще глобальную архитектуру приложения на TensorFlow
-- Хоть чуть-чуть иметь представление как делать backprop через граф

- Как дебажить обучение
-- Понять из графика лосса что происходит с обучением
-- Overfitting, underfitting, vanishing/exploding gradient

- Алгоритмы оптимизации
-- SGD, SGD with momentum, RMSProp, Adam

- Современные архитектуры
-- VGG, Segnet, ResNet, Inception, Inception-ResNet, NasNet
-- Понимать зачем нужна каждая из них и для чего ее создавали

- OpenCV
-- Гистограмное выравнивание
-- Cascade Classifier

- dlib
-- Просто знать что там можно искать лица и ключевые точки лица

- Python
-- Библиотеки numpy, matplotlib
-- Уметь грузить/сохранять файлы

Мария, [05.03.18 21:55]
++++++++курс на курсере конечно