Skip to content
View TRAORE-07's full-sized avatar
☺️
Let's declare variables, not wars !
☺️
Let's declare variables, not wars !

Block or report TRAORE-07

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
TRAORE-07/README.md

👋 Hi there, I'm Djeneba TRAORE (aka @TRAORE-07)

🎯 Passionate about:

  • 🤖 Artificial Intelligence
  • 🤖 Robotics
  • 🌐 Internet of Things (IoT)

🎓 Academic Background:

  • 🎓 Bachelor's in Software Engineering and Information Systems
  • 🎓 Master's in Artificial Intelligence and Machine Learning: FIRST DIVISION WITH DISTINCTION.

🗣️ Languages I speak:

  • 🇬🇧 English
  • 🇫🇷 French
  • 🇩🇪 German
  • 🇲🇱 Bambara

💡 Fun fact:

I'm an anime, gym & sky lover 🌤️🏋️‍♀️😍


🌱 Currently exploring new AI projects (like Image Recognition, LLMs and many more), working on cross-platform apps, and sharing tech with the world.

Pinned Loading

  1. Supervised-Learning-Models Supervised-Learning-Models Public

    Supervised learning is a machine learning technique where the algorithm is trained on a dataset with both input features (independent variables) and corresponding output labels (dependent variables…

    Python

  2. Unsupervised-Learning-Models Unsupervised-Learning-Models Public

    Unsupervised learning is a machine learning technique where the algorithm learns from unlabeled data.

    Python

  3. Time-Series-Forcasting Time-Series-Forcasting Public

    Time series forecasting involves predicting future values of a variable based on its historical data. It's commonly used in various fields, including finance, economics, weather forecasting, and su…

    Jupyter Notebook 1

  4. Pattern-Recognition Pattern-Recognition Public

    Pattern Recognition for Stock Market Analysis using the AGIO dataset. This code employs various algorithmic pattern recognition techniques to identify specific configurations in stock price and vol…

    Jupyter Notebook

  5. nekaburu nekaburu Public

    A modern iOS and Android-compatible e-commerce app, for ordering bread and pastries. With live order tracking.

    TypeScript 1

  6. Graph-Traversal-Algorithms Graph-Traversal-Algorithms Public

    Depth-First Search (DFS: Useful for cycle detection, topological sort, and maze-solving) and Breadth-First Search (BFS: Good for shortest path in unweighted graphs) implementation with python.

    Python 1