
Abhijit Bhattacharjee
Abhijit Bhattacharjee is a Principal Application Engineer based in Los Angeles who specializes in the areas of deep learning, artificial intelligence, machine learning, and computer vision. He holds a MSEE degree from the University of Southern California and works with clients in all industries, including consumer devices, semiconductors, government, and biopharmaceuticals. Prior to MathWorks, Abhijit was a researcher at USC Information Sciences Institute working in programs funded by NASA and DARPA.
Python, C++, C, Java, PHP, Javascript, MATLAB, SQL, HTML, CSS, Shell
Spoken Languages:
Bengali, English
Statistiche
RANK
2.494
of 284.779
REPUTAZIONE
22
CONTRIBUTI
0 Domande
10 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
3
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
How can I normalize data between 0 and 1 ? I want to use logsig...
As of MATLAB R2018a, there is an easy one-liner command that can do this for you. It's called NORMALIZE. Here is an example, wh...
oltre un anno fa | 2
How to save training progress plot generated by "trainNetwork"?
Have a look at a previous answer to a similar question.
oltre un anno fa | 0
How do I access individual weight matrices in a custom training loop?
I assume by custom training loops, you are referring to custom training loops in the Deep Learning Toolbox. If so, here is a goo...
oltre un anno fa | 0
Hi all, how to create image datasets. I need them to train neural networks. I have about 15 to 20 images and I need to turn these images into an image dataset. Please.
This is easy to do in MATLAB! You can put all your images into a folder and use the imageDatastore command. Assuming the folder...
oltre un anno fa | 0
| accettato
Best GPU for Deep Learning Training
A very good (and up-to-date) reference article on this topic can be found here: Tim Dettmers Which GPU for Deep Learning. Becau...
oltre un anno fa | 0
How to close neural network training dialog in 2022a
Referring to this question, this can be done using the following command: delete(findall(0)) This is because the ‘HandleVisibi...
oltre un anno fa | 1
| accettato
How to align multiple datasets but data are not totally identical
Without seeing a bit more detailed of an example, it's not easy to recommend the best path forward. But you could consider creat...
oltre un anno fa | 0
What is the value of K in KNN in classification learner app?
K in KNN is the number of nearest neighbors. This is a user-supplied parameter. If you open the Classification Learner App and l...
oltre un anno fa | 0
| accettato
How to view the output of each layer in convolutional neural network using matlab?
This is straightforward to do with the activations command in Deep Learning Toolbox. You will need a CNN and a test input, like ...
oltre un anno fa | 0
can't find 'winvideo' adaptor in matlab 2014a
They have to be (separately) installed now, using the support package installer (which is included with MATLAB). Please see here...
oltre 9 anni fa | 0
| accettato