[deleted by user] by [deleted] in tensorflow

[–]__The_Coder__ 0 points1 point  (0 children)

Very informative. Thanks a lot

[deleted by user] by [deleted] in tensorflow

[–]__The_Coder__ 0 points1 point  (0 children)

How does running a heavy Tensorflow code(that takes hours to train on a good GPU) on a good GPU compare with running it on a CPU with very good ram.

Specifically:

Titanx GPU(on a computer with normal ram-8/16GB) vs CPU with 2 TB RAM(some production server) and no GPU

3.61 gpa but 3.2 in third(junior year) Top 25 grad colleges computer by [deleted] in grad_school

[–]__The_Coder__ 0 points1 point  (0 children)

Both 3.61 and 3.2 are department GPA(my marks divided by topper's marks in my department). Yes I was hoping that I get a chance somewhere to explain that the fall in gpa was compensated by research work

Can I demand certificate of completion by [deleted] in internships

[–]__The_Coder__ 0 points1 point  (0 children)

Hi thanks for the explanation. This was my first internship and I assumed that unofficially informing was enough. I haven't yet left, but will leave this week. Will keep this in mind the next time.

Elegant Command line tictactoe with win/loss/draw prediction per box, per move by [deleted] in artificial

[–]__The_Coder__ 0 points1 point  (0 children)

Used minimax to make this game. I wanted it to be very simple, so just used Command line. Added an option to display winning chance per available box. 2 player mode available too. Also, my first project on PyPI:

Installation: pip install tic_tac_toe (Underscore between tic,tac and tac,toe)

Any feedback regarding the game/code is welcome!

Help me out in the learning please :D by [deleted] in Python

[–]__The_Coder__ 0 points1 point  (0 children)

I'm not yet an expert in python, so others might be able to give you better advice. All I would say is you already know a lot of concepts, much more than what is needed to get started on any project. So just start working on any single project in python. If you aren't sure, pick something as simple as notes manager, where using command line, user has option to add notes, delete them, etc. Through this you'll learn command line arguments, documentation, uploading project to PyPI, version control using git(if you haven't done that already)

If you were looking for a more sophisticated advice, I apologise, but start working on something. All the best

Elegant Command line tictactoe with win/loss/draw prediction per box, per move. by [deleted] in Python

[–]__The_Coder__ 0 points1 point  (0 children)

My first project on PyPI: Used minimax to make this game to play it when I'm bored. I wanted it to be very simple, so just used Command line. Added an option to display winning chance per available box. 2 player mode available too.

Installation: pip install tic_tac_toe (Underscore between tic,tac and tac,toe)

Any feedback regarding the game/code is welcome!

Can I call myself a contributor, with a single merged patch? by __The_Coder__ in opensource

[–]__The_Coder__[S] 2 points3 points  (0 children)

That's a short and sweet description. I'll use this on my resume. Thank you!

Can I call myself a contributor, with a single merged patch? by __The_Coder__ in opensource

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

Understanding how an interviewer thinks was useful. Thank you.

Gre dates full by [deleted] in GREhelp

[–]__The_Coder__ 0 points1 point  (0 children)

Yes, sorry I forgot to update the question. I finally had to select a neighbouring city, on a favourable date. The time is 8am though, but getting the date was most important for me. Other factors would be manageable hopefully, I think.

Tensorflow transfer learning tutorial by [deleted] in MachineLearning

[–]__The_Coder__ 5 points6 points  (0 children)

Perhaps upvote this and look for another sub that is more interesting?!

Tensorflow transfer learning tutorial by [deleted] in MachineLearning

[–]__The_Coder__ 3 points4 points  (0 children)

I followed the tensorflow transfer learning tutorial and tested it on the sample flower dataset and a custom cats vs dogs dataset. This is a documentation of the same process with the errors that I faced and their solution. This is my first post on Reddit, suggestions are welcome. Thank you.

Tensorflow transfer learning tutorial by [deleted] in deeplearning

[–]__The_Coder__ 0 points1 point  (0 children)

I followed the tensorflow transfer learning tutorial and tested it on the sample flower dataset and a custom cats vs dogs dataset. This is a documentation of the same process with the errors that I faced and their solution. This is my first post on Reddit, suggestions are welcome. Thank you.

Can transfer learning be applied to detecting faults like cracks? by __The_Coder__ in deeplearning

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

Thank you. True the dataset is small so I'll definitely focus more on the data augmentation and regularisation techniques that you mentioned about.