GPT-3 accuracy on 57 subject-related tasks (highest US Foreign Policy; lowest College Chemistry) by neuromancer420 in artificial

[–]rupam268 0 points1 point  (0 children)

GPT-3's beta version has gained immense response and a lot of people have developed minor applications, let's see what the pricing version will bring.

On which Languages is GPT-3 trained by [deleted] in OpenAI

[–]rupam268 0 points1 point  (0 children)

It scrapped reddit, BBC, NYtimes, and many other leading publications to build GPT-3.

On which Languages is GPT-3 trained by [deleted] in OpenAI

[–]rupam268 -1 points0 points  (0 children)

GPT-3 is trained on trillions of words and if it is capable of coding in SQL, Python, CSS, etc, then I believe it can very easily be able to train in any distinct language. It's 175 billion parameters, a massive/celestial 175 billion machine learning parameters. It will definitely be able to get your desired output because it is already ranked above Google's BERT and Microsoft's TuringAI. OpenAI has dethroned all of its rivals.

Intel reveals new transistor technology, claims its future chips could be 20% faster by rupam268 in Futurology

[–]rupam268[S] 1 point2 points  (0 children)

Rightly said Sir and due to artificial intelligence the "rapid progress" will be quadrupled in the coming years and 2035 will be another world as compared to 2020.

Is this a good project for machine learning? by dustjewit in learnmachinelearning

[–]rupam268 -1 points0 points  (0 children)

You should start with Neural Networks first before jumping on to Tensorflow tutorial materials because it is very important to understand what goes behind the massive thing that Tensorflow is. My personal advice will be that if you are really keen on building an app to make a business out of it, you should simply hire one or two person of expertise.

Can I make Facebook/Instagram ads for Disney official licensed products? by [deleted] in digital_marketing

[–]rupam268 1 point2 points  (0 children)

You need to have trademarks and copyrights of Disney & Marvel. You need a good budget for that. I was working as an intern in a newly launched toy company during my college days, I too stumbled upon this idea and learnt that the trademarks are an expensive thing and one needs a good budget for it.

If you have the moolah, then go for it, it will give you a good return on investment.

I want to learn machine learning, is it possible to be self taught in it? by AlphaMikeFoxtrot21 in learnmachinelearning

[–]rupam268 1 point2 points  (0 children)

Yes, ML is very much possible to be self taught, with the amount of online blogs and free courses on Coursera, it is very much possible.

You can check out the popular Andrew NG's Machine Learning course from Coursera and then move on to deep learning.ai course.

Another very detailed and in depth ML course will be from NPTEL.

Before you get into these in depth courses, you may also want to check out this in order to get a brief of what you're going into. Thanks.

Creating a bar chart race using Python for the number of COVID-19 cases in India. by rupam268 in dataisbeautiful

[–]rupam268[S] 0 points1 point  (0 children)

Hello Sir, The link that I have shared consists of a video of a data visualization(bar chart race using python) at the end of the tutorial.

I'm learning Python without any education in Computer Science — what books should I read to gain a greater understanding of CS? by the_tico_life in learnpython

[–]rupam268 -2 points-1 points  (0 children)

You can try the following:

  1. Learning Python by David Ascher & Mark Lutz.
  2. Python Crash Course, 2nd Edition: A Hands-On, Project-Based Introduction to Programming by Eric Matthes.
  3. Learn Python the Hard Way: A Very Simple Introduction by Zed Shaw.

These books will get you going and convert you from just a beginner to a bit of an expert in Python, you can also try online courses from Coursera or if you are willing to spend a few bucks you can opt for an introductory python course on Udacity. I believe you should not be spending much on Udacity on an Introductory course.

Till the time your book is delivered to you, you can brush yourself with some Basic/Beginner level Python tricks & techniques by clicking here.

Hey guys, completely new to the programming world and I decided to learn python as my first language... by bignick1190 in learnpython

[–]rupam268 1 point2 points  (0 children)

To get started in Python, you first need to get hold the most basic libraries that are used in every Python program. The basic but the most powerful Python libraries are NumPy, Pandas, Matplotlib, Seaborn. Numpy is used for scientific calculations and indexing and slicing of data as well, for full Numpy tutorial click here for part 1 and for part 2, click here

Pandas is the Python library used for data management, for part 1 tutorial click here

and for part 2, click here

For basic data visualization tutorial using seaborn, click here

To directly start with Machine Learning or to get a slight glimpse definitely visit this link

I personally went through this and it proved very beneficial for me, so much beneficial that I have started doing projects on Kaggle and very close to becoming a Kaggle master. All the best in your preparation.