Skip to content

Added getting started with generative AI #10

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

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions How To Get Started With Generative AI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Steps to get started:
1. Understanding basics: This is the first step. Knowing what generative AI is, what are it's applications and it's future scope.
2. Learning python: Python is the most important language in artificial intelligence and machine learning. Gradually knowing the basics then moving on to advanced python can help.
3. Python libraries: This is a bit advanced version of python. Understand libraries like TensorFlow, PyTorch, and Keras is esential to understand machine learning.
4. Understanding machine learning basics: The next step is to understand what is superwised learning, unsuperwised learning, and reinforcement learning.
5. Deep learning: Artificial intelligence often relies on neural networks. The next step is to understand deep learning fundamentals like neural networks, backpropagation, and gradient descent.
6. Exploring generative AI models: Explore different generative models. The most popular ones include Variational Autoencoders (VAEs), Generative Adversarial Networks (GANs), and Recurrent Neural Networks (RNNs).
7. Building small models: It is a good idea to start building small models in the beginning like a model to generate text or images.
8. Online courses: There are various online courses available on platforms like coursera and edx.
9. Specialisations: After exploring all domains of generative AI, it is good to specialise in 1 domain of it like text generation, or specifically image generation, etc.
10. Tools and Frameworks: Familiarize yourself with the tools and frameworks used in generative AI, like Jupyter notebooks, Google Colab, and cloud computing platforms for training large models.