Skip to content
View alxmart's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report alxmart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Keras_Building_a_Model Keras_Building_a_Model Public

    Construindo um modelo neural utilizando Keras. Projeto realizado em curso de Keras da Alura.

    Jupyter Notebook

  2. Cleaning_Data Cleaning_Data Public

    Cleaning data exercises from IBM course "Exploratory Data Analysis for Machine Learning")

    Jupyter Notebook

  3. Reading_In_DB_Files_Using_Python_Pandas Reading_In_DB_Files_Using_Python_Pandas Public

    Reading in database files using Python and Pandas. (Exercises from IBM course "Exploratory Data Analysis for Machine Learning")

    Jupyter Notebook

  4. Scalars-Vectors-Matrices-Tensors Scalars-Vectors-Matrices-Tensors Public

    Scalars, Vectors, Matrices and Tensors code examples.

    Jupyter Notebook

  5. Classification_Handwritten_Digits_Using_MLP Classification_Handwritten_Digits_Using_MLP Public

    Exercise from course "Foundation of Generative AI" (Udacity). Training a multi-layer perceptron (MLP) to classify handwritten digits from the MNIST dataset. The task is to classify each image into …

    Jupyter Notebook

  6. Generate_One_Token_at_a_Time Generate_One_Token_at_a_Time Public

    Exercise from course "Foundation of Generative AI" (Udacity). In this exercise, the LLM generates text one token at time, using previous tokens to predict the following ones.

    Python