{"data":{"mdx":{"code":{"body":"function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nreturn class MDXContent extends React.Component {\n  constructor(props) {\n    super(props);\n    this.layout = null;\n  }\n\n  render() {\n    const _this$props = this.props,\n          {\n      components\n    } = _this$props,\n          props = _objectWithoutProperties(_this$props, [\"components\"]);\n\n    return React.createElement(MDXTag, {\n      name: \"wrapper\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `I started taking Andrew Ng's `, React.createElement(MDXTag, {\n      name: \"a\",\n      components: components,\n      parentName: \"p\",\n      props: {\n        \"href\": \"https://www.deeplearning.ai/\"\n      }\n    }, `deeplearning.ai`), ` Coursera `, React.createElement(MDXTag, {\n      name: \"a\",\n      components: components,\n      parentName: \"p\",\n      props: {\n        \"href\": \"https://www.deeplearning.ai/deep-learning-specialization/\"\n      }\n    }, `specialization`), ` in 2017 before the final versions of the last courses were released.`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"a\",\n      components: components,\n      parentName: \"p\",\n      props: {\n        \"href\": \"https://www.coursera.org/account/accomplishments/specialization/VUW9MD2TC8CD\"\n      }\n    }, `Coursera Specialization Certificate`)), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `The specialization consists of the following 5 courses:`), React.createElement(Courses, null), React.createElement(MDXTag, {\n      name: \"h2\",\n      components: components\n    }, `Review`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `todo`), React.createElement(MDXTag, {\n      name: \"h2\",\n      components: components\n    }, `Tools and tricks`), React.createElement(MDXTag, {\n      name: \"ul\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, React.createElement(MDXTag, {\n      name: \"p\",\n      components: components,\n      parentName: \"li\"\n    }, React.createElement(MDXTag, {\n      name: \"a\",\n      components: components,\n      parentName: \"p\",\n      props: {\n        \"href\": \"https://github.com/coursera-dl/coursera-dl/issues\"\n      }\n    }, React.createElement(MDXTag, {\n      name: \"inlineCode\",\n      components: components,\n      parentName: \"a\"\n    }, `coursera-dl`))), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components,\n      parentName: \"li\"\n    }, `If you live in a developing country like me at the moment, grabbing video to watch later can save a lot of time. (I often downloaded during week nights and binged course content on the weekend.)`))));\n  }\n\n}"},"frontmatter":{"type":"🎓","dates":{"start":null,"end":null,"event":2018},"org":"deeplearning.ai","detail":"Coursera Specialization","tech":["ML","DL","RNN","jupyter","ipython","numpy","pandas","matplotlib","Keras","TensorFlow","PyTorch","Ubuntu"],"role":null},"fields":{"techPages":["postgresql","ubuntu","python"]}}},"pageContext":{"id":"0a8c2b36-954b-5634-8c24-f8ae0564f685","slug":"/xp/2018-deeplearning"}}