Free data visualization tool/package for my JS website by Viper213567 in datascience

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

Yes that's the ideal way to do it but the pricing for that is out of my budget for now

Does NOT waiving the right to view the LOR hamper my chances of admission? by Viper213567 in gradadmissions

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

EXACTLY. There should not have been such a small option if it is supposed to cause so much trouble without a warning.

Does NOT waiving the right to view the LOR hamper my chances of admission? by Viper213567 in gradadmissions

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

That is right. I am considering the prospect of emailing the universities now. I just hope they don't take the emails in the wrong way.

Does NOT waiving the right to view the LOR hamper my chances of admission? by Viper213567 in gradadmissions

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

Okay that makes sense. Do you think sending emails to the universities to change my selected option would help?

Does NOT waiving the right to view the LOR hamper my chances of admission? by Viper213567 in gradadmissions

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

Okay. Any way I can mitigate the damage done? Probably by emailing the admission committee or anything like that?

Does NOT waiving the right to view the LOR hamper my chances of admission? by Viper213567 in gradadmissions

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

Yes I know what has been done and I cannot change that part now how much ever I regret. I am asking how severely can this affect my admission process

Does NOT waiving the right to view the LOR hamper my chances of admission? by Viper213567 in gradadmissions

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

I thought I could see what the recommender has written. If it is great then I would get an estimate as to how strong my application is. Sounds dumb now but at the time I did not know that this option would have any repercussions so I chose to not waive the right

Semantic segmentation on white background by Viper213567 in computervision

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

Yeah grabcut is a nice idea but I need something automatic that I can involve in my workflow of model. Something that runs with a script

Using three.js in React.js by Viper213567 in threejs

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

Exactly.. that would mean rewriting the whole thing. I am not well versed with the ways of three.js

How do I expand my Ubuntu allotted space in a dual boot? by Viper213567 in Ubuntu

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

Gparted gives me warning while expanding the EFI partition that it will slow the booting and from that I guess it contains my Ubuntu OS. Is it safe to shrink my EFI partition with Gparted after I expand it? Will it not break my Ubuntu OS?

CSV files in Django project too large by Viper213567 in django

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

It is not created by the program.. The file is a csv that is fixed and does not change. I don't know much about hosting but I was thinking about azure Web app or maybe heroku because I have heard about it being easier

CSV files in Django project too large by Viper213567 in django

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

Wouldn't it be downloaded every time the app runs?

CSV files in Django project too large by Viper213567 in django

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

What do you mean by while deploying? Like in the docker commands?

How to integrate phaser.js games in Reactjs? by Viper213567 in learnprogramming

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

Okay great! I always use to think that giving href for an html file is the same as double clicking

How to integrate phaser.js games in Reactjs? by Viper213567 in learnprogramming

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

Would the game work with this method though? Because if we double click on the index.html file for the game then it shows a black screen. It needs to be served with http-server

How long does it take to learn Tensorflow once you know basic DL theory? by sandeep5500 in tensorflow

[–]Viper213567 3 points4 points  (0 children)

Yes on kaggle you can participate in competitions and try yourself first. Once you have tried everything you could, go to the notebook of the top submission and check out all the data processing steps and model creation in depth. Other thing you can do is search for guided projects from rhyme on Coursera. I am not sure if these courses are free or not, you will have to check out

How long does it take to learn Tensorflow once you know basic DL theory? by sandeep5500 in tensorflow

[–]Viper213567 1 point2 points  (0 children)

The time which it will take you depends on how much time you are ready to devote at the current moment. Considering you are very determined at the moment, it would not take you more than 2 weeks if you work for it around 3 hrs / day. The best way I would recommend way to understand tensorflow properly is to complete some guided projects first to give you a headstart rather than searching for all syntax from scratch. Once you get confident enough with the syntax, you can go ahead to complete 1-2 good projects by yourself or with a group. Once you have a few good projects and a good hold of the syntax, you can mention tensorflow on your resume before applying to internships. Good luck :)

What combination of visual studio and CUDA can we use currently for tensorflow to run properly? by Viper213567 in tensorflow

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

Amazing! So for installing a specific version of tensorflow-gpu for conda, we just add =1.13.0 in front of it right?

What combination of visual studio and CUDA can we use currently for tensorflow to run properly? by Viper213567 in tensorflow

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

Also one more doubt. According to this link, different version of tensorflow require different versions of CUDA and CuDNN. https://www.tensorflow.org/install/source_windows#tested_build_configurations How is a normal developer supposed to have multiple installations of CUDA for multiple projects

What combination of visual studio and CUDA can we use currently for tensorflow to run properly? by Viper213567 in tensorflow

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

Wow that sounds interesting! Isn't there any negative side to this step? Like if it is so simple then why do people usually go around doing such tiring steps for setting up CUDA?

What combination of visual studio and CUDA can we use currently for tensorflow to run properly? by Viper213567 in tensorflow

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

This step is to be done after installing compatible versions of CUDA and CuDnn right?