Instructional Material
Practical Deep Learning with Keras and Python Udemy
This course is for you if you are new to Machine Learning but want to learn it without all the math. This course is also for you if you have had a machine learning course but could never figure out how to use it to solve your own problems. In this course, we will start from the very scratch. This is a very applied course, so we will immediately start coding even without installation! You will see a brief bit of absolutely essential theory and then we will get into the environment setup and explain almost all concepts through code.
Learning Neural Networks with Tensorflow Udemy
Neural Networks are used all around us: they index photos into categories, translate text, suggest replies for emails, and beat the best games. Many people are eager to apply this knowledge to their own data, but many fail to achieve the results they expect. In this course, we'll start by building a simple flower recognition program, making you feel comfortable with Tensorflow, and it will teach you several important concepts in Neural Networks. Next, you'll start working with high-dimensional uses to predict one output: 1275 molecular features you can use to predict the atomization energy of an atom. The next program we'll create is a handwritten number recognition system trained on the famous MNIST dataset.
Practical AI and Machine Learning in iOS, Core ML and Swift
Machine Learning is everywhere these days. We live in a world where Machine Learning and Artificial Intelligence is not obscure mathematical and science fiction anymore they have become crucial part of our lives. Netflix, Amazon, Siri, Pandora, Google, Prisma the list goes on and on and it's not just entertainment and media, It's even the post office to healthcare and traffic to security. Close analysis suggests that virtually every moment of our lives we are touched by Machine Learning at some point. With so much innovation going on in Machine Learning field and how it has improved the way of life who wouldn't wanna be part of it in this amazing time.
Deep learning & neural networks in pytorch for beginners
Get your team access to Udemy's top 2,500 courses anytime, anywhere. You make a great decision to join. Artificial intelligence (AI) is the hottest topic currently out there - no doubt about that. Neural networks in particular have seen a lot of attention and they will be used everywhere -self driving cars, predictions in finance and sales forecasts - everywhere and across all industries. To be successful in the working world of tomorrow we have to expose ourselves to this interesting topic - and from my personal experience - coding your own neural network is the best way to understand how they work.
Information Retrieval and Mining Massive Data Sets
The goal is to introduce various techniques required to build an IR System. In this course we will explore various methods to solve big data problem. We will evaluate alternative solutions and trade offs. In the later part of the course we will discuss various data mining algorithms to make sense of massive data sets.
How companies around the world apply machine learning
Check out the full lineup of training courses, tutorials, and sessions at the Strata Data Conference in London, May 21-24, 2018. Companies continue to use data to improve decision-making (business intelligence and analytics) and for automation (machine learning and AI). At the Strata Data Conference in London, we've assembled a program that introduces technologies and techniques, showcases use cases across many industries, and highlights the importance of ethics, privacy, and security. We are bringing back the Strata Business Summit, and this year, we have two days of executive briefings. Data Science and Machine Learning sessions will cover tools, techniques, and case studies.
Deep Learning: Advanced Computer Vision Udemy
This is one of the most exciting courses I've done and it really shows how fast and how far deep learning has come over the years. When I first started my deep learning series, I didn't ever consider that I'd make two courses on convolutional neural networks. I think what you'll find is that, this course is so entirely different from the previous one, you will be impressed at just how much material we have to cover. We're going to bridge the gap between the basic CNN architecture you already know and love, to modern, novel architectures such as VGG, ResNet, and Inception (named after the movie which by the way, is also great!) We're going to apply these to images of blood cells, and create a system that is a better medical expert than either you or I. This brings up a fascinating idea: that the doctors of the future are not humans, but robots.
Artificial Intelligence #4:SVM & Logistic Classifier methods
In this Course you learn Support Vector Machine & Logistic Classification Methods. In machine learning, Support Vector Machines (SVM) are supervised learning models with associated learning algorithms that analyze data used for classification and regression analysis. Given a set of training examples, each marked as belonging to one or the other of two categories, an SVM training algorithm builds a model that assigns new examples to one category or the other, making it a non-probabilistic binary linear classifier. An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on which side of the gap they fall.
Artificial Intelligence #1: Linear & MultiLinear Regression
In statistics, Linear Regression is a linear approach for modeling the relationship between a scalar dependent variable Y and one or more explanatory variables (or independent variables) denoted X. The case of one explanatory variable is called simple linear regression. For more than one explanatory variable, the process is called multiple linear regression. In Linear Regression, the relationships are modeled using linear predictor functions whose unknown model parameters are estimated from the data. Such models are called linear models.
Advanced Computer Vision with TensorFlow Udemy
TensorFlow has been gaining immense popularity over the past few months, due to its power and simplicity to use. This video will help you leverage the power of TensorFlow to perform advanced image processing. This course is a continuation of the Intro to Computer Vision course, building on top of the skills learned in that course. In this course, you'll dive deeper as we cover more advanced computer vision concepts. You will implement multiple state-of-the-art deep learning papers from scratch using the TensorFlow-Keras API.