Pinned Repositories
computer-science-pucpr
🧪 Collection of miscellaneous projects during my Computer Science Bachelor's degree at PUCPR
magic-squares
🔮 An algorithm that generates 10x10 magic squares, based on the given pattern
mirum-login-screen
🔑 A basic login screen
ml-from-scratch
🧶 A collection of Machine Learning algorithms implemented from scratch
PETR4.SA-forecasting
📈 Application of neural networks in the prediction of PETR4.SA shares, compared with statistical models
problem-solving
🧩 Collection of miscellaneous problems, algorithms, competitive programming, among others topics
real-time-fraud-detection
💳 A real-time machine learning approach for detecting fraudulent transactions in online payments
simpsons-classification
👶 Simpsons character classification using machine learning and image processing
snake-game
🐍 Snake game developed using javascript
gprzy's Repositories
gprzy/simpsons-classification
👶 Simpsons character classification using machine learning and image processing
gprzy/casino-monte-carlo
🎰 A Monte Carlo Casino simulation
gprzy/chatgpt-api
💬 An API integration for ChatGPT, accepting input files with prompts and personalized configurations
gprzy/enron-graph-analysis
📩 Modeling the Enron dataset of emails using graphs
gprzy/gprzy
☝ Personal README
gprzy/object-tracking
🥎 Object tracking with Python and OpenCV
gprzy/real-time-fraud-detection
💳 A real-time machine learning approach for detecting fraudulent transactions in online payments
gprzy/ahp
🌱 Analytic Hierarchy Process (AHP) implementation
gprzy/computer-science-pucpr
🧪 Collection of miscellaneous projects during my Computer Science Bachelor's degree at PUCPR
gprzy/ml-from-scratch
🧶 A collection of Machine Learning algorithms implemented from scratch
gprzy/problem-solving
🧩 Collection of miscellaneous problems, algorithms, competitive programming, among others topics
gprzy/basic-mathematics-topics
🧉 Tópicos de matemática básica, cobrindo desde a matemática elementar até toda a matemática do ensino médio, com o adicional de estatística básica, limites e cálculo. Possui exemplos e aplicações em Python.
gprzy/bezier-porsche-plotting
🏁 Plotting a Porsche using Bézier curves, lines and circumferences using matplotlib
gprzy/book-depository
📚 Performing data crossing, merging and transformation, in order to answer some questions about the book depository dataset
gprzy/classical-ml-ds-projects
🍷 A collection of classic Machine Learning projects using various techniques
gprzy/data-manipulation-examples
🐼 Examples of data manipulations with numpy and pandas
gprzy/data-science-bigdata-specialization-ufpr
🤺 A collection of projects, code snippets and notes during my Data Science & Big Data Specialization at UFPR
gprzy/euromillions-jackpot
🎲 Randomized combination algorithm and Euromillions betting simulations
gprzy/letter-frequency-lang-detection
🈯 A Machine Learning approach that detects the language of a text based on the frequency of each letter
gprzy/license-plate-recognition
7️⃣ Image reading, component separation and plate recognition with and without machine learning
gprzy/linear-programming
📏 Linear programming problems solved with PuLP
gprzy/markdown-toc-generator
📌 A simple Markdown Table of Contents (TOC) generator
gprzy/master-theorem-analysis
⌛ Applications of the master theorem in recurrence analysis
gprzy/mathematics-for-machine-learning
🍝 Mathematics topics for Data Science and Machine Learning, such as Calculus, Multivariate Calculus, Linear Algebra, Vectorial Calculus, Taylor and Fourier Series, Differential Equations, Numerical Analysis, Optimization and so on
gprzy/metropolitan-region-graph
🗾 Graph of the metropolitan region of Curitiba-PR with DFS and BFS examples, as well as Dijkstra's algorithm
gprzy/modeling-of-physical-phenomena
🌪 Introduction to scientific computing with Python
gprzy/pyro5-voter
🗳 Voter implemented to compute majority decision in distributed systems
gprzy/sorting-complexity-analysis
⏰ Analysis of performance and complexity of sorting algorithms
gprzy/ta-forecasting
🧬 Stock forecast based on technical analysis indicators, genetic algorithms and neural networks
gprzy/vehicles-counting
Object detection and counting for vehicles with Open CV