- Видео 55
- Просмотров 50 872
Anton Antonov
США
Добавлен 17 сен 2020
Most of the videos in my channel show doing computational workflows using Mathematica, Raku, R, and Python.
Graph neat examples in Raku (Set 2)
Computationally neat examples with Raku packages featuring graphs and graph plots. (2nd set.)
Here is the presentation notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Graph-neat-examples-set-2.ipynb
-------
Please consider buying me a coffee: buymeacoffee.com/antonov70
Here is the presentation notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Graph-neat-examples-set-2.ipynb
-------
Please consider buying me a coffee: buymeacoffee.com/antonov70
Просмотров: 169
Видео
Sparse matrix neat examples in Raku
Просмотров 16621 день назад
This presentation introduces and exemplifies (newly developed) Raku sparse matrix functionalities. Three sets of examples are shown based: (i) Watts-Strogatz random graph, (ii) movie-actor bipartite graph, and (iii) random matrices. Presentation notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Sparse-matrix-neat-examples.ipynb Please, consider buying me ...
Robust LLM pipelines (Mathematica, Python, Raku)
Просмотров 572Месяц назад
The presentation discusses techniques for harnessing LLMs in a more robust and effective manner. (Because LLMs are unreliable and slow.) Here is a GitHub repository directory dedicated to this presentation: github.com/antononcube/RakuForPrediction-book/tree/main/Presentations/DataScieceStudyGroup-SouthFL-September-2024 Please, consider buying me a coffee: buymeacoffee.com/antonov70
Raku RAG demo
Просмотров 1482 месяца назад
Raku Retrieval Augment Generation (RAG) demo using semantic nearest neighbor graphs over LLM-derived vector databases. Here is presentation's notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Raku-RAG-demo.ipynb Please, consider buying me a coffee: buymeacoffee.com/antonov70
Random Koch curves (Raku, JavaScript, DALL-E)
Просмотров 1312 месяца назад
The presentation discusses random Koch curves generation via a recursive algorithm and artistic renditions by DALL-E using algorithm's Raku code. Presentation notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Random-Kochs-curves.ipynb Please, consider buying me a coffee: buymeacoffee.com/antonov70
Random Mondrians (Raku, JavaScript, Python, WL)
Просмотров 1383 месяца назад
The presentation demonstrates Random Mondrian images generation and discusses related theoretical properties and code procedures. More random Mondrians here: imgur.com/gallery/random-mondrians-IOvenLm Please consider buying me a coffee: buymeacoffee.com/antonov70
Graph neat examples in Raku (Set 1)
Просмотров 1713 месяца назад
Computationally neat examples with Raku packages featuring graphs and graph plots. Please consider buying me a coffee: buymeacoffee.com/antonov70
Graph demo in Raku (teaser)
Просмотров 3034 месяца назад
This presentation shows examples of graph creation and visualization. A graph gallery is shown and fundamental path finding algorithms are demonstrated using the Raku packages "Graph", "JavaScript::D3" and "Jupyter::Chatbook". Please, consider buying me a coffee: buymeacoffee.com/antonov70
Geographics data in Raku demo
Просмотров 1755 месяцев назад
Demonstration of Geographical data explorations using packages from the Raku ecosystem. ("Data::Geographics", "JavaScript::Google::Charts", "JavaScript::D3", "Math::Fitting", "Math::Nearest".) Please buy me a coffee: buymeacoffee.com/antonov70
Exploratory Data Analysis with Raku
Просмотров 1495 месяцев назад
Showcasing Raku's tools for exploratory data analysis over programming languages data.
LLaMA models running guide (Raku)
Просмотров 1638 месяцев назад
This presentation is a guide to running llamafile models using the Raku package "WWW::LLaMA". Mozilla's llamafile project: github.com/Mozilla-Ocho/llamafile WWW::LLaMa Raku package : raku.land/zef:antononcube/WWW::LLaMA Please consider buying me a coffee: www.buymeacoffee.com/antonov70
Monte Carlo demo notebook conversion via LLMs and parsers
Просмотров 1179 месяцев назад
In this presentation we show the conversion of the Jupyter notebook with Python code into a Mathematica notebook with Wolfram Language code. We show how the conversion can be done using Large Language Models (LLMs) and how dedicated software packages can be used. Presentation's notebook: community.wolfram.com/groups/-/m/t/3125446 Original presentation: ruclips.net/video/JXnkLv_Omc4/видео.html O...
Celtic girlfriend 2D face to 3D head
Просмотров 113Год назад
Mathematica / Woflram Language demo for getting a 3D head from 2D face. Unguided Volumetric Regression Net for 3D Face Reconstruction : resources.wolframcloud.com/NeuralNetRepository/resources/Unguided-Volumetric-Regression-Net-for-3D-Face-Reconstruction Recipe: www.wolfram.com/language/12/machine-learning-for-images/facial-3d-reconstruction.html
"Conflict" Animation ("Конфликт" мультфилм) Nightcore
Просмотров 227Год назад
Nightcore version of the USSR animation movie "Conflict"(1983). Найткор версия мультфильма "Конфликт", (1983), Союзмультфилм. The movie is specially edited and transformed in order to engage better people from the Millennials and Gen Z generational cohorts. Фильм специально смонтирован и трансформирован таким образом, чтобы лучше вовлечь людей из поколений Millennials и Gen Z. Here is a link to...
Jupyter Chatbook LLM cells demo (Python)
Просмотров 197Год назад
Demonstration how to create and evaluate Large Language Model (LLM) cells in a Python Jupyter Chatbook. Links: - "JupyterChatbook" : pypi.org/project/JupyterChatb... - "LLMPrompts" : pypi.org/project/LLMPrompts/ - "Introducing Chat Notebooks: Integrating LLMs into the Notebook Paradigm" : writings.stephenwolfram.com/2023/06/introducing-chat-notebooks-integrating-llms-into-the-notebook-paradigm/...
Jupyter Chatbook multi cell LLM chats teaser (Python)
Просмотров 144Год назад
Jupyter Chatbook multi cell LLM chats teaser (Python)
Jupyter Chatbook multi cell LLM chats teaser (Raku)
Просмотров 161Год назад
Jupyter Chatbook multi cell LLM chats teaser (Raku)
Streamlining ChatGPT code generation and narration workflows (Raku)
Просмотров 347Год назад
Streamlining ChatGPT code generation and narration workflows (Raku)
OpenAIMode code generation workflows demo (Mathematica et al.)
Просмотров 494Год назад
OpenAIMode code generation workflows demo (Mathematica et al.)
Raku Literate Programming via command line pipelines
Просмотров 199Год назад
Raku Literate Programming via command line pipelines
Testing workflows with Gherkin specifications (Raku)
Просмотров 98Год назад
Testing workflows with Gherkin specifications (Raku)
Random mandalas generation (with D3.js via Raku)
Просмотров 310Год назад
Random mandalas generation (with D3.js via Raku)
Interactive Mermaid diagrams generation via Markdown evaluation (Raku)
Просмотров 2,2 тыс.Год назад
Interactive Mermaid diagrams generation via Markdown evaluation (Raku)
Conversion and evaluation of Raku files
Просмотров 1882 года назад
Conversion and evaluation of Raku files
Very cool!
Thank you! (Good to hear.)
В РФ youtube не работает, но как всегда такому видео - лайк! 🤗
Надо сделать рускую версию и положить в РуТюб. :) (Тоже на Математике / WL.)
More random Mondrians here: imgur.com/gallery/random-mondrians-IOvenLm
Here is the presentation notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Random-Mondrians.ipynb
Very nice. I am trying to play with your notebook. But I am stuck with a (newbie) problem: could you please explain how to get rid of "Javascript Error: require is not defined" when executing initialization of D3 package cell of this tutorial's notebook?
First, thank you for your interest! It is very likely that you are trying to run the notebook in a (generic) web browser, with the most recent Jupyter notebook version. If that is the case, please, try to run the notebook in Visual Studio Code (or VSCodium.)
Yes in web browser. Thank you very much for the reply. And thank you for sharing this impressive work.
@@BanfMail Thank you for the encouragement!
Thanks for sharing and your excellent presentation !
Here is the presentation notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Graph-neat-examples-set-1.ipynb
Here is the presentation notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Graph-demo.ipynb
Here is presentation's notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Presentations/Notebooks/Geographics-data-in-Raku-demo-Google-Charts.ipynb
Here is the notebook: github.com/antononcube/RakuForPrediction-blog/blob/main/Notebooks/Jupyter/Age-at-creation-for-programming-languages-stats.ipynb
Hi! is the .ipynb available anywhere?
Thank you for your interest! The notebook is available at GitHub. See the posted link. If RUclips disappears it, then please find the directory "Notebooks" in my GitHub repository "RakuForPrediction-blog".
Here is the presentation notebook: github.com/antononcube/Raku-WWW-LLaMA/blob/main/docs/LLaMA-guide.ipynb
Another omission is not fixing the obtained by dictation "latte" into "LaTeX".
I made an omission in the video -- I did not show the export of the Jupyter notebook into a Markdown file. (1) That is a standard feature of the Jupyter framework. See this video with more detailed conversion steps using parsers: ruclips.net/video/Htmiu3ZI05w/видео.html . (2) LLMs can be also used the convert Jupyter to Markdown -- see the presentation notebook at Wolfram community community.wolfram.com/groups/-/m/t/3125446 .
Thanks for sharing, Anton! Neat demo of LLMs for Python to Mathematica notebook conversion!
You are very welcome! Thanks for making the referenced presentation!
Here is the longer presentation promised in the video: "Integrating Large Language Models with Raku", ruclips.net/video/-OxKqRrQvh0/видео.html
Why? Нахуя?
"Отсоединенное" лицо выглядит страшно 😲
Да, лицо кажется отделённым и скальпированным...
Bloopers: (1) I forgot to mention that I used Mathematica / Wolfram Language, (2) it is not "face recognition", should be "face reconstruction", (3) I did not comment out the slices code, I just suppressed the output.
From the video it is not clear that only the line magic "%load_ext JupyterChatbook" is needed in order to interact with LLMs. (I.e. "import JupyterChatbook" is not needed.)
Here is the Jupyter Python kernel version: ruclips.net/video/8pv0QRGc7Rw/видео.html .
From the video it is not clear that only the line magic "%load_ext JupyterChatbook" is needed in order to interact with LLMs. (I.e. "import JupyterChatbook" is not needed.)
Promo SM 💐
Песня про ВСУ😂
Прикольно, на Зелинского смахивает.
ну ни хрена себе)))) вот это бомба))) руссиш швайне)))
Это что?! Какая-то строчка из песни группы Ленинград?
@@AAA4prediction руссо швайн?)))) вы правы)))
Прикольно Я подписался на ваш канал
Спасибо! Я намерен сделать несколько других таких...
Well, at 3:22 it was requested to generate 1/Sqrt[x] not "just" Sqrt[x] -- but still the results are good.
Here is the Raku blog post used in one of the code narration examples: raku-musings.com/killing-numbers.html .
Magic! I wanted to do that too, but you beat me to it. And I didn't even think about voice input!
Thanks! I would be interested in alternatives or extensions.
seems nice
In case it is not clear, the generated images are visual puns: - “Racoons” = “Raku practitioners” - “Onion” = “The Perl and Raku Foundation” activities - See the TPF logos and “State of the Onion” speeches - “Pearls” = “Perl language (artifacts)”
ВЫЛИТЫЙ ЗЕЛЬЦ КАК В ВОДУ СМОТРЕЛИ
🤘🐷
А что росстат ещё не запретил этот ролик!?))))
Почему запрещать?! Ролик всё классно объясняет! :)
Клип про Зеленского и ВСУ. Зачем запрещать.
Hmm... GTA lV 😎
yes bro
ƤRO𝓂O𝕤ᗰ
Here is a related video: ruclips.net/video/Htmiu3ZI05w/видео.html
Here is a related video: ruclips.net/video/39ekokgnoqE/видео.html
very nice work!
Thank you -- good to hear! (My next demo is with Jupyter notebooks conversion.)
@Anton Antonov - Thank you for the great talk! It was most informative. However, I am also interested in the Mind Map shown at ruclips.net/video/efRHfjYebs4/видео.html. What software is this and could you provide sample code to generate something similar to what is being displayed? Thanks!
Thank you for your interest! That mind-map is made with MindNode (www.mindnode.com). I am using the old 2.5.8 version of MindNode (for macOS). I do not like the workflow in the new version, and actively looking for alternatives. MindNode has PDF exporting feature. In Mathematica I can import a PDF file in way that graphics of each page are obtained as Mathematica graphics objects. (And that produces nice plotting results.) I have made similar plots using different programming languages through OPML (en.wikipedia.org/wiki/OPML) representations of the mind-maps. (MindNode also provides OPML exporting feature.)
Prⓞм𝕠𝕤𝐌 🙈
Subscribed, this remix is greater than any other I've found this week. I like this
omgg this is so beautiful!!🥺 SO MUCH BETTER THAN MY MUSIC ON MY CHANNEL!!💜 got a new fan and a subscriber!!! keep it up >.<
I am rewatching some of your videos and I am still excited. Thank you.
I really appreciate this video. Thank you!
Thank you -- good to hear!