Giter Club home page Giter Club logo

datasciencedci's Introduction

Data Science DCI-UG 2023-I

Curso optativo para estudiantes de licenciatura en la División de Ciencias e Ingenierías de la Universidad de Guanajuato.

Programa


  • GitHub

  • Fundamentos de Python

    • Tipos de variables
    • Operadores (aritméticos y lógicos)
    • While/For loops
    • Funciones
    • Descarga/Lectura de datos (dat, txt, csv)
    • listas / arrays / dictionaries
    • map/filter/lambda
  • Numpy

    • clase array
      • atributos
      • funciones generadoras
      • manupulación
        • operaciones
        • filtros y máscaras
        • opreracines matriciales
      • lectura y escritura de documentos
  • Matplotlib

    • scatter
    • histograms
    • boxplots
    • multiple subplots
    • custom axes ...
  • Pandas

    • Series

      • crear serie
      • acceder a los elementos por índice
      • atributos
      • operaciones
      • filtros
    • DataFrames

      • crear DataFrame
      • acceder a los elementos por índice (DateTime)
      • exploración de los datos
      • añadir y eliminar filas/columnas
      • operaciones y manipulación
      • filtros
      • lectura/escritura de archivos csv, JSON
    • Manipulación avanzada de DataFrames

      • eliminación de NaNs
      • apply
      • group by / agregaciones
      • merge/join
      • índices múltiples
    • Visualización de datos

    • Time series

  • Seaborn

    • displot
    • jointplot
    • paiplot
  • Búsqueda en la web (documentación, blogs, stackoverflow)

  • Bases de datos

    • relacionales (SQL)
    • no relacionales (formato JSON)
  • Exploración de datos

  • Limpieza de los datos (acción sobre valores faltantes/incorrectos, recastear, eliminar/renombrar columnas, reshape, nueva indexacion, merging/joining)

  • Análisis

    • estadística descriptiva
    • estadística inferencial / pruebas de hipótesis / visualización
      • Seaborn
      • Scipy (statsmodels)
  • Aplicación de Modelos de aprendizaje automatizado

    • Scikit-learn
    • Regresion lineal
    • Regresion logistica
    • K-Nearest Neighbours
    • Support Vector Machine
    • K-Means Clustering
    • PCA
    • Decision Trees and Random Forests
    • Natural Language Processing

datasciencedci's People

Contributors

alrakomala avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.