-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4551f42
Showing
86 changed files
with
941,928 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.b57a7b01.chunk.css", | ||
"main.js": "./static/js/main.372afe1e.chunk.js", | ||
"main.js.map": "./static/js/main.372afe1e.chunk.js.map", | ||
"runtime-main.js": "./static/js/runtime-main.35bc6503.js", | ||
"runtime-main.js.map": "./static/js/runtime-main.35bc6503.js.map", | ||
"static/css/2.0cee8fd6.chunk.css": "./static/css/2.0cee8fd6.chunk.css", | ||
"static/js/2.d46c2fc5.chunk.js": "./static/js/2.d46c2fc5.chunk.js", | ||
"static/js/2.d46c2fc5.chunk.js.map": "./static/js/2.d46c2fc5.chunk.js.map", | ||
"index.html": "./index.html", | ||
"precache-manifest.a6d9abb1354cc68e7be87dffc37e3549.js": "./precache-manifest.a6d9abb1354cc68e7be87dffc37e3549.js", | ||
"service-worker.js": "./service-worker.js", | ||
"static/css/2.0cee8fd6.chunk.css.map": "./static/css/2.0cee8fd6.chunk.css.map", | ||
"static/css/main.b57a7b01.chunk.css.map": "./static/css/main.b57a7b01.chunk.css.map", | ||
"static/js/2.d46c2fc5.chunk.js.LICENSE.txt": "./static/js/2.d46c2fc5.chunk.js.LICENSE.txt", | ||
"static/media/binder_logo.png": "./static/media/binder_logo.fb62fd0a.png" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.35bc6503.js", | ||
"static/css/2.0cee8fd6.chunk.css", | ||
"static/js/2.d46c2fc5.chunk.js", | ||
"static/css/main.b57a7b01.chunk.css", | ||
"static/js/main.372afe1e.chunk.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,271 @@ | ||
var Config = { | ||
title: "Machine Learning Seminars", | ||
url: "https://andriygav.github.io/MachineLearningSeminars/", | ||
navigation: [ | ||
{ | ||
label: "Home", | ||
link: "readme.htlm", | ||
type: "static" | ||
}, | ||
{ | ||
label: "Notebooks", | ||
navigation: [ | ||
{ | ||
label: "Introduction", | ||
link: "sem1.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem1/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem1/main.ipynb" | ||
}, | ||
{ | ||
label: "Linear methods", | ||
link: "sem2.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem2/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem2/main.ipynb" | ||
}, | ||
{ | ||
label: "Neural networks", | ||
link: "sem3.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem3/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem3/main.ipynb" | ||
}, | ||
{ | ||
label: "Metric methods", | ||
link: "sem4.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem4/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem4/main.ipynb" | ||
}, | ||
{ | ||
label: "SVM", | ||
link: "sem5.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem5/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem5/main.ipynb" | ||
}, | ||
{ | ||
label: "PCA", | ||
link: "sem6.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem6/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem6/main.ipynb" | ||
}, | ||
{ | ||
label: "Nonlinear regression", | ||
link: "sem7.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem7/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem7/main.ipynb" | ||
}, | ||
{ | ||
label: "Feature selection", | ||
link: "sem8.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem8/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem8/main.ipynb" | ||
}, | ||
{ | ||
label: "Logical methods", | ||
link: "sem9.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem9/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem9/main.ipynb" | ||
}, | ||
{ | ||
label: "Association Rules", | ||
link: "sem10.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem10/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem10/main.ipynb" | ||
}, | ||
{ | ||
label: "Boosting and Bagging", | ||
link: "sem11.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem11/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem11/main.ipynb" | ||
}, | ||
{ | ||
label: "Gradient boosting", | ||
link: "sem12.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem12/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem12/main.ipynb" | ||
}, | ||
{ | ||
label: "Density recovery", | ||
link: "sem13.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem13/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem13/main.ipynb" | ||
}, | ||
{ | ||
label: "Clustering methods", | ||
link: "sem14.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem14/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem14/main.ipynb" | ||
}, | ||
{ | ||
label: "Deep Neural Networks", | ||
link: "sem15.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem15/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem15/main.ipynb" | ||
}, | ||
{ | ||
label: "Autoencoder", | ||
link: "sem16.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem16/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem16/main.ipynb" | ||
}, | ||
{ | ||
label: "Vector representations", | ||
link: "sem17.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem17/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem17/main.ipynb" | ||
}, | ||
{ | ||
label: "Attention is all you need", | ||
link: "sem18.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem18/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem18/main.ipynb" | ||
}, | ||
{ | ||
label: "Thematic modeling", | ||
link: "sem19.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem19/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem19/main.ipynb" | ||
}, | ||
{ | ||
label: "Ranking task", | ||
link: "sem21.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem21/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem21/main.ipynb" | ||
}, | ||
{ | ||
label: "Recommender systems", | ||
link: "sem22.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem22/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem22/main.ipynb" | ||
}, | ||
{ | ||
label: "Time series", | ||
link: "sem23.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem23/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem23/main.ipynb" | ||
}, | ||
{ | ||
label: "Online learning", | ||
link: "sem24.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem24/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem24/main.ipynb" | ||
}, | ||
{ | ||
label: "Reinforcement learning", | ||
link: "sem25.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem25/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem25/main.ipynb" | ||
}, | ||
{ | ||
label: "Active learning", | ||
link: "sem26.html", | ||
github: "https://github.com/andriygav/MachineLearningSeminars/blob/master/sem26/main.ipynb", | ||
binder: "https://colab.research.google.com/github/andriygav/MachineLearningSeminars/blob/master/sem26/main.ipynb" | ||
} | ||
] | ||
}, | ||
{ | ||
label: "Presentations", | ||
navigation: [ | ||
{ | ||
label: "Introduction", | ||
link: "sem1.slides.html", | ||
}, | ||
{ | ||
label: "Linear methods", | ||
link: "sem2.slides.html", | ||
}, | ||
{ | ||
label: "Neural networks", | ||
link: "sem3.slides.html", | ||
}, | ||
{ | ||
label: "Metric methods", | ||
link: "sem4.slides.html", | ||
}, | ||
{ | ||
label: "SVM", | ||
link: "sem5.slides.html", | ||
}, | ||
{ | ||
label: "PCA", | ||
link: "sem6.slides.html", | ||
}, | ||
{ | ||
label: "Nonlinear regression", | ||
link: "sem7.slides.html", | ||
}, | ||
{ | ||
label: "Feature selection", | ||
link: "sem8.slides.html", | ||
}, | ||
{ | ||
label: "Logical methods", | ||
link: "sem9.slides.html", | ||
}, | ||
{ | ||
label: "Association Rules", | ||
link: "sem10.slides.html", | ||
}, | ||
{ | ||
label: "Boosting and Bagging", | ||
link: "sem11.slides.html", | ||
}, | ||
{ | ||
label: "Gradient boosting", | ||
link: "sem12.slides.html", | ||
}, | ||
{ | ||
label: "Density recovery", | ||
link: "sem13.slides.html", | ||
}, | ||
{ | ||
label: "Clustering methods", | ||
link: "sem14.slides.html", | ||
}, | ||
{ | ||
label: "Deep Neural Networks", | ||
link: "sem15.slides.html", | ||
}, | ||
{ | ||
label: "Autoencoder", | ||
link: "sem16.slides.html", | ||
}, | ||
{ | ||
label: "Vector representations", | ||
link: "sem17.slides.html", | ||
}, | ||
{ | ||
label: "Attention is all you need", | ||
link: "sem18.slides.html", | ||
}, | ||
{ | ||
label: "Thematic modeling", | ||
link: "sem19.slides.html", | ||
}, | ||
{ | ||
label: "Ranking task", | ||
link: "sem21.slides.html", | ||
}, | ||
{ | ||
label: "Recommender systems", | ||
link: "sem22.slides.html", | ||
}, | ||
{ | ||
label: "Time series", | ||
link: "sem23.slides.html", | ||
}, | ||
{ | ||
label: "Online learning", | ||
link: "sem24.slides.html", | ||
}, | ||
{ | ||
label: "Reinforcement learning", | ||
link: "sem25.slides.html", | ||
}, | ||
{ | ||
label: "Active learning", | ||
link: "sem26.slides.html", | ||
} | ||
] | ||
}, | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.slides { | ||
zoom: 1.0 !important; | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<link rel="shortcut icon" href="./favicon.ico"/> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"/> | ||
<meta name="theme-color" content="#000000"/> | ||
<link rel="manifest" href="./manifest.json"/> | ||
<link href="./static/css/2.0cee8fd6.chunk.css" rel="stylesheet"> | ||
<link href="./static/css/main.b57a7b01.chunk.css" rel="stylesheet"> | ||
<title>Machine Learning</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<script src="configuration.js"></script> | ||
<script> | ||
!function(e){ | ||
function r(r){ | ||
for(var n,l,a=r[0],f=r[1],i=r[2],p=0,s=[];p<a.length;p++) | ||
l=a[p], Object.prototype.hasOwnProperty.call(o,l) && o[l] && s.push(o[l][0]), o[l]=0; | ||
for(n in f) | ||
Object.prototype.hasOwnProperty.call(f,n) && (e[n]=f[n]); | ||
for(c&&c(r);s.length;) | ||
s.shift()(); | ||
return u.push.apply(u,i||[]),t() | ||
} | ||
function t(){ | ||
for(var e,r=0;r<u.length;r++){ | ||
for(var t=u[r],n=!0,a=1;a<t.length;a++){ | ||
var f=t[a]; 0!==o[f] && (n=!1) | ||
}n&&(u.splice(r--,1),e=l(l.s=t[0])) | ||
} | ||
return e | ||
} | ||
var n={},o={1:0},u=[]; | ||
function l(r){ | ||
if(n[r]) | ||
return n[r].exports; | ||
var t=n[r]={i:r,l:!1,exports:{}}; | ||
return e[r].call(t.exports,t,t.exports,l), t.l=!0, t.exports | ||
} | ||
l.m=e,l.c=n,l.d=function(e,r,t){ | ||
l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t}) | ||
} | ||
l.r=function(e){ | ||
"undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e,Symbol.toStringTag,{ | ||
value:"Module" | ||
}), Object.defineProperty(e,"__esModule",{value:!0}) | ||
} | ||
l.t=function(e,r){ | ||
if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t | ||
} | ||
l.n=function(e){ | ||
var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r | ||
} | ||
l.o=function(e,r){ | ||
return Object.prototype.hasOwnProperty.call(e,r) | ||
} | ||
l.p="./"; | ||
var a=this["webpackJsonpnotebook-classroom"]=this["webpackJsonpnotebook-classroom"]||[],f=a.push.bind(a);a.push=r,a=a.slice();for(var i=0;i<a.length;i++)r(a[i]);var c=f;t() | ||
}([]) | ||
</script> | ||
<script src="./static/js/2.d46c2fc5.chunk.js"></script> | ||
<script src="./static/js/main.372afe1e.chunk.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"short_name": "Notebook", | ||
"name": "React Notebook classroom page", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
Empty file.
Oops, something went wrong.