Pinned Repositories
argilla
✨ Open-source tool for data-centric NLP. Argilla helps domain experts and data teams to build better NLP datasets in less time.
bricks
Open-source natural language enrichments at your fingertips.
clustering-extracting-patterns
Clustering: extracting data patterns
data-cleaning-rmotr-freecodecamp
Decision_tree_implementation
Descision Tree implementation
doc-docusaurus
Easy to maintain open source documentation websites.
name-classification-RNNs
Recurrent Neural Networks (RNNs) are a type of neural network designed to work with sequential data. They are particularly useful for tasks where the input or output is a sequence, such as time series prediction, language translation, speech recognition, and more.
portfolio-project
This repository serves as a collection of my professional portfolios.
pytorch-logistic-regression
Logistic Regression - PyTorch
langflow
Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
carlosrcoelho's Repositories
carlosrcoelho/name-classification-RNNs
Recurrent Neural Networks (RNNs) are a type of neural network designed to work with sequential data. They are particularly useful for tasks where the input or output is a sequence, such as time series prediction, language translation, speech recognition, and more.
carlosrcoelho/pytorch-logistic-regression
Logistic Regression - PyTorch
carlosrcoelho/Decision_tree_implementation
Descision Tree implementation
carlosrcoelho/doc-docusaurus
Easy to maintain open source documentation websites.
carlosrcoelho/portfolio-project
This repository serves as a collection of my professional portfolios.
carlosrcoelho/Flowise
Drag & drop UI to build your customized LLM flow
carlosrcoelho/KNN-Algorithm-with-Python
carlosrcoelho/langflow
⛓️ LangFlow is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows.
carlosrcoelho/list-compreehension-cases
List comprehension cases
carlosrcoelho/lobe-chat
🤯 Lobe Chat - an open-source, modern-design LLMs/AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Bedrock / Azure / Mistral / Perplexity ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT chat application.
carlosrcoelho/Logistic_regression
carlosrcoelho/manipulando-dados
Projeto focado em precificação inteligente no âmbito de hospedagem de imóveis.
carlosrcoelho/medical-analysis
carlosrcoelho/new-lg-docs
carlosrcoelho/predict_stock_market
carlosrcoelho/property-rental-project
Informações sobre os preços de aluguéis de vários imóveis no Rio de Janeiro.
carlosrcoelho/python-excecoes
Python - Exceções
carlosrcoelho/pytorch-adjust-lr
carlosrcoelho/pytorch-Convolutional-Neural-Network-CNN-
Implement convolutional neural network (CNN) that can do image classification based on the famous CIFAR-10 dataset.
carlosrcoelho/pytorch-FFNN
A feed-forward neural network (FFNN) is a type of artificial neural network where information moves in one direction: forward, from the input nodes, through the hidden layers (if present), to the output nodes. It's called "feed-forward" because the data flows from input to output without any feedback loops.
carlosrcoelho/pytorch-flask-tutorial
carlosrcoelho/pytorch-rnn-lstm-gru
Use the nn.RNN module and work with an input sequence. I also show you how easily we can switch to a gated recurrent unit (GRU) or long short-term memory (LSTM) RNN.
carlosrcoelho/pytorch_lightning
PyTorch Lightning is a lightweight PyTorch wrapper that helps you scale your models and write less boilerplate code. In this Tutorial we learn about this framework and how we can convert our PyTorch code to a Lightning code.
carlosrcoelho/random_forest_implementation
carlosrcoelho/SQLalchemy-in-python
Case para executar consultas SQL com SQLalchemy em um ambiente Python
carlosrcoelho/SVM
carlosrcoelho/TensorBoard
In this part we will learn about the TensorBoard and how we can use it to visualize and analyze our models. TensorBoard is a visualization toolkit that provides the visualization and tooling needed for machine learning experimentation.
carlosrcoelho/tic_tac_toe
Tic Tac Toe in python
carlosrcoelho/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
carlosrcoelho/uso-operadores