how to achieve Bi-LSTM in caffe? - neural-network

i am doing a project and want to achieve a bilstm in caffe,but i don't know how to do .Can it be modified directly in the prototxt.Any ideas appreciated.

Related

Map Creation in SpriteKit (Swift)

i have a problem i cant find anything to create a topview map that creates with code randomly and have items that can be clicked
Have anybody Experience with that and can help me?
Thanks and best Regards

Is it possible to create a design like this using the Grid List in the Material UI?

Is it possible to create a design like this using the GridList in the Material UI?
Please let me know if there are any possible remedies or ideas that may help solve this issue. Thank you.

problems trying to navigate starting point of gdk_pixbuf with cario in C

I have a stitched png file that is 100 frames of a gauge going from 0 to 100. Each frame is 80x80.
I am loading the image into a pixbuf using gdk_pixbuf_new_from_file and attempting
to use gdk_cairo_set_source_pixbuf to navigate to the frame that I want to display.
I am getting the first frame when gdk_cairo_set_source_pixbuf(cr,pixbuf,0,0), however if I try to advance (for example at the gauge at 50%) and use gdk_cairo_set_source_pixbuf(cr,pixbuf,0,4000) ...I don't get anything. I am getting no images other than when I am using 0,0.
I am new to this so any advice on what I may be doing wrong, or suggestions of alternate ways to do what I am looking to accomplish are appreciated. I have been searching for existing examples of someone using a subset of an image, but haven't been able to find any.
thank you.

Is it possible to detect the entire face region (only) in IOS?

I need to detect the full face region in my app...
Is it possible to detect that region ?
Currently i was using the CIDector to get the face features...
CIDector detects only nose,left and right eye...
how do i detect the entire full face(not as square marked face entire space. I attached the image below exactly what is the need) from the source image...?
any idea or solution for this problem is highly appreciated...
Thanks in advance....
Regards,
Spynet
I am not sure, if it is possible to do it using CIDetector. I would recommend you more sofisticated solution like OpenCV. Take a look here: http://www.eosgarden.com/en/opensource/opencv-ios/overview/
and to the OpenCV documentation:
http://opencv.willowgarage.com/wiki/
Hope it helps. It is ore complicated way but you can handle it.

How to give names in PieChart each slice Coreplot iphone?

I draw PieChart with 4 slices in iPhone app. I want to add Names in each Slice in Pie Chart. Am using Core-Plot9. And also i want to give different colors for each slice in PieChart. How can do this? Please suggest me any idea/sample code to do this. Please help me. Thanks in advance.
download the samples from given link then go to
CorePlot_0.9->Source->examples->CPTTestApp-iPhone check this sample. it will give you an idea how to solve your problem?
core plot example