All Projects → TheGlitchCat → Python-Course

TheGlitchCat / Python-Course

Licence: other
Python Basics, Machine Learning and Deep Learning

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Python-Course

covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (-72%)
Mutual labels:  seaborn, matplotlib
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+56%)
Mutual labels:  seaborn, matplotlib
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (+6%)
Mutual labels:  seaborn, matplotlib
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (-32%)
Mutual labels:  seaborn, matplotlib
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+8674%)
Mutual labels:  seaborn, matplotlib
heatmaps
Better heatmaps in Python
Stars: ✭ 117 (+134%)
Mutual labels:  seaborn, matplotlib
astetik
Astetik takes away the pain from telling visual stories with data on Python
Stars: ✭ 15 (-70%)
Mutual labels:  seaborn, matplotlib
Python-Data-Visualization
D-Lab's 3 hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.
Stars: ✭ 42 (-16%)
Mutual labels:  seaborn, matplotlib
The-Data-Visualization-Workshop
A New, Interactive Approach to Learning Data Visualization
Stars: ✭ 59 (+18%)
Mutual labels:  seaborn, matplotlib
data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (+62%)
Mutual labels:  seaborn, matplotlib
Machine-Learning-with-Iris-Dataset
Data Visualization and Machine Learning with Iris Dataset.
Stars: ✭ 65 (+30%)
Mutual labels:  seaborn, matplotlib
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+12%)
Mutual labels:  machine-learning-algorithms, matplotlib
Data-Analytics-Projects
This repository contains the projects related to data collecting, assessing,cleaning,visualizations and analyzing
Stars: ✭ 167 (+234%)
Mutual labels:  seaborn, matplotlib
Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (-38%)
Mutual labels:  seaborn, matplotlib
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (+4%)
Mutual labels:  seaborn, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+15826%)
Mutual labels:  seaborn, matplotlib
scipy-crash-course
Material for a 24 hours course on Scientific Python
Stars: ✭ 98 (+96%)
Mutual labels:  course, matplotlib
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (+268%)
Mutual labels:  course
Awesome Database Learning
A list of learning materials to understand databases internals
Stars: ✭ 4,016 (+7932%)
Mutual labels:  course
Wechatvideocourse
《微信公众号+小程序快速开发》视频教程课件及代码
Stars: ✭ 185 (+270%)
Mutual labels:  course

Python Course

This is a personal repository to teach Python, Machine Learning and Deep Learning(Basics)

To use this repository you have to install Anaconda and use Jupyter Notebook

Clarification: the content of this repository is not entirely created by me, some codes are a compilation of multiple courses that I have done.

Content:

  • Datasets
    • Directory of multiple collected Datasets
    • Appen
    • ics
  • Week 1 - Python Basics
    • Variables types
    • Operators
    • Conditionals
    • Cycles
  • Week 2 - Python Basics 2
    • Functions
    • Dictionaries
    • List
  • Week 3 - Python Intermediate
    • Inheritance
    • Generators
    • Iterators
    • Modules
    • Try Closures
    • Serializer
  • Week 4 - Intro Numpy
    • Sets
    • Numpy
  • Week 5 - data visualization and manipulation
    • Pandas
    • Matplotlib
    • Seaborn
    • Bokeh
  • Week 6 - Mathematics (Basics)
  • Week 7 - Intro Machine Learning
    • Linear Regression
    • Polynomial Regression
    • Logistic Regression
  • Week 8 - Classification
    • Overfit Complexity
    • K Nearest Neighbor (KNN)
    • Decision Tree
    • Support Vector Machines (SVM)
  • Week 9 - Classification 2
    • K Means
    • DBSCAN
    • Recommender Systems
    • Reduction of dimensionality (PCA, IPCA, KPCA, Regularization)
  • Week 10 - Advanced Methods
    • Robust Regressions
    • Assembly Methods
    • Cross Validation and K Folds
    • Parametric Optimization
    • Save and load ML Models
    • Intro Deep Learning Part 1
  • Week 11 - Intro Deep Learning
    • Intro Deep Learning Part 2
    • Deep Learning (Basic Theory)
    • Pytorch
    • Convolutional Neural Network
  • Week 12 - NLP
    • Natural Language Process
    • NLTK
    • Recurrent Neural Network
  • Bonus
    • Chatbot
    • Dog or Muffin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].