Mastering Julia. Enhance your analytical and programming skills for data modeling and processing with Julia - Second Edition - Helion
Tytuł oryginału: Mastering Julia. Enhance your analytical and programming skills for data modeling and processing with Julia - Second Edition
ISBN: 9781805128236
stron: 506, Format: ebook
Data wydania: 2024-01-01
Księgarnia: Helion
Cena książki: 92,88 zł (poprzednio: 129,00 zł)
Oszczędzasz: 28% (-36,12 zł)
Nakład wyczerpany
Julia is a well-constructed programming language which was designed for fast execution speed by using just-in-time LLVM compilation techniques, thus eliminating the classic problem of performing analysis in one language and translating it for performance in a second.
This book is a primer on Julia’s approach to a wide variety of topics such as scientific computing, statistics, machine learning, simulation, graphics, and distributed computing.
Starting off with a refresher on installing and running Julia on different platforms, you’ll quickly get to grips with the core concepts and delve into a discussion on how to use Julia with various code editors and interactive development environments (IDEs).
As you progress, you’ll see how data works through simple statistics and analytics and discover Julia's speed, its real strength, which makes it particularly useful in highly intensive computing tasks. You’ll also and observe how Julia can cooperate with external processes to enhance graphics and data visualization. Finally, you will explore metaprogramming and learn how it adds great power to the language and establish networking and distributed computing with Julia.
By the end of this book, you’ll be confident in using Julia as part of your existing skill set.
Zobacz także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 92,67 zł, (13,90 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,22 zł, (13,90 zł -82%)
- Prawa ludzkiej natury 73,16 zł, (13,90 zł -81%)
Spis treści
Mastering Julia. Enhance your analytical and programming skills for data modeling and processing with Julia - Second Edition eBook -- spis treści
- 1. The Julia Environment
- 2. Developing in Julia
- 3. Types and Dispatch
- 4. The Three Ms
- 5. Interoperability
- 6. Working with Data
- 7. Scientific Programming
- 8. Graphics
- 9. Databases
- 10. Machine Learning
- 11. Working with Julia