I have a doubt. Isn't the formula for softmax = e^x / sum(e ^ x) for each values of x? And the formula that's shown in the video (9:30) for softmax 1 / (1 + e^-x) actually meant for sigmoid?
@naveed99994 жыл бұрын
Completed the whole tutorial, exercise and project and thanks for putting this up on KZbin. This has gives me the little push I needed to start further learning in deep learning.
@drakejohnson38035 жыл бұрын
57:35 Using PyCharm 2019 CE and the tf.global_variables_initializer() and tf.Session() commands aren't working. I've tried almost everything and have been attempting to get this to work for half the day. Is there something I'm missing? Any help would be great.
@Kirchert9195 жыл бұрын
iv got the same problem..... i guess its something to do with the version of tensorflow he used.
@egnatious4 жыл бұрын
Amazing content, I really learnt a lot thanks Frank. Please keep on producing such indepth material
@Skandawin785 жыл бұрын
You have a wonderful voice tone which is relaxing and i think is perfect for these kind of videos. Great job sir
@kevin_kk5 жыл бұрын
yeah. it's really sad when some youtubers have awesome content but lack proper presentation. It's really an enticing subject to learn when you find one with both!!
@solomonfekaduhailu5 жыл бұрын
Thanks for the video. My first journey into ML. Btw: for the spiral model, if you change the activation to "ReLU" gives a good spiral fit with just 3 hidden layers of 6, 4, 2 :). Great fun way to learn with the examples.
@StokkerGold5 жыл бұрын
Very well done and thank you for sharing. Liked the mix of moral and Tech - important and appreciated you brought it in to the video.
@frankx87395 жыл бұрын
Free idea for a deep learning project: Make early phonograph recordings clear and steady so that they sound almost like modern recordings.
@frankx87393 жыл бұрын
@Saint Baker Nice.
@YiannisPi5 жыл бұрын
On the spiral pattern, why even consider NN? A simple Knn with 3-5 closest neighbors would have done an amazing job on this problem. No need to force NN. Amazing video btw! you are a rock star!
@alexfagan62494 жыл бұрын
What version of TensorFlow is he using, I'm having lots of trouble with setup
@sivabhimireddy22835 жыл бұрын
Awesome video!! Taken in a lot... huge thanks for this ...
@ofijanabu46893 жыл бұрын
Awesome video thanks ☺️ could you please share how can realize communication system with deep learning
@frankx87395 жыл бұрын
'Gradient descent' has a pre-computer history: conceived as linear programming;s maxima-minima methods wayback before computers.
@arnabpersonal67295 жыл бұрын
my notebook says tensorflow has no attributes named global_variables_initializer
@miicro5 жыл бұрын
The spooky part mentioned in RNN explanation is because this course doesn't explain in depth how the algorithms work. So it seems like it's magic, but it isn't. It's good to get your feet in ML, but it feels like after this course I will simply use pre-made models and will not be completely sure why they work, just that they do. Either way, thanks, this helped a bit!
@kapildaga6 жыл бұрын
You are a rock star. Thanks for the lectures
@udemy6 жыл бұрын
We're so glad you're enjoying Frank's videos!
@bhesht5 жыл бұрын
This is exactly what I wanted for an overview, with meticulously crafted examples. Thanks!
@udemy5 жыл бұрын
Thank you for the feedback. We're so happy you liked the video!
@planet84915 жыл бұрын
Awesome Video.. Just when i was thinking of learning CNN and RNN. Please can you make a video on Graph Neural Network. Thank you
@elizabethjones30565 жыл бұрын
I really like the advise sir Frank!! Interesting. Easy to understand. 25 min in. Thank u Please upload more videos
@paulrowlett33525 жыл бұрын
Interesting. Easy to understand. 25 min in. Thank u Hi Frank, thank you for sharing this great content.
@cherrydarlingjosephd.29574 жыл бұрын
I really like the advise sir Frank!! Good effort...thanks I really like the advise sir Frank!! Amazing content, I really learnt a lot thanks Frank. Please keep on producing such indepth material
@mel_cosentino4 жыл бұрын
Note: you can add more features instead of more neurons to get a faster and better result!
@robinbartsch69404 жыл бұрын
I really like the advise sir Frank!! Good effort...thanks I really like the advise sir Frank!! my notebook says tensorflow has no attributes named global_variables_initializer
@chinavines51335 жыл бұрын
I really like the advise sir Frank!!
@syedmuhammadali20835 жыл бұрын
I am getting error in the final project task of tumor although I am following the same code as instructed. Found array with 0 sample(s) (shape=(0, 4)) while a minimum of 1 is required by StandardScaler.
@Kirchert9195 жыл бұрын
What version of tensorflow is he using ?
@yellowstone40874 жыл бұрын
I am not able to install tensorflow using pip
@marvin45195 жыл бұрын
Am getting an error trying to add the input layer and the bias (hidden_layer=input_layer + input_bias) Error:dimensions must be equal!!
@ElimsEra5 жыл бұрын
Interesting. Easy to understand. 25 min in. Thank u
@shinys52616 жыл бұрын
Good effort...thanks
@MrAnperm5 жыл бұрын
First 20 mins gave an excellent summary
@bogulans28975 жыл бұрын
From version 2.0 there is no more global variables with helper methods, so first part wont work properly
@michaelsalmon34504 жыл бұрын
Would be good to update the parts specific to tensorflow v1 to v2. Or maybe instead of redoing the video have v2 code versions for the appropriate examples
@johnjohnson3935 жыл бұрын
Easy to understand the machine learning - deep learning for👋 freeeeeeeeee 👌
@abeaumont105 жыл бұрын
Thanks for this video!
@hmsvigle5 жыл бұрын
Sir, Your presentation & explanation was very good. Though with a visual appearance with pointer (atleast mouse pointer) pointing to the portion of diagram/part you are explaining, would have been very helpful. Else it felt like we are looking blank to the slides & search or visualize mentally what you ment by it. Thank you
@emilmuller17465 жыл бұрын
Thank you for this very good video :)
@satheeshkrishnankannaiyan55776 жыл бұрын
Thanks for this video. Much appreciated. Just wondering whether RNN is the only option in Neural Networks for stock prediction. Please advice me on this point.
@jcarmen97344 жыл бұрын
Great!
@gselan725 жыл бұрын
is a Perceptron a Decepticon or an Autobot
@ianyang87996 жыл бұрын
I think you made a mistake when you use keras to solve the house-votes-84 dataset problems. your code: all_features = voting_data[feature_names].values , at time 1:42:37 but the feature_names already contain the 'party' column and you just use the 'party' column as the label below
@jackbisson92265 жыл бұрын
Hi Frank, thank you for sharing this great content.
@judithchristman47074 жыл бұрын
Awesome video!! Taken in a lot... huge thanks for this ... Amazing content, I really learnt a lot thanks Frank. Please keep on producing such indepth material
@beautifulanimals2095 жыл бұрын
Great! can you sir includes topics which are under mentioned??Responsibilities! Understanding business objectives and developing models that help to achieve them, along with metrics to track their progressManaging available resources such as hardware, data, and personnel so that deadlines are metAnalyzing the ML algorithms that could be used to solve a given problem and ranking them by their success probabilityExploring and visualizing data to gain an understanding of it, then identifying differences in data distribution that could affect performance when deploying the model in the real worldVerifying data quality, and/or ensuring it via data cleaningSupervising the data acquisition process if more data is neededFinding available datasets online that could be used for trainingDefining validation strategiesDefining the preprocessing or feature engineering to be done on a given datasetDefining data augmentation pipelinesTraining models and tuning their hyperparametersAnalyzing the errors of the model and designing strategies to overcome themDeploying models to productionRequirements! Machine Learning Engineer or similar roleProficiency with a deep learning framework such as TensorFlow or KerasProficiency with Python and basic libraries for machine learning such as scikit-learn and pandasDeep knowledge of math, probability, statistics and algorithmsExpertise in visualizing and manipulating big datasetsProficiency with OpenCV
@swathinr42865 жыл бұрын
Any way i can get the files without taking up the course
@021bethineedilakshmideepak45 жыл бұрын
how can u retrieve the files?
@toddmoore1124 жыл бұрын
Hi Swathi. Wat u want . Ask me I will give u
@JaggiUnscripted6 жыл бұрын
Please upload more videos
@dillonvanessa44914 жыл бұрын
Awesome video!! Taken in a lot... huge thanks for this ... I really like the advise sir Frank!! Good effort...thanks I really like the advise sir Frank!! Good effort...thanks I really like the advise sir Frank!!
@Skandawin785 жыл бұрын
Too good
@pratulranjan27944 жыл бұрын
watch at 01:32:08 :D
@sundriedarizona69924 жыл бұрын
I love the video and just starting my journey with Deep Learning. However, I have ran into a problem and it is making it very difficult for me to follow along with code. It seems Tensorflow has updated it's version from the version you are using in the video. First time working with Tensorflow and trying to understand the changes and how to implement them all to stop errors is a little challenging. Do you have an updated version or an explanation of the changes that need to be made in the code? But I do love your teaching style and your very clear and concise on topics.
@sonhiya5 жыл бұрын
Can I use python 2?
@gemini90025 жыл бұрын
He said it's only available in 3.5 and above
@sonhiya5 жыл бұрын
@@gemini9002 okay
@giribabujakkala91405 жыл бұрын
Is this good for bigginers
@gemini90025 жыл бұрын
No😂
@JeordieEH6 жыл бұрын
I can't explain what it is, but udemy video's are some of the worst commercials on youtube. They are the only ones that make me seek out udemy just so I can express my annoyance and hatred for their bullshit commercials. You can go from zero experience coding to building iOS app's. Uh, yeah, great way to fleece dumb people. Thanks for not providing high achievements, just quick results for people who will likely give up easily anyway.
@abracondapholosim5 жыл бұрын
Jeordie White finally! Someone said it
@Goldname15 жыл бұрын
upvote because he doesn't have an indian accent
@iamsyedomair5 жыл бұрын
bloody racists
@iamsyedomair5 жыл бұрын
but i do acknowledge the fact that he is a good teacher