How to get started with TensorFlow? - machine-learning

How to get start TensorFlow, is there any book to read?
I'm good at java programming, and have some background of machine learning. I'd like to find a book or a course about TensorFlow. Is there any recommendation?

Though this page its not the right place to ask such question , A programmer should get answer wherever possible
You can get some of the tutorials that could be taken as initiation for your study at the very its own website https://www.tensorflow.org/tutorials/ .Also you can refer the youtube https://www.youtube.com/playlist?list=PLxePmhCQRxb9I6tlcB1yJpOq5_4ryCy7n .
provided below is the github repository link where you can find
https://github.com/jtoy/awesome-tensorflow#video
Books
Models/Projects
Libraries
Videos
Papers
Blog posts
Tutorials

Related

fuzzy logic for RPL objective function experiment

I'm intending to develop a new OF for RPL in cooja simulator, the thing is that I don't find any tutorial or example on how to do so!
Also, There are hundreds of published papers on this work, yet no guidance on how to conduct your own experiements!
Any help or tutorial i can follow.
Furthermore, i need to know what are possible tools needed to do so, like matlab, python or C++ libraries?
too much confused and cannot figure out where to start actually.
Please Help
Please Help I have been searching and reading alot, nothing found but journal papers discusses things theoritically.

Core ML Vision producing incorrect answers

I'm using Apple's Core ML to visually recognize items in an image but it's returning incorrect answers sometimes identifying shoes as a knife etc. Is there a way to provide feedback about CoreML and hopefully guide it towards correctly identifying the items in an image?
You're probably giving the Core ML model inputs that it does not expect. I wrote a blog post about the most common mistakes: http://machinethink.net/blog/help-core-ml-gives-wrong-output/
I would open a feedback ticket at https://developer.apple.com/bug-reporting/
Apple is really glad to get devs feedback. Try to detail yours as deeply as possible :)
EDIT : I would also suggest that you try another CoreML model ! I had a few tries with Inception V3 which worked like a charm with my apps. https://developer.apple.com/machine-learning/

Get the Microsoft Research Sentence Completion Challenge

I am currently working on natural language processing for scholar purposes, and I would like to get the Microsoft Research Sentence Completion Challenge dataset.
Unfortunately, it seems that it is no more available on Microsoft's website : when I click on any of the two links to get the training or test data, I am redirected to the main page of Microsoft Research. I tried to contact Microsoft's technical support, but they didn't answer me, and I couldn't find the dataset on an other website.
Do you know where I could find this dataset (I'm mainly interested in the test set) ?
Thanks in advance for your help.
I did some research, I have two sources (were quite hard to find):
Kaggle - https://inclass.kaggle.com/c/mlsd-hw3/data
Github repo/google drive link - https://drive.google.com/drive/folders/0B5eGOMdyHn2mWDYtQzlQeGNKa2s
Hope they are correct :)

How to do video summarization based on content using OpenCV?

I am a bit confused about this topic. I have done a little object detection for the video.
Should I summarize according to the objects detected in the video or should I extract key frames from the video that give a good idea about the content ?
I did search for this on the internet ... I found this
But still I want to know how should I proceed ?
Thanks!
There is no answer to that question, this is an open research topic! Pr. Bernard Merialdo from France has been studying this topic for several years. You can have a look at his research group page and publications.

Beginning in Lua for Corona SDK

I have started working on Corona SDK.As you all know it uses Lua as the programming language,i wanted to know some good links or ebooks which i can refer to begin development.I am an iPhone developer and working on objective C since last 1 year.
Any suggestions,help would be appreciated.
Thanks
Aditya
I've been using this: Programming in Lua, first edition (FREE online edition of the book)
The Corona SDK forums are also good for specific issues related to the SDk itself. It seems it is having a few database problems just right now, but you might want to check it later.
Edit: just for completeness, here is the link to the Lua Bookstore # amazon (not an affiliate link).
You can also check out http://learningcorona.com/ which has a huge listing of tutorials for Corona.
Here's a great resource for learning Lua, it's aimed towards beginner programmers (doesn't sound like you), but it does a great job at introducing Lua and most of the basic concepts:
Lua for Beginners:
http://lua.gts-stolberg.de/en/index.php?uml=1
That, as well as the "Learning Corona" section of the Ansca docs should be plenty enough to get you up to speed in a very short amount of time:
http://developer.anscamobile.com/resources/docs/
TIP: Start working on a project, or converting an existing app using Corona and you'll learn it blazing fast! That's what I did, and I learned it quickly enough to have one of my games fully converted in about 8 days.
For understanding basics of CORONA SDK I will prefer "Corona.SDK.Mobile.Game.Development.Beginners.Guide"
book from Packtpub publication.
and You can also check out http://www.learningcorona.com/ for tutorial both video and audio.
The Lua Reference Manual is also an excellent read: Concise and complete.
Lua Gems is also worth looking at (at least the freely available snippets).
I found the Beginning Lua Programming book to be pretty good as a complete reference for Lua with good example code.
My very personal advice is just take a look at great books (Programming in LUA is covering everything) and switch as soon as possibles to samples / tutorials in order to learn all the API functions.
There are several Corona sdk video tutorials on YouTube. One demonstrates how to create a simple balloon game in a few minutes. You can have Your Lua editor in one window and YouTube in another, and click on the video to start/stop and switch to the editor and type in the code. Some tutorials provide links to download the code.
hello you can use their website they have good documentation you will find it here
http://docs.coronalabs.com/api/

Resources