|
34 | 34 |
|
35 | 35 | <!-- Custom Fonts --> |
36 | 36 | <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
37 | | - <link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> |
38 | | - <link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> |
| 37 | + <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Montserrat:400,700" rel="stylesheet" type="text/css"> |
39 | 38 |
|
40 | 39 | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
41 | 40 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
@@ -225,7 +224,7 @@ <h2 lang="ko">알고리즘</h2> |
225 | 224 | <h2 lang="en">Algorithm</h2> |
226 | 225 | </div> |
227 | 226 |
|
228 | | - <img class="col-md-4 col-md-offset-4 col-xs-10 col-xs-offset-1" src="http://cosmonio.com/Research/Deep-Learning/files/small_1420.png"> |
| 227 | + <img class="col-md-4 col-md-offset-4 col-xs-10 col-xs-offset-1" src="https://cosmonio.com/Research/Deep-Learning/files/small_1420.png"> |
229 | 228 |
|
230 | 229 | <div lang="ko" class="col-md-8 col-md-offset-2 col-xs-12 text-left"> |
231 | 230 | <p><b>프사 뉴럴</b>의 핵심 모델인 <a href="http://arxiv.org/pdf/1511.06434v2.pdf" target="_blank">DCGAN</a>은 두 개의 인공 신경망으로 구성되어 있으며, 각각</p> |
@@ -405,7 +404,7 @@ <h3><a href="http://carpedm20.github.io/" target="_blank">@carpedm20</a></h3> |
405 | 404 | }) |
406 | 405 | </script> |
407 | 406 |
|
408 | | - <script type="text/javascript" src="http://kenwheeler.github.io/slick/slick/slick.js"></script> |
| 407 | + <script type="text/javascript" src="https://kenwheeler.github.io/slick/slick/slick.js"></script> |
409 | 408 | <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> |
410 | 409 | <script src="js/vendor/jquery.easing.min.js"></script> |
411 | 410 | <script src="js/vendor/pixel.min.js"></script> |
|
0 commit comments