Neural Networks | Нейронные сети
11.6K subscribers
681 photos
149 videos
170 files
9.37K links
Все о машинном обучении

По всем вопросам - @notxxx1

№ 4959169263
Download Telegram
🎥 Lecture one / part 3 : Deep Learning
👁 1 раз 1528 сек.
Lecture giving by : Dr_Eng : Qais yousef

Python course link : https://www.slideshare.net/ATITAcademy/dl-for-researcher-course-atit

ATIT academy Website : https://atitgroup.business.site?copy

#AI #Deep_learning #python
Машинное обучение и Python

Эта серия видеоуроков посвящена изучению машинного обучения и реализации различных алгоритмов на языке Python.

1. Введение.
2. Регрессия.
3. Признаки и метки.
4. Обучение и тестирование.
5. Прогнозирование и предсказание.
6. Масштабирование.
7. Принципы работы регрессии.
8. Наилучший угловой коэффициент.
9. Наилучшая прямая.
10. Коэффициент детерминации.

Полный курс в видеоальбоме: https://vk.cc/6mVfYb

#video #python

🎥 Practical Machine Learning Tutorial with Python Intro p.1
👁 548 раз 355 сек.
The objective of this course is to give you a wholistic understanding of machine learning, covering theory, application, and inner workings of supe...

🎥 Regression Intro - Practical Machine Learning Tutorial with Python p.2
👁 221 раз 658 сек.
To begin, what is regression in terms of us using it with machine learning? The goal is to take continuous data, find the equation that best fits t...

🎥 Regression Features and Labels - Practical Machine Learning Tutorial with Python p.3
👁 73 раз 617 сек.
We'll be using the numpy module to convert data to numpy arrays, which is what Scikit-learn wants. We will talk more on preprocessing and cross_val...

🎥 Regression Training and Testing - Practical Machine Learning Tutorial with Python p.4
👁 47 раз 986 сек.
Welcome to part four of the Machine Learning with Python tutorial series. In the previous tutorials, we got our initial data, we transformed and ma...

🎥 Regression forecasting and predicting - Practical Machine Learning Tutorial with Python p.5
👁 23 раз 868 сек.
In this video, make sure you define the X's like so. I flipped the last two lines by mistake:

X = np.array(df.drop(['label'],1))
X = preprocessin...


🎥 Pickling and Scaling - Practical Machine Learning Tutorial with Python p.6
👁 9 раз 385 сек.
In the previous Machine Learning with Python tutorial we finished up making a forecast of stock prices using regression, and then visualizing the f...

🎥 Regression How it Works - Practical Machine Learning Tutorial with Python p.7
👁 10 раз 477 сек.
Welcome to the seventh part of our machine learning regression tutorial within our Machine Learning with Python tutorial series. Up to this point, ...

🎥 How to program the Best Fit Slope - Practical Machine Learning Tutorial with Python p.8
👁 18 раз 704 сек.
Welcome to the 8th part of our machine learning regression tutorial within our Machine Learning with Python tutorial series. Where we left off, we ...

🎥 How to program the Best Fit Line - Practical Machine Learning Tutorial with Python p.9
👁 22 раз 455 сек.
Welcome to the 9th part of our machine learning regression tutorial within our Machine Learning with Python tutorial series. We've been working on ...

🎥 R Squared Theory - Practical Machine Learning Tutorial with Python p.10
👁 26 раз 516 сек.
Welcome to the 10th part of our of our machine learning regression tutorial within our Machine Learning with Python tutorial series. We've just rec...