Cantitate/Preț
Produs

Python for Data Science

Autor A. Lakshmi Muddana, Sandhya Vinayakam
en Limba Engleză Hardback – 19 apr 2024
The book is designed to serve as a textbook for courses offered to undergraduate and graduate students enrolled in data science. This book aims to help the readers understand the basic and advanced concepts for developing simple programs and the fundamentals required for building machine learning models. The book covers basic concepts like data types, operators, and statements that enable the reader to solve simple problems. As functions are the core of any programming, a detailed illustration of defining & invoking functions and recursive functions is covered. Built-in data structures of Python, such as strings, lists, tuples, sets, and dictionary structures, are discussed in detail with examples and exercise problems. Files are an integrated part of programming when dealing with large data. File handling operations are illustrated with examples and a case study at the end of the chapter. Widely used Python packages for data science, such as Pandas, Data Visualization libraries, and regular expressions, are discussed with examples and case studies at the end of the chapters. The book also contains a chapter on SQLite3, a small relational database management system of Python, to understand how to create and manage databases. As AI applications are becoming popular for developing intelligent solutions to various problems, the book includes chapters on Machine Learning and Deep Learning. They cover the basic concepts, example applications, and case studies using popular frameworks such as SKLearn and Keras on public datasets

Citește tot Restrânge

Preț: 60075 lei

Preț vechi: 75093 lei
-20% Nou

Puncte Express: 901

Preț estimativ în valută:
11496 11930$ 9609£

Carte tipărită la comandă

Livrare economică 17-31 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783031524721
ISBN-10: 3031524721
Ilustrații: XVII, 392 p. 95 illus., 3 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.75 kg
Ediția:2024
Editura: Springer Nature Switzerland
Colecția Springer
Locul publicării:Cham, Switzerland

Cuprins

Representation of Discrete Signals and Systems.- The z-transform Analysis of Discrete Time Systems.- Discrete Fourier Transform and Computation.- Design of IIR Digital Filters.- Design of Finite Impulse Response (FIR) Digital Filters.- Digital Signal Processor.- Index.

Notă biografică

Muddana A Lakshmi received a Ph.D. in Computer Science and Engineering from Osmania University, Hyderabad. She is currently a professor in the Department of Computer Science and Engineering at GITAM Deemed to be University, Hyderabad, India. She has been in academics, teaching undergraduate and postgraduate students and guiding research scholars in the areas of Deep Learning and Security.
Sandhya Vinayakam received a Ph.D. in Computer Science and Engineering from Osmania University, Hyderabad. She is currently in the Department of Computer Science and Engineering at GITAM Deemed to be University, Hyderabad, India. She has been in academics and doing research in the areas of Image Processing and Deep Learning.

Textul de pe ultima copertă

The book is designed to serve as a textbook for courses offered to undergraduate and graduate students enrolled in data science. This book aims to help the readers understand the basic and advanced concepts for developing simple programs and the fundamentals required for building machine learning models. The book covers basic concepts like data types, operators, and statements that enable the reader to solve simple problems. As functions are the core of any programming, a detailed illustration of defining & invoking functions and recursive functions is covered. Built-in data structures of Python, such as strings, lists, tuples, sets, and dictionary structures, are discussed in detail with examples and exercise problems. Files are an integrated part of programming when dealing with large data. File handling operations are illustrated with examples and a case study at the end of the chapter. Widely used Python packages for data science, such as Pandas, Data Visualization libraries, and regular expressions, are discussed with examples and case studies at the end of the chapters. The book also contains a chapter on SQLite3, a small relational database management system of Python, to understand how to create and manage databases. As AI applications are becoming popular for developing intelligent solutions to various problems, the book includes chapters on Machine Learning and Deep Learning. They cover the basic concepts, example applications, and case studies using popular frameworks such as SKLearn and Keras on public datasets


Caracteristici

Covers basic concepts like its unique features, data types, operators, and developing simple programs Includes data access and manipulation from standard file formats such as CSV, Excel, and JSON files Provides required knowledge and skill in coding and serves as the basis for developing machine learningapplications