Source: https://www.youtube.com/watch?v=IJKjMIU55pE
We collect tons of free videos about programming from YouTube. These videos includes introductions, tutorials, languages of programming. It is a great place you start your journey of coding. Become a professional programmer, let’s start!
Tuesday, October 2, 2018
[Vox] How smart is today's artificial intelligence?
Current AI is impressive, but it's not intelligent.
Source: https://www.youtube.com/watch?v=IJKjMIU55pE
Source: https://www.youtube.com/watch?v=IJKjMIU55pE
Friday, September 21, 2018
[Andre Madarang] Laravel Excel - Useful Laravel Packages
We take a look at using the Laravel Excel package which allows you to export your Laravel collections to Excel format. We take a look at some of its export options as well some basic formatting features for the underlying PHP Spreadsheet package.
Laravel Excel: https://github.com/maatwebsite/Larave... GitHub Repo: https://github.com/drehimself/ulp-lar...
Source: https://www.youtube.com/watch?v=2FH72e6OjeQ
Laravel Excel: https://github.com/maatwebsite/Larave... GitHub Repo: https://github.com/drehimself/ulp-lar...
Source: https://www.youtube.com/watch?v=2FH72e6OjeQ
Monday, August 27, 2018
[Discovery Channel Southeast Asia] This is A.I. Part 1
Artificial intelligence has been touted as humanity's salvation & its downfall. But what is the truth behind the hype? This is AI looks at how AI is changing the world now, the scientists shaping it, and the lives affected by this nascent technology.
Source: https://www.youtube.com/watch?v=H3P87qCdqk4
Source: https://www.youtube.com/watch?v=H3P87qCdqk4
Friday, August 3, 2018
[John G. Fisher] K-Means Tutorial - Machine Learning From Scratch With Python
Learn how to implement K-Means clustering from scratch with Python. K-means is an unsupervised machine learning algorithm that will help you find organic groups in unlabeled data.
👨💻 CODE: https://github.com/jg-fisher/k-means
Source: https://www.youtube.com/watch?v=Pe7dL-u7acI
👨💻 CODE: https://github.com/jg-fisher/k-means
Source: https://www.youtube.com/watch?v=Pe7dL-u7acI
Thursday, July 26, 2018
[Joma Tech] A Day In The Life Of A Data Scientist
Talk to you about a daily life of a data scientist.
Source: https://www.youtube.com/watch?v=Ck0ozfJV9-g
Source: https://www.youtube.com/watch?v=Ck0ozfJV9-g
Wednesday, July 11, 2018
[Mike Dane] Learn Python - Full Course for Beginners
This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you'll be a python programmer in no time!
⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (1:45) Installing Python & PyCharm
⌨️ (6:40) Setup & Hello World
⌨️ (10:23) Drawing a Shape
⌨️ (15:06) Variables & Data Types
⌨️ (27:03) Working With Strings
⌨️ (38:18) Working With Numbers
⌨️ (48:26) Getting Input From Users
⌨️ (52:37) Building a Basic Calculator
⌨️ (58:27) Mad Libs Game
⌨️ (1:03:10) Lists
⌨️ (1:10:44) List Functions
⌨️ (1:18:57) Tuples
⌨️ (1:24:15) Functions
⌨️ (1:34:11) Return Statement
⌨️ (1:40:06) If Statements
⌨️ (1:54:07) If Statements & Comparisons
⌨️ (2:00:37) Building a better Calculator
⌨️ (2:07:17) Dictionaries
⌨️ (2:14:13) While Loop
⌨️ (2:20:21) Building a Guessing Game
⌨️ (2:32:44) For Loops
⌨️ (2:41:20) Exponent Function
⌨️ (2:47:13) 2D Lists & Nested Loops
⌨️ (2:52:41) Building a Translator
⌨️ (3:00:18) Comments
⌨️ (3:04:17) Try / Except
⌨️ (3:12:41) Reading Files
⌨️ (3:21:26) Writing to Files
⌨️ (3:28:13) Modules & Pip
⌨️ (3:43:56) Classes & Objects
⌨️ (3:57:37) Building a Multiple Choice Quiz
⌨️ (4:08:28) Object Functions
⌨️ (4:12:37) Inheritance
⌨️ (4:20:43) Python Interpreter
Source: https://www.youtube.com/watch?v=rfscVS0vtbw
⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (1:45) Installing Python & PyCharm
⌨️ (6:40) Setup & Hello World
⌨️ (10:23) Drawing a Shape
⌨️ (15:06) Variables & Data Types
⌨️ (27:03) Working With Strings
⌨️ (38:18) Working With Numbers
⌨️ (48:26) Getting Input From Users
⌨️ (52:37) Building a Basic Calculator
⌨️ (58:27) Mad Libs Game
⌨️ (1:03:10) Lists
⌨️ (1:10:44) List Functions
⌨️ (1:18:57) Tuples
⌨️ (1:24:15) Functions
⌨️ (1:34:11) Return Statement
⌨️ (1:40:06) If Statements
⌨️ (1:54:07) If Statements & Comparisons
⌨️ (2:00:37) Building a better Calculator
⌨️ (2:07:17) Dictionaries
⌨️ (2:14:13) While Loop
⌨️ (2:20:21) Building a Guessing Game
⌨️ (2:32:44) For Loops
⌨️ (2:41:20) Exponent Function
⌨️ (2:47:13) 2D Lists & Nested Loops
⌨️ (2:52:41) Building a Translator
⌨️ (3:00:18) Comments
⌨️ (3:04:17) Try / Except
⌨️ (3:12:41) Reading Files
⌨️ (3:21:26) Writing to Files
⌨️ (3:28:13) Modules & Pip
⌨️ (3:43:56) Classes & Objects
⌨️ (3:57:37) Building a Multiple Choice Quiz
⌨️ (4:08:28) Object Functions
⌨️ (4:12:37) Inheritance
⌨️ (4:20:43) Python Interpreter
Source: https://www.youtube.com/watch?v=rfscVS0vtbw
Friday, June 22, 2018
Tuesday, May 29, 2018
[John G. Fisher] Create AI for Video Games - Google's DINO/AI
Learn how to create a video game AI using a convolutional neural network to play Google's Dinosaur run and other video games. As a side note. I move over the details of the CNN architecture very quickly. If you guys have any questions about the specifics please ask below and we can discuss!
👨💻 CODE: Code: https://github.com/jg-fisher/dinoAI
Source: https://www.youtube.com/watch?v=v9YwegSFyKI
👨💻 CODE: Code: https://github.com/jg-fisher/dinoAI
Source: https://www.youtube.com/watch?v=v9YwegSFyKI
Friday, May 18, 2018
[ACADGILD] Statistics for Data Science 2018 Part 2
This video talks about applications of statistics for data science.
Source: https://www.youtube.com/watch?v=y4ZLfS-Dt9g
Source: https://www.youtube.com/watch?v=y4ZLfS-Dt9g
[ACADGILD] Statistics for Data Science 2018 Part 1
This video talks about applications of statistics for data science.
Source: https://www.youtube.com/watch?v=c27EwKNIanQ
Source: https://www.youtube.com/watch?v=c27EwKNIanQ
Friday, May 4, 2018
[Simplilearn] Data Science Tutorial for Beginners
This Data Science Tutorial will help you understand what is Data Science, who is a Data Scientist, what does a Data Scientist do and also how Python is used for Data Science. Data science is an interdisciplinary field of scientific methods, processes, algorithms and systems to extract knowledge or insights from data in various forms, either structured or unstructured, similar to data mining.
Source: https://www.youtube.com/watch?v=jNeUBWrrRsQ
Source: https://www.youtube.com/watch?v=jNeUBWrrRsQ
Tuesday, April 17, 2018
[Simplilearn] Introduction to Data Science for Beginners
This Data Science tutorial will help you in understanding what is Data Science, why we need Data Science, prerequisites for learning Data Science, what does a Data Scientist do, Data Science lifecycle with an example and career opportunities in Data Science domain.
Source: https://www.youtube.com/watch?v=KxryzSO1Fjs
Source: https://www.youtube.com/watch?v=KxryzSO1Fjs
Friday, April 6, 2018
[Hitesh Choudhary] Machine Learning and Data Science
Companies like Facebook, Google and Amazon have got a lot of data about us. Even the small companies have got a lot of data like signup information, number of logins, Product purchase, products that we are looking for. All this data can be processed and can give any company a boost in productivity and increase in sale.
That is why machine learning is growing so fast.
Companies can offer amazing features like quick replies that are context based in Gmail, Uber driver arrival time or time to reach at the destination via Google maps, self-driving cars etc. This is just a start of machine learning and power of data science.
Source: https://www.youtube.com/watch?v=vG8etlO2uq8
That is why machine learning is growing so fast.
Companies can offer amazing features like quick replies that are context based in Gmail, Uber driver arrival time or time to reach at the destination via Google maps, self-driving cars etc. This is just a start of machine learning and power of data science.
Source: https://www.youtube.com/watch?v=vG8etlO2uq8
Friday, January 12, 2018
[Edureka] Introduction to Artificial Intelligence
This video on Artificial Intelligence gives you a brief introduction to AI and how AI can change the world.
Source: https://www.youtube.com/watch?v=4jmsHaJ7xEA
Source: https://www.youtube.com/watch?v=4jmsHaJ7xEA
[John G. Fisher] Create A Twitter Bot With Python
Learn how scrape the web for data and create a Twitter bot with Python that tweets images or status updates at a set interval.
💻Code: https://github.com/jg-fisher/theModelBot
Source: https://www.youtube.com/watch?v=MN_1wOxIfRU
💻Code: https://github.com/jg-fisher/theModelBot
Saturday, January 6, 2018
[John G. Fisher] How To Create A Botnet With Python
Learn how to create your own botnet with Python. This is strictly for educational purposes. The topics discussed in this video are to raise awareness of python malware and broaden understanding of botnets and their functionality.
👨💻 CODE: https://github.com/jg-fisher/botnet
Source: https://www.youtube.com/watch?v=eSPLRuOezGc
Thursday, January 4, 2018
[Edureka] Data Science with R for Beginners
This "Data Science with R" video by Edureka will help you to understand different Data Science concepts from scratch. The video starts with giving a brief introduction to data science followed by different case Studies.
Source: https://www.youtube.com/watch?v=oVwUpuALP78
Source: https://www.youtube.com/watch?v=oVwUpuALP78
Subscribe to:
Comments (Atom)