
Hi,
In this session, we are going to install the required libraries that we need during the course.
We are going to use pip installation. You can find the related codes for this installation below:
pip install numpy
pip install pandas
pip install -U scikit_learn
pip install scipy
Note1! If you receive an error with the above commands, just google the pip install (name of the package) and you should see the last updated pip installation commands. IT'S VERY EASY :)
Note2! If you are using anaconda distribution, please use the below commands
conda install numpy
conda install pandas
conda install -c conda-forge scikit-learn
conda install -c anaconda scipy
Hi,
In case you do not have Python on your computer as we discussed, please go to the below link and download any version of the Python that you prefer and then select it as an interpreter as we discussed in the video:
https://www.python.org/downloads/
Thanks
Hi and Congrats on Finishing First Chapter!
As we promised, you can download all the source codes from the below link!
https://www.dropbox.com/sh/034svu06emp71r4/AAANXcqD-eUjjFI8YVzuwZyVa?dl=0
I strongly suggest to code with me during the course and this is just for your archive!
Enjoy the course!
Bonus Lecture (link to discounted coupons)
Are you interested in data science and machine learning, but you don't have any background, and you find the concepts confusing?
Are you interested in programming in Python, but you always afraid of coding?
I think this course is for you!
Even if you are familiar with machine learning, this course can help you to review all the techniques and understand the concept behind each term.
This course is completely categorized, and we don't start from the middle! We actually start from the concept of every term, and then we try to implement it in Python step by step. The structure of the course is as follows:
Chapter1: Introduction and all required installations
Chapter2: Useful Machine Learning libraries (NumPy, Pandas & Matplotlib)
Chapter3: Preprocessing
Chapter4: Machine Learning Types
Chapter5: Supervised Learning: Classification
Chapter6: Supervised Learning: Regression
Chapter7: Unsupervised Learning: Clustering
Chapter8: Model Tuning
Furthermore, you learn how to work with different real datasets and use them for developing your models. All the Python code templates that we write during the course together are available, and you can download them with the resource button of each section.
Remember! That this course is created for you with any background as all the concepts will be explained from the basics! Also, the programming in Python will be explained from the basic coding, and you just need to know the syntax of Python.