Giter Club home page Giter Club logo

practical-convolutional-neural-networks's Introduction

Scala Machine Learning Projects

This is the code repository for Scala Machine Learning Projects, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Machine learning has made huge impacts on academia and industry by turning data into actionable intelligence. Scala, on the other hand, has been observing a steady rise in adoption over the past few years, especially in the field of data science and analytics. This book is comprehended for data scientists, data engineers and deep learning enthusiasts who have a good background with complex numerical computing and want to know more hands-on machine learning application development.

So If you’re well versed in machine learning concepts and wants to expand your knowledge by delving into the practical implementation using the power of Scala, then this book is what you need! Through 11 end-to-end projects, you will be acquainted with the popular machine learning libraries such as Spark ML, H2O, MDP, DeepLearning4j, and MXNet.

At the end, you will be able to dominate numerical computing, deep learning, and functional programming to carry out complex numerical tasks to develop, build and deploy research or commercial projects in a production ready environment.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

def variantId(genotype: Genotype): String = {
val name = genotype.getVariant.getContigName
val start = genotype.getVariant.getStart
val end = genotype.getVariant.getEnd
s"$name:$start:$end"
}

This book is dedicated to developers, data analysts, and deep learning enthusiasts who do not have much background with complex numerical computations but want to know whatdeep learning is. A strong understanding of Scala and its functional programming conceptsis recommended. Some basic understanding and high-level knowledge of Spark ML, H2O, Zeppelin, DeepLearning4j, and MXNet would act as an added advantage in order to grasp this book. Additionally, basic know-how of build tools such as Maven and SBT is assumed. All the examples have been implemented using Scala on an Ubuntu 16.04 LTs 64-bit and Windows 10 64-bit. You will also need the following (preferably the latest versions): Apache Spark 2.0.0 (or higher) MXNet, Zeppelin, DeepLearning4j, and H2O (see the details in the chapter and in the supplied pom.xml files) Hadoop 2.7 (or higher) Java (JDK and JRE) 1.7+/1.8+ Scala 2.11.x (or higher) Eclipse Mars or Luna (latest) with Maven plugin (2.9+), Maven compiler plugin (2.3.2+), and Maven assembly plugin (2.4.1+) IntelliJ IDE SBT plugin and Scala Play Framework installed

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

practical-convolutional-neural-networks's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.