jagomart
digital resources
picture1_Machine Learning Using Python Pdf 182637 | Qs3 2017   Mlccexternalkeyconceptslist


 270x       Filetype PDF       File size 0.08 MB       Source: qs3.scripts.mit.edu


File: Machine Learning Using Python Pdf 182637 | Qs3 2017 Mlccexternalkeyconceptslist
python key concepts for machine learning crash course tensorflow programs are configured using python in order to complete the activities in the machine learning crash course you will need to ...

icon picture PDF Filetype PDF | Posted on 31 Jan 2023 | 2 years ago
Partial capture of text on file.
         Python Key Concepts for Machine Learning Crash Course 
         TensorFlow programs are configured using Python. In order to complete the activities in 
         the Machine Learning Crash Course, you will need to be somewhat familiar with Python's 
         syntax, as well as a few additional third-party libraries. ​The prerequisite for this course 
         is that you know enough Python to be able to look up and use anything on this list 
         with a quick perusal of the linked documents. 
         Basic Python 
         The following Python basics are covered in ​The Python Tutorial​: 
           ● Defining and calling functions​, using positional and ​keyword​ parameters 
           ● Dictionaries​, ​lists​, ​sets​ (creating, accessing, and iterating) 
           ● for​ loops​, ​for​ loops with multiple iterator variables (e.g., ​for a, b in [(1,2),  
              (3,4)]​ ) 
           ● if​/​else​ conditional blocks​ and ​conditional expressions 
           ● String formatting​ (e.g., ​'%.2f' % 3.14​) 
           ● Variables, assignment, ​basic data types​ (​int​, ​float​, ​bool​, ​str(ing)​) 
           ● The ​pass​ statement 
         Intermediate Python 
         The following more advanced Python features are also covered in ​The Python Tutorial​: 
           ● List comprehensions 
           ● Lambda functions 
         Third-Party Libraries 
         Code examples in MLCC use the following features from third-party libraries: 
           ● Matplotlib 
                ○ pyplot​ module 
                ○ cm​ ​module 
                ○ gridspec​ module 
           ● Seaborn 
                ○ heatmap​ function 
           ● pandas 
                ○ DataFrame​ class 
           ● NumPy 
                ○ linspace​ function 
                ○ random​ function 
                ○ array​ function 
                ○ arange​ function 
           ● scikit-learn 
                ○ metrics​ module 
The words contained in this file might help you see if this file matches what you are looking for:

...Python key concepts for machine learning crash course tensorflow programs are configured using in order to complete the activities you will need be somewhat familiar with s syntax as well a few additional third party libraries prerequisite this is that know enough able look up and use anything on list quick perusal of linked documents basic following basics covered tutorial defining calling functions positional keyword parameters dictionaries lists sets creating accessing iterating loops multiple iterator variables e g b if else conditional blocks expressions string formatting f assignment data types int float bool str ing pass statement intermediate more advanced features also comprehensions lambda code examples mlcc from matplotlib pyplot module cm gridspec seaborn heatmap function pandas dataframe class numpy linspace random array arange scikit learn metrics...

no reviews yet
Please Login to review.