Goto

Collaborating Authors

 Instructional Material


Introduction to Deep Reinforcement Learning

#artificialintelligence

This is a must read for any practitioner of RL. The book is divided into 3 parts and I would strongly recommend reading through Parts I and II. The sections marked with (*) can be skipped in first reading. And if you click on this, you will see the links of python and Matlab implementations of the examples and exercises contained in the book.


Deep Learning CNN: Convolutional Neural Networks with Python

#artificialintelligence

Convolutional Neural Networks (CNNs) are considered as game-changers in the field of computer vision, particularly after AlexNet in 2012. And the good news is CNNs are not restricted to images only. They are everywhere now, ranging from audio processing to more advanced reinforcement learning (i.e., Resnets in AlphaZero). So, the understanding of CNNs becomes almost inevitable in all the fields of Data Science. Even most of the Recurrent Neural Networks rely on CNNs these days.



Python Data Science And Machine Learning

#artificialintelligence

Are you ready to start your path to becoming a Data Scientist! Data is at the heart of our digital economy and data science has been ranked as the hottest profession of the 21st century. Whether you are new to the job market or already in the workforce and looking to upskill yourself, this five course Data Science with Python Professional Certificate program is aimed at preparing you for a career in data science and machine learning. No prior computer programming experience required! You will start by learning Python, the most popular language for data science.


Recommendation system Real World Projects using Python

#artificialintelligence

Learn How to tackle Real world Problems.. Learn Collaborative based filtering Learn how to use Correlation for Recommending similar Movies or similar books Learn Content based recommendation system Learn how to use different Techniques like Average Weighted, Hybrid Model etc.. Learn different types of Recommender Systems Learn How to tackle Real world Problems.. Learn how to use different Techniques like Average Weighted, Hybrid Model etc.. For earlier sections, just know some basic arithmetic Be proficient in Python .. Be proficient in Python .. Believe it or not, almost all online platforms today uses recommender systems in some way or another. So What does "recommender systems" stand for and why are they so useful? Let's look at the top 3 websites on the Internet: Google, YouTube, and Netfix Thats why Google is the most successful technology company today. I'm sure I'm not the only one who's accidentally spent hours on YouTube when I had more important things to do! Just how do they convince you to do that?


Build Neural Networks In Python From Scratch. Step By Step!

#artificialintelligence

Learn how to use plain Python to create neural networks. Understand how Softmax, ReLU and Sigmoid allow you to approximate complex non-linear prediction functions. Realise that neural networks are not magic and can be implemented without using libraries, in any language you desire. Learn how to use plain Python to create neural networks. Understand how Softmax, ReLU and Sigmoid allow you to approximate complex non-linear prediction functions. Realise that neural networks are not magic and can be implemented without using libraries, in any language you desire.


Recommender Systems and Deep Learning in Python

#artificialintelligence

What do I mean by "recommender systems", and why are they useful? Let's look at the top 3 websites on the Internet, according to Alexa: Google, YouTube, and Facebook. Recommender systems form the very foundation of these technologies. They are why Google is the most successful technology company today. I'm sure I'm not the only one who's accidentally spent hours on YouTube when I had more important things to do! Just how do they convince you to do that? Facebook: So powerful that world governments are worried that the newsfeed has too much influence on people!


Complete Hands On Pandas Bootcamp with a Real World Project

#artificialintelligence

This course covers everything you need to know about Pandas ( Beginner to Advanced) with a hands on real world project. The Pandas Library is the Heart of Python Data Science because it enables you to import, clean, join/merge/concatenate, manipulate, and deeply understand your Data and finally prepare/process Data for further Statistical Analysis, Machine Learning etc. It's crucial to develop a thorough proficiency in Pandas to get into data science field. This course is all you need!


7 Best Data Science YouTubers to Watch for Free Learning in 2022

#artificialintelligence

Data science is one of the most important and in-demand skills in 2022. If you're looking to learn data science, you're in luck! There are plenty of great resources available online, including DataCamp, Coursera, and Udacity. But if you're looking for a more informal and entertaining learning experience, Youtube might be the right place for you. In this post, we will list 7 of my favorite Data Science Youtubers who offer free learning content.


Machine Learning in Python - Extras

#artificialintelligence

Machine Learning applications are everywhere nowadays from Google Translate and NLP API,to Recommendation Systems used by YouTube,Netflix and Amazon,Udemy and more. As we have come to know, data science and machine learning is quite important to the success of any business and sector- so what does it take to build machine learning systems that works? In performing machine learning and data science projects, the normal workflow is that you have a problem you want to solve, hence you perform data collection,data preparation,feature engineering,model building and evaluation and then you deploy your model. However that is not all there is, there is a lot more to this life cycle. In this course we will be introducing to you some extra things that is not covered in most machine learning courses - such as working with pipelines specifically Scikit-learn pipelines, Spark Pipelines,etc and working with imbalanced dataset,etc We will also explore other ML frameworks beyond Scikit-learn,Tensorflow or Pytorch such as TuriCreate, Creme for online machine learning and more.