
This is an introductory video on what to expect from the course and to determine if this course is suitable for you or not.
If you would like to obtain a discount, feel free to reach out to me via the below link:
https://www.udemy.com/user/mousa-al-bateh/
In this video, I will explain to you what to do if you get stuck or need support.
This video will explain some of the basic concepts related to NLP.
This video is about IntelliJ IDEA for creating/editing java files and projects.
In this video, we will talk about Maven and installation of Maven.
In this video, I will show you how to setup a Maven project for Apache's OpenNLP.
In this video, you will see how to navigate project using Git so you can see the code lesson by lesson instead of the full code.
To do it, you can run git checkout <commit hash> and it will update your code to reflect that lesson.
In this video, we will discuss the steps that we are going to implement to make a chat bot that utilizes Apache's OpenNLP
This will be a quick guide on how to fork/reuse the project template we have created in the introduction to begin working on the chat bot application.
In this video, I will be coding the chat bot application's basic logic or skeleton.
In this video, I will cover the steps necessary to get the models needed for our project.
In this lesson, we will generate the lemmatization model.
In this lesson, we will prepare the categorizer file.
In this part, we are going to finally implement and code the AI.
In this presentation, we will discuss the language detector and methodology.
We are going in this video to fork the template we made in the previous section to implement the Language Detector.
In this video, we will setup the training data for the language detector.
In this video, I will be implementing the Language Detector in code.
In this lesson, you will get a simple implementation to analyze the sentiment in a text.
Have you ever wanted to develop your own AI?
Have you ever visited a website and you were surprised how the chat bot understands your messages?
Have you ever wondered how Google detects the language you're typing in?
Have you ever wondered how are some services able to analyze and understand the sentiment in a text?
AI is currently one of the hottest trends and businesses now strive for hiring AI specialists to develop and train AI in many areas from basic tasks such as assembly in factories to advanced applications such as weather, marketing and other disciplines. In general, AI technology is evolving and is eventually going to be used to help build structures on other planets.
This course will cover the basics of how to use Apache's OpenNLP to implement the above and also simplify things so you will realize that developing your own AI is not as complicated as it seems.
While developing AI is popular in Python, Java is still being actually used by many businesses for developing AI as much as in Python. This course has been specially made for those who are too lazy to learn Python and would like to utilize their existing skill in Java and harness all the strengths and benefits of Java and love optimization and high performance.
Warning:
This course does not cover data science at the moment since the course is currently focused on implementation rather than theory.