Skip to content

PacktPublishing/Machine-Learning-for-Healthcare-Analytics-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning for Healthcare Analytics Projects

Machine Learning for Healthcare Analytics Projects

This is the code repository for Machine Learning for Healthcare Analytics Projects, published by Packt.

Build smart AI applications using neural network methodologies across the healthcare vertical market

What is this book about?

This book covers the following exciting features:

  • Explore super imaging and natural language processing (NLP) to classify DNA sequencing
  • Detect cancer based on the cell information provided to the SVM
  • Apply supervised learning techniques to diagnose autism spectrum disorder (ASD)
  • Implement a deep learning grid and deep neural networks for detecting diabetes
  • Analyze data from blood pressure, heart rate, and cholesterol level tests using neural networks
  • Use ML algorithms to detect autistic disorders

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

import sys import pandas as pd import sklearn import keras print 'Python: {}'.format(sys.version) print 'Pandas: {}'.format(pd.version) print 'Sklearn: {}'.format(sklearn.version) print 'Keras: {}'.format(keras.version)

Following is what you need for this book: Machine Learning for Healthcare Analytics Projects is for data scientists, machine learning engineers, and healthcare professionals who want to implement machine learning algorithms to build smart AI applications. Basic knowledge of Python or any programming language is expected to get the most from this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-5).

Software and Hardware List

Chapter Software required OS required
All Python 3.6 or later Windows, Mac OS X, and Linux (Any)
Anaconda 5.2 Windows, Mac OS X, and Linux (Any)
Jupyter Notebook Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Eduonix Learning Solutions creates and distributes high-quality technology training content. Our team of industry professionals has been developing workforces for more than a decade. We aim to teach technology the way it is used in industry and the professional world. We have a professional team of trainers for technologies ranging from mobility, web enterprises, and database and server administration.

Other books by the authors

Learn to Create WordPress Themes by Building 5 Projects

Learn Node.js by Building 6 Projects

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781789536591