Machine Learning & Deep Learning Projects with Python
Machine Learning & Deep Learning Projects with Python, available at $19.99, has an average rating of 4.65, with 55 lectures, based on 68 reviews, and has 6015 subscribers.
You will learn about How to use Machine Learning and Deep Learning algorithms in real life projects using Python Multiple Linear Regression and Polynomial Regression Machine Learning Model Clustering, Regression and Classification Algorithms Implementation using Python Unsupervised Learning (Clustering) Sentiment Analysis using NLP (Natural Language Processing) Artifical Neural Networks Transfer Learning Implementation using InceptionResNetV2 All downloadable projects include Python source code that is composed of Machine Learning & Deep Learning Algorithms and models Image Recognition and Classification using Convolutional Neural Network (CNN) and Artificial Neural Network Algorithms Sound Signal Processing and Sound Classification using Deep Learning This course is ideal for individuals who are This course is for everyone who is interested in Machine Learning, Deep Learning and Artificial Neural Networks or Anyone who wants to master AI skills with practical Python Projects It is particularly useful for This course is for everyone who is interested in Machine Learning, Deep Learning and Artificial Neural Networks or Anyone who wants to master AI skills with practical Python Projects.
Enroll now: Machine Learning & Deep Learning Projects with Python
Summary
Title: Machine Learning & Deep Learning Projects with Python
Price: $19.99
Average Rating: 4.65
Number of Lectures: 55
Number of Published Lectures: 55
Number of Curriculum Items: 55
Number of Published Curriculum Objects: 55
Original Price: ₺349.99
Quality Status: approved
Status: Live
What You Will Learn
- How to use Machine Learning and Deep Learning algorithms in real life projects using Python
- Multiple Linear Regression and Polynomial Regression Machine Learning Model
- Clustering, Regression and Classification Algorithms Implementation using Python
- Unsupervised Learning (Clustering)
- Sentiment Analysis using NLP (Natural Language Processing)
- Artifical Neural Networks
- Transfer Learning Implementation using InceptionResNetV2
- All downloadable projects include Python source code that is composed of Machine Learning & Deep Learning Algorithms and models
- Image Recognition and Classification using Convolutional Neural Network (CNN) and Artificial Neural Network Algorithms
- Sound Signal Processing and Sound Classification using Deep Learning
Who Should Attend
- This course is for everyone who is interested in Machine Learning, Deep Learning and Artificial Neural Networks
- Anyone who wants to master AI skills with practical Python Projects
Target Audiences
- This course is for everyone who is interested in Machine Learning, Deep Learning and Artificial Neural Networks
- Anyone who wants to master AI skills with practical Python Projects
Welcome,
In this course, we aim to specialize in artificial intelligence by working on Machine Learning Projectsand Deep Learning Projectsat various levels (easy – medium – hard). Before starting the course, you should have basic Python and Machine Learning knowledge. Our aim in this course is to turn real-life problems into projects and then solve them using artificial intelligence algorithms and Python.
We will carry out some of our projects using machine learning and some using deep learning algorithms. In this way, you will have a general perspective on artificial intelligence. When you complete the projects in our course, you will get a clear understanding of the basic working principles of Machine Learning software and Deep Learning algorithms and the difference between them.
In our course, we will use well known datasets that are widely used by high level education about Machine Learning as well as custom datasets. By doing our projects, you will master artificial intelligence concepts as well as learn these famous datasets. After completing the course, you will be able to easily produce solutions to the problems that you may encounter in real life.
In our Machine Learning Projects we will use Scikit-Learn Python library. In our Deep Learning Projects we will use Tensorflowand Keraslibraries.
The course is composed of 12 Artificial Intelligence Projects – Machine Learning Projects and Deep Learning Projects:
– Project #1: House Price Prediction using Machine Learning
In this project we will build a artificial intelligence model that predicts house prices using sklearn multiple linear regression algortihm.
– Project #2: Salary Calculation using Machine Learning
It is a tedious work to calculate each employee’s salary according to employee’s experience level. In this project we are going to build a machine learning model for exact calculation of employee salaries. Since most of salary values are non-linear, a simple linear function can not be used for this calculation process. Generally most of the companies have polynomial salary values for their employees. Therefore we will use polynomial linear regression algorithm for solution here.
– Project #3: Handwritten Digit Recognition using Multiple Machine Learning Models
In this Project, we will implement a software that recognizes and makes sense of the objects in the photograph by using multiple Machine Learning Models together. Thanks to this project, you will see how you can combine machine learning models and combine several models to solve complex problems. You will have solved a problem that can be used in daily life (recognition of a handwritten text by a computer) using Artificial intelligence (AI).
– Project #4: Advanced Customer Segmentation using Machine Learning
In this project, we will use a new and advanced segmentation library developed by the Massachusetts Institute of Technology (MIT). The customer data in our Customer Segmentation project, which is included in the entry and intermediate level projects, was simple and the K-Means clustering algorithm was sufficient for segmentation. But life is not that simple! When you have complex customer data, if you do clustering with K-Means, you may get erroneous results! Since the customer data in this project is complex data (both numeric and categorical) just like in real life, here we will use a special unsupervised learning algorithm instead of a standard model and divide our 2000 customers into groups with the latest artificial intelligence algorithms.
– Project #5: IMDB Sentiment Analysis Using NLP (Natural Language Processing)
With this Project, we will develop sentiment analysis software using the NLP concept. In this study, we will use the data set obtained from the Kaggle platform, a platform belonging to Google. Thanks to our artificial intelligence software that we will develop in this project, we will be able to automatically extract positive or negative comments from the English IMDB movie reviews that come with this data set. With this project, you will learn the concept of NLP in a very short time without drowning in theory.
– Project #6: Predicting Diabetes using Artificial Neural Networks
In this project we are goint to predict whether or not a patient has diabets. We are going to use a well known dataset from Kaggle: Pima Indians Diabetes Database. In this dataset we have some medical test results and statistical information of 768 patients. We will have two different Artificial Neural Network solutions for this project:
-
We will build the simplest ANN model using only 1 neuron
-
We will build another model using 2 hidden layers and a total of 25 neurons
– Project #7: Image Classification using Convolutional Neural Network and Artificial Neural Network Algorithms (Deep Learning)
We will make a project that automatically recognizes and classifies thousands of different image files using deep learning and artificial neural network algorithms. We will use Tensorflow and Keras libraries to achieve this.
– Project #8: San Francisco Crime Geographical Clustering using Machine Learning
In this project, we will perform geographic clustering using Geolocation information (Latitude & Longitude) using a data set created by the SFPD (San Francisco Police Department), which includes crimes committed in the city of San Francisco between 2003-2015. We will also learn to determine the optimal number of clusters (hyperparameter K-value) for this data set using the Elbow method. Then, we will display the geographic coordinates in our clustering results on a Python-based geographic map system. Finally, we will learn how to export this map we created to an HTML file.
– Project #9: Image Classification (ImageNet Library) using Transfer Learning – Keras InceptionResNetV2 (Deep Learning)
Transfer learning uses “knowledge gained in solving a problem” and applies it to a different but related problem. In Transfer Learning, we use a model that has been previously trained on a dataset and includes weights and biases that represent the properties of the dataset it was trained on. In this project, we will use the InceptionResNetV2 model, which has a pre-trained 164-layer advanced architecture and is pre-trained with an ImageNet dataset containing more than 1 million images.
– Project #10: Military Aircraft (Satellite) Imagery Classification using Deep Learning (Custom Datasets)
In this project, we will classify military aircraft images obtained from satellites (F-22 Raptor, Boeing B-52, A-10 Thunderbolt, .. etc.) using Deep Learning algorithms. In this project you will learn to create your own dataset and you will learn to use these customized datasets on pre-trained models.
– Project #11: Sound Signal Processing for Deep Learning using Python (Custom Datasets)(Part – 1/2)
In order to perform Sound Recognition and Classification with Python, the audio files must be in a format that can be used in Deep Learning algorithms. This project is essentially a pre-request project of our next project in our course, “Project#12 – Sound Classification using Deep Learning” Project. In this project we will process sound signals using Mel-Frequency Cepstral Coefficients (MFCC) algorithms and prepare audio for deep learning use. In this project you will learn how to prepare and process your own custom audio dataset for Deep Learning Training and Test operations.
– Project #12: Sound Classification using Deep Learning(Part – 2/2)
We will build a CNN (Convolutional Neural Network) Architecture with three Hidden Layers and 500 neurons in total (125-250-125) using Tensorflow and Keras libraries. We will use the pre-processed sound signals from previous project which has a dataset with a total size of 5.8 GB audio.
Each project will be implemented by Python using Jupyter Notebook. Python source code of each project is included in relevant Udemy course section. You can download source codes for all projects…
Course Curriculum
Chapter 1: Installation
Lecture 1: Anaconda Installation
Chapter 2: Project# 1: Mulitple Linear Regression : House Price Prediction
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python
Lecture 3: Additional Information: Turning Off Jupyter Notebook Warning Messages
Lecture 4: Source Codes
Chapter 3: Project #2: Polynomial Regression : HR Salary Calculation
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python
Lecture 3: Source Codes
Chapter 4: Project #3: Multiple ML Models Together : Handwritten Digit Recognition
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Source Codes
Chapter 5: Project #4: Unsupervised Learning (Clustering) : Customer Segmentation
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python
Lecture 3: Source Codes
Chapter 6: Project #5: NLP (Natural Language Processing) : IMDB Sentiment Analysis
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Implementing the Project using Python – Part 3
Lecture 5: Source Codes
Chapter 7: Project #6: Unsupervised Learning : San Francisco Crime Geographical Clustering
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Implementing the Project using Python – Part 3
Lecture 5: Implementing the Project using Python – Part 4
Lecture 6: Source Codes
Chapter 8: Project #7: Artifical Neural Networks : Predicting Diabets
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Note: For prediction of diabetes in a new person
Lecture 5: Source Codes
Chapter 9: TENSORFLOW and KERAS Installation for Deep Learning Projects
Lecture 1: Tensorflow and Keras Installation
Lecture 2: numpy and tensorflow compatibility Problem and Solution
Chapter 10: Project #8: Deep Learning – Convolutional Neural Networks : Image Classification
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Source Codes
Chapter 11: Project #9: Deep Learning – Transfer Learning : Image Classification
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Source Codes
Chapter 12: Project #10:Deep Learning: Military Aircraft (Satellite Imagery) Classification
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Source Codes
Chapter 13: Project #11: Sound Signal Processing for Deep Learning -Prerequisite for Proj#12
Lecture 1: Project Intro
Lecture 2: Python Librosa Library Installation_
Lecture 3: Implementing the Project using Python – Part 1
Lecture 4: Implementing the Project using Python – Part 2
Lecture 5: Source Codes
Chapter 14: Project #12: Deep Learning : Sound Signal Classification
Lecture 1: Project Intro
Lecture 2: Implementing the Project using Python – Part 1
Lecture 3: Implementing the Project using Python – Part 2
Lecture 4: Implementing the Project using Python – Part 3
Lecture 5: Source Codes
Instructors
-
Yazılım Teknolojileri
Software Technologies
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 1 votes
- 3 stars: 9 votes
- 4 stars: 19 votes
- 5 stars: 37 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024