-
Notifications
You must be signed in to change notification settings - Fork 21
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 36c9679
Showing
198 changed files
with
65,840 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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,302 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- google and yandex --> | ||
<!-- legacy, need to del after ~ october 2022 --> | ||
<meta name="google-site-verification" content="XV1-cta_IB_JudVfTh__LZ1ZW8DEQl_V2G6mEooWnPM" /> | ||
<meta name="google-site-verification" content="6FZTLZFVokuoMZwaG6p7A0YYiEHS6QJiZl1SN9y61oY" /> | ||
<meta name="yandex-verification" content="5145b57371dbc003" /> | ||
|
||
<!-- actual --> | ||
<meta name="google-site-verification" content="Mq6PRXIcGjEbdk2gdU6tahVlGnP5nsUEPwtpEH_eYb8" /> | ||
<meta name="yandex-verification" content="b955620073da94d9" /> | ||
<!-- open graph --> | ||
<meta property="og:image" content="/images/main/main.jpg"> | ||
<meta property="og:title" content="Admission"> | ||
<meta property="og:site_name" content="Intelligent Systems Phystech"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:url" content="https://intsystems.github.io//admission/"> | ||
<!-- twitter --> | ||
<meta name="twitter:title" content="Admission"> | ||
<meta name="twitter:image:src" content="/images/main/main.jpg"> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||
<meta http-equiv="Pragma" content="no-cache" /> | ||
<meta http-equiv="Expires" content="0" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Admission</title> | ||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> | ||
|
||
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script> | ||
|
||
<!-- favicon --> | ||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<link rel="apple-touch-icon-precomposed" href="/images/logo/apple-touch-icon-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/logo/apple-touch-icon-72x72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/logo/apple-touch-icon-114x114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/logo/apple-touch-icon-144x144-precomposed.png"> | ||
|
||
<!-- local --> | ||
<script src="/javascript/transition.js"></script> | ||
<link rel="stylesheet" href="/style.css"> | ||
|
||
</head> | ||
<body> | ||
<div class="navbar-page"> | ||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="navbar-container"> | ||
<!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
</div> | ||
<!-- Collect the nav links, forms, and other content for toggling --> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
|
||
<li><a class='name' href="/">home</a></li> | ||
|
||
|
||
|
||
<li><a class='name' href="/education">timetable</a></li> | ||
|
||
|
||
|
||
<li><a class='name' href="/about">about</a></li> | ||
|
||
|
||
|
||
<li><a class='name' href="/people">lecturers</a></li> | ||
|
||
|
||
|
||
<li><a class='name' href="/course">courses</a></li> | ||
|
||
|
||
|
||
<li><a class='name' href="/admission">admission</a></li> | ||
|
||
|
||
|
||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" id="" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">materials</a> | ||
<div class="dropdown-menu" aria-labelledby=""> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li style="width:100% !important;"><a class='name' href="/materials/nir">research reports</a></li> | ||
|
||
<li style="width:100% !important;"><a class='name' href="/materials/scholarship">scholarships</a></li> | ||
|
||
<li style="width:100% !important;"><a class='name' href="/materials/conferences">conferences list</a></li> | ||
|
||
<li style="width:100% !important;"><a class='name' href="/materials/thesis">theses</a></li> | ||
|
||
<li style="width:100% !important;"><a class='name' href="/materials/seminars">seminars</a></li> | ||
|
||
<li style="width:100% !important;"><a class='name' href="/materials/paper_guidelines">scientific paper writing</a></li> | ||
|
||
</ul> | ||
</div> | ||
</li> | ||
|
||
|
||
</ul> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
</div> | ||
<div class="container"> | ||
|
||
|
||
<div class="sidebar-left"> | ||
|
||
<header class="masthead"> | ||
<div class="avatar"> | ||
<img class="avatar-image" src="/images/logo/logo_square.jpg"> | ||
</div> | ||
<div class="masthead-title"> | ||
<a href="" title="Intelligent Systems Phystech">Intelligent Systems Phystech</a> | ||
</div> | ||
|
||
<span style="display: block; margin-bottom: 1em"></span> | ||
|
||
<p><i> | ||
|
||
Machine Learning<br> | ||
|
||
Data Analysis<br> | ||
|
||
</i></p> | ||
|
||
<span style="display: block; margin-bottom: 1em"></span> | ||
|
||
|
||
|
||
<a href="/admission/" >English</a> | ||
|
||
|
||
|
||
|
||
<span class="separator"> • </span> | ||
|
||
|
||
|
||
<a href="/ru/admission/" >Русский</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<span class="separator"> | </span> | ||
<a href="https://github.com/intsystems/intsystems.github.io/edit/main/_i18n/en/admission.md" target="_blank"><i class="fa fa-edit"></i></a> | ||
|
||
|
||
<span style="display: block; margin-bottom: 1em"></span> | ||
|
||
<div class="section-nav"> | ||
<ul id="toc" class="section-nav"> | ||
<li class="toc-entry toc-h3"><a href="#algorithm-of-admission-bachelors-2nd-year">Algorithm of admission, bachelors, 2nd year:</a></li> | ||
<li class="toc-entry toc-h3"><a href="#the-interview-procedure-from-the-point-of-view-of-the-department-teachers">The interview procedure from the point of view of the department teachers:</a></li> | ||
<li class="toc-entry toc-h3"><a href="#the-master-admission-procedure">The Master admission procedure:</a></li> | ||
<li class="toc-entry toc-h3"><a href="#test-problems-2022-and-earlier">Test problems (2022 and earlier)</a></li> | ||
<li class="toc-entry toc-h3"><a href="#check-the-your-basic-abilities-spring-2023">Check the your basic abilities, spring 2023</a></li> | ||
<li class="toc-entry toc-h3"><a href="#tips-for-solving-problems-these-are-just-tips-not-directions">Tips for solving problems (these are just tips, not directions)</a></li> | ||
<li class="toc-entry toc-h3"><a href="#report-topics-for-discussion">Report topics for discussion</a></li> | ||
</ul> | ||
</div> | ||
|
||
<hr style="margin: 10px;"> | ||
|
||
|
||
<a href="https://github.com/intsystems" class="social" target="_blank"> | ||
<i class="fa fa-github"></i> | ||
</a> | ||
|
||
|
||
<a href="mailto:[email protected]" class="social"> | ||
<i class="fa fa-envelope-o"></i> | ||
</a> | ||
|
||
|
||
<a href="https://t.me/IS_MIPT" class="social" target="_blank"> | ||
<i class="fa fa-telegram"></i> | ||
</a> | ||
|
||
<br> | ||
|
||
<a href="https://www.youtube.com/c/MachineLearningPhystech" class="social" target="_blank"> | ||
<i class="fa fa-youtube-play"></i> | ||
</a> | ||
|
||
|
||
<a href="https://rutube.ru/channel/40144363" class="social" target="_blank"> | ||
<i class="fa-solid">Rutube</i> | ||
</a> | ||
|
||
</header> | ||
|
||
</div> | ||
<div class="content"> | ||
|
||
|
||
<meta name="description" content="The admission to Master's and Bachelor programme at the Department of Intelligence systems" /> | ||
|
||
<!--## The 2022 admission to Master's programme | ||
The admission will be anounced in **May, June or July** at your request to mlalgorithms(at)gmail.com.--> | ||
|
||
<p><strong>Admission format:</strong> interview</p> | ||
|
||
<h3 id="algorithm-of-admission-bachelors-2nd-year">Algorithm of admission, bachelors, 2nd year:</h3> | ||
|
||
<ol> | ||
<li>A student fills in the <a href="http://bit.ly/1lFrFha">form</a>,</li> | ||
<li>solves one of the following tasks,</li> | ||
<li>makes an opinion about the work performed by the students of the department,</li> | ||
<li>on the appointed date, makes a three-minute report on the task and on the topic or work of interest,</li> | ||
<li>is waiting for the decision of the dean’s office on the distribution to the department.</li> | ||
</ol> | ||
|
||
<h3 id="the-interview-procedure-from-the-point-of-view-of-the-department-teachers">The interview procedure from the point of view of the department teachers:</h3> | ||
<p>1.Gathering the whole group of those wishing to enter the department,</p> | ||
<ol> | ||
<li>Listen to a short report of each participant, | ||
<ul> | ||
<li>“solving a test problem”,</li> | ||
<li>“my goals for admission to the department” on the material of student works of the department,</li> | ||
</ul> | ||
</li> | ||
<li>Ask questions, look at the questionnaire,</li> | ||
<li>Draw up a ranked list of applicants, publish [by the link here] and send it to the dean’s office, close the reception.</li> | ||
</ol> | ||
|
||
<h3 id="the-master-admission-procedure">The Master admission procedure:</h3> | ||
<ol> | ||
<li>A student fills the <a href="http://bit.ly/1lFrFha">form</a>,</li> | ||
<li>sends a request to mlalgorithms at gmail</li> | ||
<li>parts interview with | ||
<ul> | ||
<li>BS thesis,</li> | ||
<li>topics and results of the students scientific works at the department,</li> | ||
<li>mathematics of the BS programme: algebra, analysis, probability (functional analysis and measure theory included)</li> | ||
</ul> | ||
</li> | ||
</ol> | ||
|
||
<h3 id="test-problems-2022-and-earlier">Test problems (2022 and earlier)</h3> | ||
<p><a href="http://www.machinelearning.ru/wiki/index.php?title=%D0%9F%D1%80%D0%BE%D0%B1%D0%BD%D1%8B%D0%B5_%D0%B7%D0%B0%D0%B4%D0%B0%D1%87%D0%B8">Link</a> – the spring of 2023 will be published here</p> | ||
|
||
<h3 id="check-the-your-basic-abilities-spring-2023">Check the your basic abilities, spring 2023</h3> | ||
<p>Chapters 1, 2, 3 from the <a href="https://arxiv.org/abs/2206.13446">Pen and Paper Exercises in Machine Learning by Michael U. Gutmann</a></p> | ||
|
||
<h3 id="tips-for-solving-problems-these-are-just-tips-not-directions">Tips for solving problems (these are just tips, not directions)</h3> | ||
<ul> | ||
<li>A theoretical solution is more important than a practical one.</li> | ||
<li>Write the theory yourself (do not copy the material from the lectures).</li> | ||
<li>Visualize problem solving (freehand drawing is preferable to none).</li> | ||
<li>Put the results of the experiment on slides (do not show pynb).</li> | ||
<li>When discussing neural networks, keep in mind that for us they are not black boxes, but transparent ones.</li> | ||
<li>Take these, or past, or your tasks - which is interesting to you.</li> | ||
</ul> | ||
|
||
<h3 id="report-topics-for-discussion">Report topics for discussion</h3> | ||
<p><a href="http://www.machinelearning.ru/wiki/index.php?title=%D0%98%D0%BD%D1%82%D0%B5%D0%BB%D0%BB%D0%B5%D0%BA%D1%82%D1%83%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5_%D1%81%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D1%8B_%28%D0%BA%D0%B0%D1%84%D0%B5%D0%B4%D1%80%D0%B0_%D0%9C%D0%A4%D0%A2%D0%98%29/%D0%9F%D1%80%D0%B8%D0%B5%D0%BC_%D1%81%D1%82%D1%83%D0%B4%D0%B5%D0%BD%D1%82%D0%BE%D0%B2#.D0.A1.D0.BF.D0.B8.D1.81.D0.BE.D0.BA_.D1.82.D0.B5.D0.BC_.D0.B4.D0.BB.D1.8F_.D0.BA.D1.80.D0.B0.D1.82.D0.BA.D0.B8.D1.85_.D0.B4.D0.BE.D0.BA.D0.BB.D0.B0.D0.B4.D0.BE.D0.B2">Link</a></p> | ||
|
||
|
||
|
||
<footer> | ||
|
||
<hr style="margin: 10px;"> | ||
Department of Intelligent Systems<br> | ||
Earth<br> | ||
<span style="display: block; margin-bottom: 1em"></span> | ||
© 2003-<script>document.write(new Date().getFullYear())</script> | ||
<a href="/">Intelligent Systems</a>. All rights reserved. | ||
</footer> | ||
</div> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.