Page not found
Looks like there has been a mistake. Nothing exists here.
You will be redirected to the main page within 3 seconds. If not redirected, please go back to the home page.
diff --git a/404.html b/404.html index 890684c6..46e25e9d 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -
Looks like there has been a mistake. Nothing exists here.
You will be redirected to the main page within 3 seconds. If not redirected, please go back to the home page.
Looks like there has been a mistake. Nothing exists here.
You will be redirected to the main page within 3 seconds. If not redirected, please go back to the home page.
import sys
-sys.version_info
-
sys.version_info(major=3, minor=6, micro=2, releaselevel='final', serial=0)
an archive of posts from this year
Apr 23, 2022 | Displaying External Posts on Your al-folio Blog |
---|
an archive of posts from this year
Apr 23, 2022 | Displaying External Posts on Your al-folio Blog |
---|
an archive of posts from this year
Jul 04, 2023 | a post with jupyter notebook |
---|
To include a jupyter notebook in a post, you can use the following code:
{::nomarkdown}
-{% assign jupyter_path = 'assets/jupyter/blog.ipynb' | relative_url %}
-{% capture notebook_exists %}{% file_exists assets/jupyter/blog.ipynb %}{% endcapture %}
-{% if notebook_exists == 'true' %}
- {% jupyter_notebook jupyter_path %}
-{% else %}
- <p>Sorry, the notebook you are looking for does not exist.</p>
-{% endif %}
-{:/nomarkdown}
-
Let’s break it down: this is possible thanks to Jekyll Jupyter Notebook plugin that allows you to embed jupyter notebooks in your posts. It basically calls jupyter nbconvert --to html
to convert the notebook to an html page and then includes it in the post. Since Kramdown is the default Markdown renderer for Jekyll, we need to surround the call to the plugin with the ::nomarkdown tag so that it stops processing this part with Kramdown and outputs the content as-is.
The plugin takes as input the path to the notebook, but it assumes the file exists. If you want to check if the file exists before calling the plugin, you can use the file_exists
filter. This avoids getting a 404 error from the plugin and ending up displaying the main page inside of it instead. If the file does not exist, you can output a message to the user. The code displayed above outputs the following:
TEXT
Note that the jupyter notebook supports both light and dark themes.
an archive of posts from this year
an archive of posts from this year
an archive of posts in this category
Jul 04, 2023 | a post with jupyter notebook |
---|
•
•
•
•
•
•
We’re sharing updates across our Gemini family of models and a glimpse of Project Astra, our vision for the future of AI assistants.
an example of a blog post with jupyter notebook
an archive of posts with this tag
Jul 04, 2023 | a post with jupyter notebook |
---|
an archive of posts with this tag
Jul 04, 2023 | a post with jupyter notebook |
---|
{::nomarkdown}
-{% assign jupyter_path = 'assets/jupyter/blog.ipynb' | relative_url %}
-{% capture notebook_exists %}{% file_exists assets/jupyter/blog.ipynb %}{% endcapture %}
-{% if notebook_exists == 'true' %}
- {% jupyter_notebook jupyter_path %}
-{% else %}
- <p>Sorry, the notebook you are looking for does not exist.</p>
-{% endif %}
-{:/nomarkdown}
-
Let’s break it down: this is possible thanks to Jekyll Jupyter Notebook plugin that allows you to embed jupyter notebooks in your posts. It basically calls jupyter nbconvert --to html
to convert the notebook to an html page and then includes it in the post. Since Kramdown is the default Markdown renderer for Jekyll, we need to surround the call to the plugin with the ::nomarkdown tag so that it stops processing this part with Kramdown and outputs the content as-is.
The plugin takes as input the path to the notebook, but it assumes the file exists. If you want to check if the file exists before calling the plugin, you can use the file_exists
filter. This avoids getting a 404 error from the plugin and ending up displaying the main page inside of it instead. If the file does not exist, you can output a message to the user. The code displayed above outputs the following:
TEXT
Note that the jupyter notebook supports both light and dark themes.
]]>Сегодня нам предстоить помочь телекомпании _FOX_ в обработке их контента. Как известно, сериал «Симпсоны» идет на телеэкранах более 25 лет, и за это время скопилось очень много видеоматериала. Персоонажи менялись вместе с изменяющимися графическими технологиями, и Гомер Симпсон-2023 не очень похож на Гомера Симпсона-1989. В этом задании нам необходимо классифицировать персонажей, проживающих в Спрингфилде.
Deep learning engineer. NLP, CV, anomaly detection
Привет. Меня зовут Михаил Васильев. Я — Data Scientist. В репозитории DS_portfolio вы можете ознакомиться с некоторыми моими проектами.
В настоящее время работаю в компании Makves.
Большой опыт применения моделей глубокого обучения для решения задач CV и NLP. Также обучал классические ML-модели для задач anomaly detection в различных контекстах.
Закончил Яндекс Практикум и Deep learning school ФПМИ МФТИ.
Я въедливый, умею замечать небольшие логические ошибки, обожаю интеллектуальные игры (квизы и т.д.), с удовольствием изучаю иностранные языки.
Oct 04, 2024 | Выпуск подкаста |
---|---|
Aug 01, 2024 | Видео выступления |
Deep learning engineer. NLP, CV, anomaly detection
Привет. Меня зовут Михаил Васильев. Я — Data Scientist. В репозитории DS_portfolio вы можете ознакомиться с некоторыми моими проектами.
В настоящее время работаю в компании Makves.
Большой опыт применения моделей глубокого обучения для решения задач CV и NLP. Также обучал классические ML-модели для задач anomaly detection в различных контекстах.
Закончил Яндекс Практикум и Deep learning school ФПМИ МФТИ.
Я въедливый, умею замечать небольшие логические ошибки, обожаю интеллектуальные игры (квизы и т.д.), с удовольствием изучаю иностранные языки.
Oct 04, 2024 | Выпуск подкаста |
---|---|
Aug 01, 2024 | Видео выступления |
Вышел подкаст Deep Learning Stories с моим участием. Поговорили с Татьяной Гаинцевой о том, как войти в IT и сохранить себя.
Вышел подкаст Deep Learning Stories с моим участием. Поговорили с Татьяной Гаинцевой о том, как войти в IT и сохранить себя.
Появилось видео моего выступления на Moscow Python Meetup 91. В докладе я поделился опытом своей работы в компании Makves, а также рассказал о применении задач компьютерного зрения для обеспечения корпоративной безопасности.
Появилось видео моего выступления на Moscow Python Meetup 91. В докладе я поделился опытом своей работы в компании Makves, а также рассказал о применении задач компьютерного зрения для обеспечения корпоративной безопасности.
Oct 04, 2024 | Выпуск подкаста |
---|---|
Aug 01, 2024 | Видео выступления |
Oct 04, 2024 | Выпуск подкаста |
---|---|
Aug 01, 2024 | Видео выступления |
Сегодня нам предстоить помочь телекомпании _FOX_ в обработке их контента. Как известно, сериал «Симпсоны» идет на телеэкранах более 25 лет, и за это время скопилось очень много видеоматериала. Персоонажи менялись вместе с изменяющимися графическими технологиями, и Гомер Симпсон-2023 не очень похож на Гомера Симпсона-1989. В этом задании нам необходимо классифицировать персонажей, проживающих в Спрингфилде.
TEXT 1
TEXT 2