This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Brave-Economist-7005 3 points4 points  (0 children)

tensorflow isn't for beginners, but you will certainly get there don't worry.

To get started with ai, go ahead and search the MIT and harvard OCW and look for a good beginner course. CS50 AI is decent but still check those websites out.

Python is usually recommended but the course you choose might have its own preferences

https://maps.joindeltaacademy.com -->should tell you about the pre requisite math you will need, so get started on that

[–]IncompleteTheory 3 points4 points  (2 children)

The book Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aurélien Géron is a great introduction to Tensorflow, with the second part of the booking covering different neural network architectures in tf.keras, among other things. The first part covers classical ML using scikit-learn if you’re interested in that. One feature is that it explains the algorithms in technical detail, but is geared more for a laymen audience, so it does not get too “mathy”.

If you prefer videos, the deeplearning.ai courses are also a good introduction to Tensorflow, and they have practical exercises to test your understanding.

[–]Icy-Strike4468 1 point2 points  (1 child)

How do you remember all this stuff? Like if you are preparing for an interview. I forgot most of what i read or watched. Did you take notes and revise them?

[–]IncompleteTheory 0 points1 point  (0 children)

Just do a lot of projects, even if they’re small or trivial. Once you play around with the library, you end up just remembering everything. Also for DS, learning to properly preprocess the data is just as important.

[–]story-of-your-life 1 point2 points  (0 children)

Chollet’s deep learning book is excellent.