abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
321 stars 290 forks source link

Conflict in Ethiopia using DL #438

Open abhisheks008 opened 5 months ago

abhisheks008 commented 5 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Conflict in Ethiopia using DL
:red_circle: Aim : The aim of this project is to analyze the dataset using deep learning methods.
:red_circle: Dataset : https://www.kaggle.com/datasets/e1iasm/conflict-in-ethiopia-acled-dataset
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


πŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing πŸš€

All the best. Enjoy your open source journey ahead. 😎

whitewolf2000ani commented 1 month ago

Full name: Aniket Kumar GitHub Profile Link: https://github.com/whitewolf2000ani Email ID: kaniket123456789@gmail.com Participant ID (if applicable): NA Approach for this Project: This project aims to provide a comprehensive analysis of political violence in Ethiopia by leveraging the ACLED dataset. The dataset contains detailed information on conflict events, including actors, event types, locations, and fatalities. Through exploratory data analysis (EDA), we will uncover insights into the dynamics of political violence, patterns of actor interactions, and geographical trends within Ethiopia. By examining this data, we seek to better understand the nature and context of political conflicts in the region. My approach Data Preprocessing: Clean and preprocess your data. This involves tasks like handling missing values, encoding categorical variables, scaling numerical features, and splitting the data into training, validation, and test sets. Choose Deep Learning Techniques: Select the deep learning methods. This could include techniques like: Convolutional Neural Networks (CNNs) for analyzing satellite imagery or photos related to conflicts. Recurrent Neural Networks (RNNs) or Long Short-Term Memory (LSTM) networks for analyzing temporal sequences of events, such as conflict occurrences over time. Transformer models for processing textual data like news articles or social media posts related to conflicts. Model Development: Develop and train your deep learning models on the prepared dataset. Experiment with different architectures, hyperparameters, and training strategies to optimize model performance. Evaluation: Evaluate your models using appropriate metrics. For instance, if you're predicting conflict events, metrics like accuracy, precision, recall, and F1-score might be relevant. If you're analyzing text, you might consider metrics like perplexity or BLEU score. Interpret Results: Interpret the results of analysis. What insights can you gain from our models? How well do they perform in predicting or analyzing conflict events? Are there any interesting patterns or trends in the data? Iterate and Improve: Iterate on your models and analysis based on your findings. Refine your approaches, experiment with different data sources or features, and incorporate feedback to improve the accuracy and relevance of our results. Documentation and Reporting: Document our methodology, findings, and conclusions thoroughly. Prepare a report or presentation summarizing your project, including details about your dataset, model architectures, evaluation results, and insights gained. This project will answer the following questions:

  1. What are the fatality rates?
  2. What kinds of events are the frequent reasons for conflict?
  3. Who are the major actors?
  4. Which places are most prone to conflict?
  5. Which media(s) has been the main source(s) of the conflict news
  6. Is there a correlation between specific actor interactions and the level of violence in conflict events?
  7. What is the impact of civilian targeting in conflict events, and are there any trends related to this?
  8. How do different administrative divisions (ADMIN1, ADMIN2, ADMIN3) relate to the frequency and nature of conflict events? I am registered as a contributor for GSSOC24 and would like to contribute to the problem statement.
abhisheks008 commented 1 month ago

Too good! Issue assigned to you @whitewolf2000ani