Neural Data Science
eBook - ePub

Neural Data Science

A Primer with MATLAB® and Python™

  1. 368 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Neural Data Science

A Primer with MATLAB® and Python™

About this book

A Primer with MATLAB® and Python™ present important information on the emergence of the use of Python, a more general purpose option to MATLAB, the preferred computation language for scientific computing and analysis in neuroscience.This book addresses the snake in the room by providing a beginner's introduction to the principles of computation and data analysis in neuroscience, using both Python and MATLAB, giving readers the ability to transcend platform tribalism and enable coding versatility.- Includes discussions of both MATLAB and Python in parallel- Introduces the canonical data analysis cascade, standardizing the data analysis flow- Presents tactics that strategically, tactically, and algorithmically help improve the organization of code

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Neural Data Science by Erik Lee Nylen,Pascal Wallisch in PDF and/or ePUB format, as well as other popular books in Biological Sciences & Science Research & Methodology. We have over one million books available in our catalogue for you to explore.
Part I
Foundations
Outline
Chapter 1

Philosophy

Abstract

In this chapter, we outline the current state of neuroscience and the need to integrate the emerging field of data science with neuroscience, yielding the field of neural data science. We detail how this new field contrasts with classic computational neuroscience and also give a brief history of data science, showing why it needs refinements to calibrate it to the special needs arising when handling neural data. We describe the role of neural data scientists in the neuroscience of the future and compare it to that of full-stack engineers. Finally, we justify covering both MATLAB and Python jointly in this book and explain why we did not deem it necessary to cover other languages.

Keywords

Neuroscience; data science; neural data science; data; Plato’s cave; information; Python; MATLAB; coding; computational neuroscience
Before we get started—and perhaps even bogged down—with specific algorithms and how to implement them in code, we want to lay out how we conceptualize the emerging field of neural data science (NDS) as well as the relevant challenges within neuroscience that NDS can help address. This is important so as to not get lost in the random forest.

What Is Data Science?

The field of data science emerged in the early 21st century as a distinct scientific discipline. It can be thought of as a fusion of concepts from computer science, statistics, and machine learning in conjunction with the availability of both an abundance of data as well as sufficient computational power that allows for the implementation of these concepts on this data, in code. (Hilbert & López, 2011). Data science has plenty of historical antecedents that can be traced well into the 20th century. However, people that were doing “data science” then would be surprised to learn that they were doing so at the time—instead, they saw themselves as doing statistics (Tukey, 1977), working on problems of communication theory (Shannon, 1948), computational theories (Turing, 1938), or cryptanalysis (Good, 1979), to name just a few.
The term “data scientist” (a practitioner of data science) was coined by Jeff Hammerbacher and D.J. Patil in 2008 (Watson, 2013). It has been pointed out that the term data science is somewhat unfortunate, as there is no science without data, in this sense every science is a data science (Wallisch, 2013, 2014). As will hopefully become clear shortly, “neural metralogy” would be a more suitable term. However, data science in the more narrow sense describes the relentless pursuit of understanding and explaining the structure of data, of making predictions from this understanding using any means necessary, mostly by using algorithms and principles from computer science, statistics, and machine learning. Data science explicitly transcends classical discipline boundaries, e.g., a biologist is usually only interested in data from biology, a chemist only interested in data relevant to questions in chemistry, and so on. In data science, the data themselves take center stage, within an explicitly data-centric framework. In its strong form, the source of the data does not matter, as data are data. The first time that a data scientist has been featured in popular fiction was, to our knowledge, in season 4 of the Netflix television show “House of Cards,” though individuals such as Nate Silver have prominently—if not always successfully—provided insights into data from tribalist entertainment media, in particular, sports and politics. As of 2016, data science is still rapidly growing and changing, but a consensus about its core concepts has now been established.

What Is Neural Data Science?

If the statements in our previous section are true (we believe they are), neural data science appears to be a contradiction in terms. How can one have a general data science that is deliberately indifferent about the source of its data but is at the same time bounded by neural data? This ...

Table of contents

  1. Cover image
  2. Title page
  3. Table of Contents
  4. Copyright
  5. Dedication
  6. Biography
  7. Preface
  8. How to Use This Book
  9. Part I: Foundations
  10. Part II: Neural Data Analysis
  11. Part III: Going Beyond the Data
  12. Appendix A. MATLAB to Python (Table of Equivalences)
  13. Appendix B. Frequently Made Mistakes
  14. Appendix C. Practical Considerations, Technical Issues, Tips and Tricks
  15. Glossary (Including Additional Python and MATLAB Packages and Examples)
  16. Bibliography
  17. Index