Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the deep learning framework from tensorflow to pytorch #38

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

shravya312
Copy link
Contributor

#18
image
image

@Devanik21 Devanik21 changed the title Changes the deep learning framework from tensorflow to pytorch Changed the deep learning framework from tensorflow to pytorch Oct 7, 2024
@Devanik21
Copy link
Owner

@shravya312 , interesting, but can we be benefited from it ?

@Devanik21 Devanik21 self-requested a review October 7, 2024 12:59
@Devanik21
Copy link
Owner

can we add more features to our model ?

@shravya312
Copy link
Contributor Author

A dynamic computation graph is a key feature of PyTorch that allows the framework to create a map of calculations while the program is running.

Key Points:
Built While Running: The graph is formed as you run your code, not before. This means it can change every time you execute it.

Flexible and Adaptive: You can easily change how your model behaves based on the data you provide. For example, if the input data is different, the graph adjusts accordingly.

Easy to Debug: Since the graph is created as the code runs, you can use regular Python tools to check for errors right where they happen, making it easier to fix problems. these are the features of pytorch which is beneficial

@shravya312
Copy link
Contributor Author

can we add more features to our model ?

Educational Resources
Learning Modules: Offer tutorials or modules that educate users on space mining, including best practices and case studies.
Resource Library: Create a library of articles, research papers, and case studies related to space mining and exploration.

@shravya312
Copy link
Contributor Author

can we add more features to our model ?

Educational Resources Learning Modules: Offer tutorials or modules that educate users on space mining, including best practices and case studies. Resource Library: Create a library of articles, research papers, and case studies related to space mining and exploration.

this can be done using deep-learning which can use the mining data and results from this model to educate people

@shravya312
Copy link
Contributor Author

Can u review @Devanik21 if any changes needed I will do

@Devanik21 Devanik21 merged commit aee5ab0 into Devanik21:main Oct 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants