Pinned Repositories
Advanced-Web-Scraping-and-Data-Gathering
Decode responses and extract text from the Request and BeautifulSoup libraries, read and scrape data from XML files, and implement regular expressions to practice advanced web scraping on APIs.
Aggregate-and-Window-Functions
This module enables you summarize and identify the quality of the data using concepts such as aggregation and window functions.
An-Introduction-to-Data-Visualization-and-Data-Exploration-with-Python
Learn the fundamental concepts of data wrangling and statistics, and understand how they relate to data visualization.
Hotspot-Analysis
We will visualize the results of hotspot analysis and use kernel density estimation, which is the most popular algorithm for building distributions using a collection of observations. By the end of the course, you should be able to leverage Python libraries to build multi-dimensional density estimation models and work with geo-spatial data.
Introduction-to-Monte-Carlo-Methods
This course examines the Monte Carlo methods and its types and solves the frozen lake problem with Monte Carlo methods.
Introduction-to-Temporal-Difference-Learning
This module introduces temporal-difference learning and focuses on how it develops over the ideas of both Monte Carlo methods, and dynamic programming.
Markov-Decision-Processes-and-Bellman-Equations
The module covers the theory behind reinforcement learning and introduces Markov chains and Markov Decision Processes
Playing-an-Atari-Game-with-Deep-Recurrent-Q-Networks
This module will look at how to build different variants of DRQN including DARQN to solve the problem of Atari game
Using-Text-Generators-and-Summarization-models
Generate and paraphrase text using different models for use in Python. Understand the applications and challenges of text summarization models.
Web-Scraping-with-Jupyter-Notebooks
Analyze and parse HTML responses, programmatically scrape web data, and utilize Pandas DataFrames to store, transform, and merge tables.
Develop-Packt's Repositories
Develop-Packt/Employing-Python-s-Tools-with-Statistics
This module covers the formal topic of statistics and its relevant concepts. It covers a number of theoretical discussion points and examples and hands-on coding activities to help understand theory.
Develop-Packt/Introduction-to-Workflow-Management-Platform-Airflow
In this module, you will look at creating a pipeline by breaking down a job into multiple executable stages. You will implement a simple linear pipeline and then move further by implementing a multi-stage data pipeline, then automate the multi-stage pipeline using Bash. Further to this you will improve the efficiency by running the pipeline as an asynchronous process using the ETL workflow and then create DAG for the pipeline and implement it using Airflow.
Develop-Packt/Tracking-Objects
Track an object of your choice using various filters and algorithms available in OpenCV.
Develop-Packt/Using-OpenVINO-and-OpenCV
Explore the OpenVINO toolkit, focusing on components like model zoo, inference engine, and model optimizer, and how they can be used to perform deep learning and computer vision tasks.
Develop-Packt/Updating-Data
This module focuses on data preparation for AI projects. This involves data cleaning, and any other data preparation work that is commonly involved and required by data engineers.
Develop-Packt/Applying-Foundational-Probability-Concepts
This module covers probability theory and looks at how you can use NumPy and SciPy to solve probability problems.
Develop-Packt/Beginning-Calculus-with-Python
This module covers derivatives and integrals and how Python can be used to perform basic calculus.
Develop-Packt/Building-an-Artificial-Intelligence-Algorithm
Learn how to build a machine learning mode and get started on the popular deep learning framework PyTorch. You will delve into one of the most exciting fields in deep learning research - reinforcement learning - and take a closer look at the deep Q-learning algorithm
Develop-Packt/Detecting-Facial-Images
Practice face detection and tracking in image and video frames, isolating features such as skin or eyes with specialized techniques.
Develop-Packt/Developing-Pythons-Use-in-Statistics
This module presents some of the most useful concepts in inferential statistics, and covers confidence intervals and hypothesis testing.
Develop-Packt/Exploring-and-Visualizing-Statistics-with-Python
This module will cover the main descriptive statistics metrics and learn how to produce visualizations used in exploratory data analysis.
Develop-Packt/Extending-Calculus-with-Python
You will use derivatives and integrals to find maximum and minimum values in functions using Python.
Develop-Packt/Extending-Mathematics-with-Python
This module covers the mathematical system called Markov Chains and how you can implement Markov Chains using a transition matrix to solve complex problems.
Develop-Packt/Handling-Big-Data-File-Formats
You will look at the different formats for storing, transmitting and organizing very large collections of data. You will learn how to choose the right data formats as well as look at compression.
Develop-Packt/Introduction-to-Analytics-Engine-Spark-for-Big-Data
Discover the fundamentals of Apache Spark, including its architecture, transformations and actions. Learn why the design choices of RDD were made and how this enhances the Hadoop and MapReduce construct.
Develop-Packt/Introduction-to-Computer-Vision-and-Image-Processing
This chapter covers the Amazon Rekognition service for analyzing the content of the images using various techniques. You will learn how to analyze faces and recognize celebrities in images. You will also be able to compare faces in different images to see how closely they match with each other.
Develop-Packt/Introduction-to-Conversational-Artificial-Intelligence
This module teaches you how to design a chatbot using Amazon Lex by following the best design practices for conversational AI. You will start by learning the basics of chatbots. Then, you will use Amazon Lex to create a custom chatbot that gets the latest stock market quotes by recognizing the intent in text
Develop-Packt/Introduction-to-Data-Storage
In this module, you will explore the broad range of capabilities of AI, and see some of the fields that it is changing. You will build your first AI system, and look at optimization.
Develop-Packt/Introduction-to-Data-Storage-on-Cloud-Services-AWS
Here you will cover the pros and cons of various cloud data storage solutions. You will create, access, and manage your Amazon S3 cloud services. Learn how to use the AWS Command Line Interface (CLI) and Python Software Development Kit (SDK) to control Amazon Web Services (AWS). Lastly, you will create a simple data pipeline that reads from and writes to your cloud data storage.
Develop-Packt/Introduction-to-Data-System-Design
You will look at some existing system designs and analyze the reasons for specific design choices. The module will also cover how to design AI systems with some cases from designing general-purpose data storage systems too.
Develop-Packt/Introduction-to-Deep-Q-Learning
The module covers different Q learning algorithms using Open AI and FrozenLake.
Develop-Packt/Introduction-to-Python-Structures-and-Tools
Review the basic Python tools and data structures before applying your new skills by using loops, functions, lists and more to solve problems.
Develop-Packt/Introduction-to-the-Ethics-of-AI-Data-Storage
You will look at several case studies, examining everything from AI being used to manipulate elections, to AI displaying racial and sexist prejudices. Implement a simple sentiment classifier to differentiate between positive and negative words and sentences. You'll observe how this works in many cases, and display the problematic biases and human stereotypes in the classifier.
Develop-Packt/Mathematics-with-Python
This module covers sequences and series as well as exploring trigonometry, vectors, and complex numbers to give a basis for a number of applications from engineering to finance.
Develop-Packt/Practicing-Calculus-with-Python
In this module you will use derivatives and integrals to solve more complicated Calculus problems and see how to find Taylor Series, polynomials that approximate complicated trigonometric and exponential functions.
Develop-Packt/Understanding-Python-s-Main-Tools-in-Statistics
This module presents a practical introduction to the main libraries that most statistics practitioners use in Python. It will cover some of the most important and useful tools used for statistics and calculus in Python.
Develop-Packt/Using-Functions-and-Algebra-with-Python
This module covers functions, the building blocks of mathematics. It will look at how functions and algebra can be utilized in Python.
Develop-Packt/Using-Speech-with-the-Chatbot
This module looks at how use Amazon Connect, Lex, and Lambda to interact with a chatbot using voice. You will create a personal call center using Amazon Connect and you will learn how to connect the call center to your Lex chatbot
Develop-Packt/Working-with-Contours
Detect and handle contours in OpenCV to prepare for object tracking.
Develop-Packt/Working-with-Data-Stores-SQL-and-NoSQL-Databases
We will look at SQL and NoSQL databases and decide the ideal database to be used based on the format of data. Then you will implement storing and querying data in different databases such as MySQL, MongoDB, and Cassandra.