Machine Learning with Python Machine Learning with Python Python Crash Course Introduction to Python Crash CoursePython Crash Course – Part 1 – BasicsPython Crash Course – Part 2 – OOPS conceptsPython Crash Course – Part 3 – ModulesPython Crash Course – Part 4 – FinalPython Crash Course Exercises – OverviewPython Crash Course Exercises – Solutions Data Structures or Collections IntroductionImportance of Data structuresApplications of Data structuresTypes of CollectionsSequenceStrings, List, Tuple, rangeNon sequenceSet, Frozen set, DictionaryStringsWhat is stringRepresentation of StringsProcessing elements using indexingProcessing elements using IteratorsManipulation of String using Indexing and SlicingString operatorsMethods of String objectString FormattingString functionsString ImmutabilityCase studies List Collection What is ListNeed of List collectionDifferent ways of creating ListList comprehensionList indicesProcessing elements of List through Indexing and SlicingList object methodsList is MutableMutable and Immutable elements of ListNested Lists Python for Data Analysis-NumPy Introduction to NumpyNumpy ArraysQuick Note on Array IndexingNumpy Array Indexing and OperationsNumpy Exercises Overview and Solutions Python for Data Analysis-Pandas Introduction to PandasSeriesData Frames – Part 1 IntroductionData Frames – Part 2 OrganizingData Frames – Part 3 Set upMissing DataGroup byMerging Joining and ConcatenatingOperationsData Input and Output Python for Data Analysis-Pandas Exercises Salaries Exercise OverviewNote on SF Salary ExerciseSF Salaries SolutionsE-commerce Purchases Exercise OverviewE-commerce Purchases Exercise Solutions Python for Data Visualization-Matplotlib Introduction to MatplotlibMatplotlib Part 1 Set upMatplotlib Part 2 PlotMatplotlib Part 3 Next stepsMatplotlib Exercises OverviewMatplotlib Exercises – Solutions Python for Data Visualization-Seaborn Introduction to SeabornDistribution PlotsCategorical PlotsMatrix PlotsRegression PlotsGridsStyle and ColorSeaborn Exercise OverviewSeaborn Exercise Solutions Python for Data Visualization-Pandas Built-in Data Visualization Pandas Built-in Data VisualizationPandas Data Visualization ExercisePandas Data Visualization Exercise- Solutions Introduction to Machine Learning Link for ISLRIntroduction to Machine LearningMachine Learning with Python Linear Regression Linear Regression TheoryModel selection Updates for SciKit LearnLinear Regression with Python – Part 1 IntroductionLinear Regression with Python – Part 2 Deep DiveLinear Regression Project Overview and Project Solution Logistic Regression Logistic Regression Theory – IntroductionLogistic Regression with Python – Part 1 – LogisticsLogistic Regression with Python – Part 2 – RegressionLogistic Regression with Python – Part 3 – ConclusionLogistic Regression Project Overview and Project Solutions K Nearest Neighbours KNN TheoryKNN with PythonKNN Project Overview and Project Solutions Decision Trees and Random Forests Introduction to Tree MethodsDecision Trees and Random Forest with PythonDecision Trees and Random Forest Project OverviewDecision Trees and Random Forest Solutions Part 1Decision Trees and Random Forest Solutions Part 2 Support Vector Machines SVM TheorySupport Vector Machines with PythonSVM Project OverviewSVM Project Solutions K Means Clustering K Means Algorithm TheoryK Means with PythonK Means Project OverviewK Means Project Solutions Principal Component Analysis Principal Component AnalysisPCA with Python Recommender Systems Recommender SystemsRecommender Systems with Python – Part 1 The FoundationRecommender Systems with Python – Part 2 Deep Dive Natural Language Processing Natural Language Processing TheoryNLP with PythonNLP Project OverviewNLP Project Solutions Big Data and Spark with Python Big Data OverviewSpark OverviewLocal Spark Set-UpAWS Account Set-UpQuick Note on AWS SecurityEC2 Instance Set-UpSSH with Mac or LinuxPySpark SetupLambda Expressions ReviewIntroduction to Spark and PythonRDD Transformations and Actions Neural Nests and Deep Learning Neural Network TheoryWelcome to the Deep Learning Section!What is TensorFlow?Changes with TensorFlowTensorFlow InstallationTensorFlow BasicsMNIST with Multi-Layer PerceptronTensorFlow with ContribLearnTensorflow Project Exercise Overview