Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,546
- Documentos 946
- Coleccion 938
- Parlamento britanico 937
- Development 767
- Application software 714
- Python (Computer program language) 668
- Bibliotecas 644
- Filosofía 612
- Biblia 547
- Engineering & Applied Sciences 540
- Crítica e interpretación 419
- History 418
- Història 395
- Computer Science 383
- Machine learning 383
- Computer programming 370
- Data processing 342
- Libre albedrío y determinismo 327
- Liberalism 305
- JavaScript (Computer program language) 300
- Colecciones 297
- Web site development 294
- Programming 274
- Ciencias sociales 269
- Java (Computer program language) 263
- Computer programs 259
- Design 257
- Library science 250
- Liberalismo 247
-
52241por Cazals, Géraldine“…L’obsession de La Perrière -dont témoigne son application de quinze ans- est de fonder avant tout la pratique du gouvernement d’une cité, et pas n’importe laquelle, Palladio Tholosa, Libéra Tholosa. L’une des démonstrations les plus éclatantes de la thèse de Géraldine Cazals est de désigner, par cet exemple, les lieux de politique, de culture et d’histoire que sont devenues ou qu’allaient devenir les grandes cités du xvie siècle. …”
Publicado 2020
Electrónico -
52242por Ventroux, Olivier“…. : un tel événement constitua un choc considérable pour les notables de la célèbre cité, laquelle bénéficiait cependant du statut de civitas libera. Dès lors, ceux qu’on désignait comme les aristoi andres, c’est-à-dire les hommes les plus aptes à prendre les rênes de la vie politique pergaménienne, formèrent une force de substitution à la monarchie. …”
Publicado 2021
Electrónico -
52243Publicado 2022“…What you will learn Understand what makes time series data different from other data Apply various imputation and interpolation strategies for missing data Implement different models for univariate and multivariate time series Use different deep learning libraries such as TensorFlow, Keras, and PyTorch Plot interactive time series visualizations using hvPlot Explore state-space models and the unobserved components model (UCM) Detect anomalies using statistical and machine learning methods Forecast complex time series with multiple seasonal patterns Who this book is for This book is for data analysts, business analysts, data scientists, data engineers, or Python developers who want practical Python recipes for time series analysis and forecasting techniques. …”
Libro electrónico -
52244Publicado 2017“…Topics start by looking at a problem, considering how it might be solved, and steadily working to more advanced solutions, while building understanding of the concepts, libraries, and syntax being used. You will develop a thorough understanding of each chunk of knowledge, so you are ready to use that understanding in your daily coding. …”
-
52245Publicado 2018“…What You Will Learn Implement the tools provided by Tkinter to design beautiful GUIs Discover cross-platform development through minor customizations in your existing application Visualize graphs in real time as data comes in using Tkinter's animation capabilities Use PostgreSQL authentication to ensure data security for your application Write unit tests to avoid regressions when updating code In Detail Tkinter is a lightweight, portable, and easy-to-use graphical toolkit available in the Python Standard Library, widely used to build Python GUIs due to its simplicity and availability. …”
Libro electrónico -
52246Publicado 2016“…Clark addresses every component of data visualization: your data, database, application server, visualization libraries, and more. He explains data transformations; presents expert techniques in JavaScript, Ruby, and SQL; and illuminates key concepts associated with both descriptive statistics and geospatial data. …”
Libro electrónico -
52247Publicado 2018“…What You Will Learn Code your own reverse shell (TCP and HTTP) Create your own anonymous shell by interacting with Twitter, Google Forms, and SourceForge Replicate Metasploit features and build an advanced shell Hack passwords using multiple techniques (API hooking, keyloggers, and clipboard hijacking) Exfiltrate data from your target Add encryption (AES, RSA, and XOR) to your shell to learn how cryptography is being abused by malware Discover privilege escalation on Windows with practical examples Countermeasures against most attacks In Detail Python is an easy-to-learn and cross-platform programming language that has unlimited third-party libraries. Plenty of open source hacking tools are written in Python, which can be easily integrated within your script. …”
Libro electrónico -
52248Publicado 2018“…Noah Gift covers how to get started with Python via Jupyter Notebook, and then proceeds to dive into nuts and bolts of Data Science libraries in Python, including Pandas, Seaborn, scikit-learn, and TensorFlow. …”
-
52249Publicado 2019“…TensorFlow is the machine learning library of choice for professional applications, while Keras offers a simple and powerful Python API for accessing TensorFlow. …”
Libro electrónico -
52250Publicado 2020“…Gain the expertise you need to build custom application frameworks and responsive and visually appealing user interfaces with WPF, C#, and .NET Key Features Discover a smarter way of working with WPF using the MVVM software architectural pattern Create your own lightweight application framework to build your future applications upon Understand data binding and learn how to use it in an application Book Description Microsoft Windows Presentation Foundation (WPF) provides several libraries and APIs for developers to create engaging user experiences. …”
Libro electrónico -
52251Publicado 2018“…The link pack area (LPA), LNKLST, authorized libraries, and the role of VLF and LLA components. …”
Libro electrónico -
52252Publicado 2018“…Build attractive, insightful, and powerful visualizations to gain quality insights from your data Key Features Master Matplotlib for data visualization Customize basic plots to make and deploy figures in cloud environments Explore recipes to design various data visualizations from simple bar charts to advanced 3D plots Book Description Matplotlib provides a large library of customizable plots, along with a comprehensive set of backends. …”
Libro electrónico -
52253Publicado 2020“…Using Keras as an open-source deep learning library, the book features hands-on projects that show you how to create more effective AI with the most up-to-date techniques. …”
Libro electrónico -
52254Publicado 2018“…What You Will Learn Gain proficiency with concurrency and parallelism in Go Learn how to test your application using Go's standard library Learn industry best practices with technologies such as REST, OpenAPI, Docker, and so on Design and build a distributed search engine Learn strategies on how to design a system for web scale In Detail Distributed Computing with Go gives developers with a good idea how basic Go development works the tools to fulfill the true potential of Golang development in a world of concurrent web and cloud applications. …”
Libro electrónico -
52255Publicado 2018“…What You Will Learn Explore the tools and frameworks required for effective TDD development Perform the Red-Green-Refactor process efficiently, the pillar around which all other TDD procedures are based Master effective unit testing in isolation from the rest of your code Design simple and easily maintainable code by implementing different techniques Use mocking frameworks and techniques to easily write and quickly execute tests Develop an application to implement behavior-driven development in conjunction with unit testing Enable and disable features using feature toggles In Detail Test-driven development (TDD) is a development approach that relies on a test-first procedure that emphasizes writing a test before writing the necessary code, and then refactoring the code to optimize it.The value of performing TDD with Java, one of the longest established programming languages, is to improve the productivity of programmers and the maintainability and performance of code, and develop a deeper understanding of the language and how to employ it effectively. …”
Libro electrónico -
52256Publicado 2017“…Install Neo4j, model data and learn the most common practices of traversing data Learn the Cypher query language and tailor-made procedures to analyze and derive meaningful representations of data Improve graph techniques with the help of precise procedures in the APOC library Use Neo4j advanced extensions and plugins for performance optimization. …”
Libro electrónico -
52257Publicado 2018“…Build a complete real-world line of business (LOB) solution from scratch, with distinct C++ library, QML user interface, and QtTest-driven unit-test projects. …”
Libro electrónico -
52258Publicado 2018“…This book covers Python libraries, requests, and BeautifulSoup. You will learn about crawling, web spidering, working with AJAX websites, paginated items, and more. …”
Libro electrónico -
52259Publicado 2015“…Coverage includes • Learning the Bayesian “state of mind” and its practical implications • Understanding how computers perform Bayesian inference • Using the PyMC Python library to program Bayesian analyses • Building and debugging models with PyMC • Testing your model’s “goodness of fit” • Opening the “black box” of the Markov Chain Monte Carlo algorithm to see how and why it works • Leveraging the power of the “Law of Large Numbers” • Mastering key concepts, such as clustering, convergence, autocorrelation, and thinning • Using loss functions to measure an estimate’s weaknesses based on your goals and desired outcomes • Selecting appropriate priors and understanding how their influence changes with dataset size • Overcoming the “exploration versus exploitation” dilemma: deciding when “pretty good” is good enough • Using Bayesian inference to improve A/B testing • Solving data science problems when only small amounts of ..…”
Libro electrónico -
52260C# 7 and .NET designing modern cross-platform applications : the open source revolution of .NET corePublicado 2018“…You will understand.NET Standard 2.0 class libraries and ASP.NET Core 2.0, and create professional websites, services, and applications. …”
Libro electrónico