Skip to content

This is a repository for fundamentals you need to know to start your programming journey in Java and subsequently deploying deep learning solutions using Deeplearning4java framework.

License

Notifications You must be signed in to change notification settings

Code-Kaki/java-traininglabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Training Labs: Basics You Need to Know to Start Your Java Journey

Contents

  1. Fundamentals

    a. Common Practices in Java

    b. Variables and Data Types

    c. Operators

    d. Control Flow

    e. Packages and Scope

  2. Intermediate

    a. Object-oriented Programming

    • Encapsulation

    • Inheritance

    • Abstraction

    • Polymorphism

    b. Error Handling and Debugging

    c. Collections and Generics

  3. Advanced

    a. Graphical User Interface

    b. Streams File I/O - WIP

    c. Reflection API - WIP

    d. Multithreading - WIP

Getting Started

  1. Make sure you have installed Java SDK 1.8.
  2. Install IntelliJ Community and open IntelliJ application.
  3. Download/clone this repo from Github.
  4. Click open button in IntelliJ
  5. Choose the pom.xml file at the root path of this repo.
  6. Wait for the import to complete.

Note: For best experience, these code should be used together with accompanying slides.

About

This is a repository for fundamentals you need to know to start your programming journey in Java and subsequently deploying deep learning solutions using Deeplearning4java framework.

Topics

Resources

License

Stars

Watchers

Forks

Languages