https://github.com/nvinayvarma189/helping-lenna
Code for Image Processing Challenge on skillenza
https://github.com/nvinayvarma189/helping-lenna
accuracy image-processing lenna skillenza
Last synced: 7 months ago
JSON representation
Code for Image Processing Challenge on skillenza
- Host: GitHub
- URL: https://github.com/nvinayvarma189/helping-lenna
- Owner: nvinayvarma189
- Created: 2019-01-04T07:07:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T09:07:52.000Z (about 5 years ago)
- Last Synced: 2025-02-08T06:12:17.026Z (8 months ago)
- Topics: accuracy, image-processing, lenna, skillenza
- Language: Python
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helping-Lenna
**Code for Image Processing Challenge on skillenza.** View the challenge [here](https://skillenza.com/challenge/vidooly-datascience-jan2019).[](https://deepsource.io/gh/nvinayvarma189/Helping-Lenna/?ref=repository-badge)

The Nodes are the cities, edges are the two-way roads. If there is no possible path between two cities, then they are said to be in different states. There is a tax system here. If you want to travel from one state to another, you will be charged 1$.
There is no tax charge if you wish to visit a city within the same state.
# Question 1:
**What is the minimum number of dollars that Lenna need to carry to reach all the cities in the country?**My Solution - 100% accuracy (10000 test images were given)
# Question 2:
**What is the maximum number of cities that Lenna can visit with just 1$?**My solution - 94.4% accuracy (same 10000 test images were given)