Instructional Material
Python Basics Training Course Udemy
GreyCampus is a leading provider of online self-learning courses for working professionals. This course is on Python, which is one of the easiest, most effective and most widely-used programming languages of today. Its efficient high-level data structures, simple yet effective approach to object-oriented programming, dynamic typing and elegant syntax, make Python an ideal language for both experts and novices for quick application development. The code is similar to English and doesn't need much technical knowledge to be read & understood. In this online self-learning course, you'll be taken through the very basics of Python assuming zero prior understanding of programming languages. This course mostly consists of hands-on examples for practical knowledge on Python and provides basic knowledge about the fundamentals of Python and its applications.
Amazon Web Services, Inc.
Lyft, a leading ride-sharing organization valued at over US$11 billion, depends on its mobile apps and backend infrastructure to run its business. Undetected problems, such as riders not being matched with rides in a timely manner, can cost the company revenue, customers, and market share. Artificial intelligence (AI) can be used to identify problems in real time without the need for manual inspection of multiple dashboards. Join our webinar to hear how Lyft and other data-driven organizations benefit from uncovering hidden insights in real time with AI solutions from Amazon Web Services (AWS) and Anodot. Learn how to prevent events that can impact your revenue and brand integrity with a solution that detects anomalies quickly, allowing you to address issues in a timely manner to help ensure a consistently high-quality experience for your customers.
Programming with Python Udemy
It's not often that you get to use a language as powerful and as versatile as Python. Python is a great language for writing web applications, cross-platform desktop applications, Artificial Intelligence software, shell scripts, perform scientific computation, and even create home automation software. To master these skills, you'll need a solid understanding of the Python language. In this course, Programming with Python, you'll start by learning the fundamentals of the language before venturing out to learn more advanced concepts like working with functions, modules, strings, numbers, dates and times, data structures, control statements, and much more. When you are finished with this course, you'll have a solid foundation to go out and build your own applications using Python.
Art and Science of Machine Learning Coursera
About this course: Welcome to the art and science of machine learning. In this course you will learn the essential skills of ML intuition, good judgment and experimentation to finely tune and optimize your ML models for the best performance. In this course you will learn the many knobs and levers involved in training a model. You will first manually adjust them to see their effects on model performance. Once familiar with the knobs and levers, otherwise known as hyperparameters, you will learn how to tune them in an automatic way using Cloud Machine Learning Engine on Google Cloud Platform.
Deep Learning: Convolutional Neural Networks in Python
This is the 3rd part in my Data Science and Machine Learning series on Deep Learning in Python. At this point, you already know a lot about neural networks and deep learning, including not just the basics like backpropagation, but how to improve it using modern techniques like momentum and adaptive learning rates. You've already written deep neural networks in Theano and TensorFlow, and you know how to run code using the GPU. This course is all about how to use deep learning for computer vision using convolutional neural networks. These are the state of the art when it comes to image classification and they beat vanilla deep networks at tasks like MNIST.
MongoDB Aggregation Framework Coursera
About this course: This course will teach you how to perform data analysis using MongoDB's powerful Aggregation Framework. You'll begin this course by building a foundation of essential aggregation knowledge. By understanding these features of the Aggregation Framework you will learn how to ask complex questions of your data. This will lay the groundwork for the remainder of the course where you'll dive deep and learn about schema design, relational data migrations, and machine learning with MongoDB. By the end of this course you'll understand how to best use MongoDB and its Aggregation Framework in your own data science workflow.
Google and Coursera launch a new machine learning specialization
Over the last few years, Google and Coursera have regularly teamed up to launch a number of online courses for developers and IT pros. Among those was the Machine Learning Crash course, which provides developers with an introduction to machine learning. Now, building on that, the two companies are launching a machine learning specialization on Coursera. This new specialization, which consists of five courses, has an even more practical focus. The new specialization, called "Machine Learning with TensorFlow on Google Cloud Platform," has students build real-world machine learning models. It takes them from setting up their environment to learning how to create and sanitize datasets to writing distributed models in TensorFlow, improving the accuracy of those models and tuning them to find the right parameters.
Machine Learning with Python and scikit-Learn: 3-in-1
As the amount of data continues to grow at an almost incomprehensible rate, being able to understand and process data is becoming a key differentiator for IT professionals and data-scientists. The scikit-learn library is one of the most popular platforms for everyday Machine Learning and data science because it is built upon Python, a fully featured programming language. This comprehensive 3-in-1 course is your one-stop solution to everything that matters in mastering machine learning algorithms and their implementation. Develop pipelines and process data through manipulation, extraction, and data-cleansing techniques. Learn clean coding techniques which are applicable to any scalable Machine Learning projects.
Machine learning for dummies: You needn't go back to uni to use it
Artificial intelligence and its sub-domains look set to be the next major growth area for software developers, programmers, hackers and just about anyone who has anything to do with software. There doesn't appear to be an area of life that it doesn't touch – self-driving cars, tagging porn stars on Pornhub, healthcare, security and so on. The sad truth, though, is that most of us don't understand the field. For the most part, it's not like "normal" programming where an algorithm is developed, tested and released as a product. Machine learning, for example, relies on selecting a model, developing it, training the model, testing and then releasing.