Skip to content

Artificial Intelligence with Machine Learning in Java: The code used in the summary.

Notifications You must be signed in to change notification settings

NinaM31/AiML-Medium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence with Machine Learning in Java: Medium Post

I believe AiML Oracle course is one of the best self learning courses for those who are new to Machine learning (ML), It does not go into detail about certain concepts which I think is good for beginners. However just like any self learning course it requires you to put effort into the content, and practice the coding problems yourself. In this Medium post I summarize the main topics, implement concepts in Java and provide the source code for the course project.

Table of content:

  • Introduction to AI
  • Data and Information
  • Categorizing Data
  • Why Now?
  • Machine Learning Workflow

Table of content:

  • Recursion
  • Binary Trees
  • Tree Traversal
  • Yes/No Game

Table of content:

  • Decision Tree Algorithms
  • Entropy 
  • ID3 Worked Example

🌱 Things You'll Learn:

※ What is Artificial Intelligence & what is Machine learning.
※ Difference between Supervised & Unsupervised learning.
※ Difference between Data & Information.
※ Difference between Classification & Regression.
※ What is a binary tree & how to use recursion to traverse it.
※ Pre-order, Post-order & in-order traversal algorithms.
※ Java Code for using tree traversal algorithms.
※ What is a decision tree algorithm.
※ The 6 most popular decision tree algorithms.
※ Entropy & information Gain.
※ Solve a problem with ID3 algorithm.

🚀 course project: Guessing users movie

About

Artificial Intelligence with Machine Learning in Java: The code used in the summary.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages