mafda
about me projects blog

    Why is it important to communicate data effectively?

    Data Science

    This post aims to explore the art of storytelling with data and why it is crucial to communicate data effectively.

    06 October 2023

    Prototyping a ML App with Streamlit, FastAPI & Hugging Face

    Data Science Python Tutorial Streamlit

    Tools like Streamlit, FastAPI & Hugging Face have emerged as a quick way to expose functional results for Machine Learning Applications, and don’t require complex implementations.

    12 April 2023

    Python Best Practices

    Data Science Python Tutorial

    How can you make your code shine with isort, Black, and Flake8?

    23 February 2023

    Knee OA Analysis with X-ray Images, Deep Learning & Streamlit

    Data Science Python Tutorial Streamlit

    Web app to predict knee osteoarthritis grade using Deep Learning and Streamlit.

    18 January 2023

    Checklist to Set Up a Data Science Project Repository

    Data Science Git Python Tutorial

    How to set up a data science project?. Where do I start?. How do I structure my project?. Just a few questions we frequently have when starting a project.

    28 December 2021

    Getting Started with Conda or Poetry for Data Science Projects

    Data Science Python Tutorial

    How to manage virtual environments, packages, and dependencies in Python and start your data science project with Conda or Poetry.

    03 November 2021

    How to Get More Productive Projects Using Agile and Git

    Data Science Git Python Tutorial

    We present a series of 6 steps to integrate some useful tools like Kanban and Git and get more productive projects.

    30 June 2021

    How to Make your Code Shine with GitLab CI Pipelines

    Data Science Git Python Tutorial

    A brief introduction to some tools for a cleaner Python code by applying isort, Black, Flake8, and Pylint automatically using GitLab CI Pipelines.

    27 May 2021

    AR 101 — Components of the Augmented Reality System (Part 3)

    Augmented Reality - AR

    What is the basic process of an Augmented Reality system, and what are its main components of Hardware and Software?

    02 July 2020

    AR 101 — Augmented Reality Trends (Part 2)

    Augmented Reality - AR

    The development of Augmented Reality systems can be divided into two trends, Trend horizontal or AR applications, and trend vertical or AR techniques.

    01 July 2020

    AR 101 — Augmented Reality

    Augmented Reality - AR Series

    In this series, a brief introduction to the basic notions that involve the concept of Augmented Reality will be presented. Some basic knowledge that we all should know to start!

    30 June 2020

    AR 101 — A brief summary (Part 1)

    Augmented Reality - AR

    What is Augmented Reality? What are its features basic? What are some of Augmented Reality problems and challenges?

    30 June 2020

    UX — LEAN UX

    User Experience - UX

    A brief introduction to User Experience — UX Work Process. LEAN UX is based on Design Thinking, Agile Methodology, and Lean Startup.

    24 June 2020

    UX — Design Sprint

    User Experience - UX

    A brief introduction to User Experience — UX Work Process. One of the main UX methodologies, Design Sprint!

    24 June 2020

    UX — User Experience Tools

    User Experience - UX

    A brief introduction to User Experience — UX. A list of the main UX tools and methods. Strategy, Ideas, Planning, Validation, Design, Metrics, and Launch!

    22 June 2020

    GANs — Wasserstein GAN with MNIST (Part 6)

    Deep Learning Generative Adversarial Nets MNIST Python Tutorial

    Brief theoretical introduction to Wasserstein GAN or WGANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    16 June 2020

    GANs — Least Squares GANs with MNIST (Part 7)

    Deep Learning Generative Adversarial Nets MNIST Python Tutorial

    Brief theoretical introduction to Least Squares Generative Adversarial Nets or LSGANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    16 June 2020

    GANs — Deep Convolutional GANs with CIFAR10 (Part 8)

    Deep Learning Generative Adversarial Nets CIFAR10 Python Tutorial

    Brief theoretical introduction to Deep Convolutional Generative Adversarial Networks or DCGANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    16 June 2020

    GANs — Context-Conditional GANs with MNIST (Part 5)

    Deep Learning Generative Adversarial Nets MNIST Python Tutorial

    Brief theoretical introduction to Context-Conditional Generative Adversarial Nets or CCGANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    16 June 2020

    GANs — Conditional GANs with CIFAR10 (Part 9)

    Deep Learning Generative Adversarial Nets CIFAR10 Python Tutorial

    Brief theoretical introduction to Conditional Generative Adversarial Nets or CGANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    16 June 2020

    GANs — Conditional GANs with MNIST (Part 4)

    Deep Learning Generative Adversarial Nets MNIST Python Tutorial

    Brief theoretical introduction to Conditional Generative Adversarial Nets or CGANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    15 June 2020

    GANs — Deep Convolutional GANs with MNIST (Part 3)

    Deep Learning Generative Adversarial Nets MNIST Python Tutorial

    Brief theoretical introduction to Deep Convolutional Generative Adversarial Networks or DCGANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    13 June 2020

    GANs — Generative Adversarial Networks 101

    Deep Learning Generative Adversarial Nets Series

    Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN, and LSGAN models with MNIST and CIFAR-10 datasets.

    11 June 2020

    GANs — Generative Adversarial Network with MNIST (Part 2)

    Deep Learning Generative Adversarial Nets MNIST Python Tutorial

    A brief theoretical introduction to Generative Adversarial Networks or GANs and practical implementation using Python and Keras/TensorFlow in Jupyter Notebook.

    11 June 2020

    GANs — A brief overview (Part 1)

    Deep Learning Generative Adversarial Nets

    This post presents the basic notions that involve the concept of Generative Adversarial Networks — GANs.

    11 June 2020

    ML & DL — Convolutional neural networks (Part 6)

    Machine Learning Deep Learning Tutorial Python

    Convolutional neural networks extract the most useful information for the task at hand.

    09 May 2020

    ML & DL — Deep artificial neural networks (Part 5)

    Machine Learning Deep Learning Tutorial Python

    Artificial neural network + data volume + computational power = Deep artificial networks.

    09 May 2020

    ML & DL — Artificial neural networks (Part 4)

    Machine Learning Tutorial Python

    Artificial neural networks are called networks because they are represented by the composition of several different functions.

    09 May 2020

    ML & DL — Logistic regression (Part 3)

    Machine Learning Tutorial Python

    Logistic regression is a regression model where the dependent variable is categorical, and the output can take only two values 0 or 1.

    08 May 2020

    ML & DL — Linear regression (Part 2)

    Machine Learning Tutorial Python

    Linear regression defines the relationship between two variables, but how to find the “best” combination of parameters?

    08 May 2020

    ML & DL — Machine Learning and Deep Learning 101

    Machine Learning Deep Learning Series

    In this series, an introduction to the basic notions that involve the concept of Machine Learning and Deep Learning will be presented.

    07 May 2020

    ML & DL — Development environment (Part 1)

    Machine Learning Deep Learning

    What is machine learning, description of the development environment, and workflow implementation with Keras.

    07 May 2020

    Navegação sem condutor, mas segura

    Unicamp

    Engenheira desenvolve método de localização, baixando custo de mobilidade autônoma.

    27 November 2014
    with by fernanda rodriguez
    theme portfolYOU