Learning Management
Java In-Depth: Become a Complete Java Engineer!
Update on April 18th, 2018: (a) New coding exercise has been added to Collections Framework chapter to test Lists & Queues!, (b) New assignment has been added in Section 3 "This is by far the best advanced as well as beginner course I have ever read/seen since Andre LaMothe quit writing." This one should be the best seller of all the other ... " Brady Adams "This is THE best course on Java on Udemy - Period! Dheeru is not only passionate about what he is coaching but also OBSESSIVE and covers every minute detail of the subject ... Most lessons have demos which Dheeru makes sure that they do work without any glitches. He is a genius coder ... Plus, he bases the course on the best practices from the book "Effective Java" which is great. You get to cover most of this book if you study this course! If you want to learn Java right from installing, configuring and all the way to mastering its advanced topics - look no further - you are at the right place THIS - IS - IT!!!" Richard Reddy "This is a wonderful course.
Machine Learning Classification Algorithms using MATLAB
This is the second Udemy class on Matlab I've taken. Already, a couple important concepts have been discussed that weren't discussed in the previous course. I'm glad the instructor is comparing Matlab to Excel, which is the tool I've been using and have been frustrated with. This course is a little more advanced than the previous course I took. As an engineer, I'm delighted it covers complex numbers, derivatives, and integrals.
Data Science in Stratified Healthcare and Precision Medicine Coursera
About this course: An increasing volume of data is becoming available in biomedicine and healthcare, from genomic data, to electronic patient records and data collected by wearable devices. Recent advances in data science are transforming the life sciences, leading to precision medicine and stratified healthcare. In this course, you will learn about some of the different types of data and computational methods involved in stratified healthcare and precision medicine. You will have a hands-on experience of working with such data. And you will learn from leaders in the field about successful case studies.
Learning Path: Python: Effective Data Analysis Using Python
Over the years, almost every organization has understood the importance of analyzing data. In fact, it would not be an overstatement to say that "No organization will be able to survive today's cut-throat competition if it does not analyze data." Data analysis as we know it is the process of taking the source data, refining it to get useful information, and then making useful predictions from it. In this Learning Path, we will learn how to analyze data using the powerful toolset provided by Python. Packt's Video Learning Paths are a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it.
From 0 to 1: Learn Python Programming - Easy as Pie
Machine learning is quite the buzzword these days. While it's been around for a long time, today its applications are wide and far-reaching - from computer science to social science, quant trading and even genetics. From the outside, it seems like a very abstract science that is heavy on the math and tough to visualize. But it is not at all rocket science. Machine learning is like any other science - if you approach it from first principles and visualize what is happening, you will find that it is not that hard.
A Comprehensive Guide to NLTK in Python: Volume 1
The things that Mike taught are practical and can be applied in the real world immediately." This is the very FIRST course in a series of courses that will focus on NLTK. Natural Language ToolKit (NLTK) is a comprehensive Python library for natural language processing and text analytics. Note: This isn't a modeling building course. This course is laser focused on a very specific part of natural language processing called tokenization.
Data Science: Machine Learning algorithms in Matlab
In recent years, we've seen a resurgence in AI, or artificial intelligence, and machine learning. Machine learning has led to some amazing results, like being able to analyze medical images and predict diseases on-par with human experts. Google's AlphaGo program was able to beat a world champion in the strategy game go using deep reinforcement learning. Machine learning is even being used to program self driving cars, which is going to change the automotive industry forever. Imagine a world with drastically reduced car accidents, simply by removing the element of human error.
Introduction to Natural Language Processing Udemy
We will be using the Anaconda distribution of Python throughout this course. Using the Anaconda Prompt (you can search for this program after Anaconda has installed), type conda install jupyter to install Jupyter. Jupyter is a notebook style interface for interactive coding. To launch Jupyter, open your Anaconda Prompt and type jupyter notebook. This will launch a new notebook instance in your internet browser.