Yogesh Haribhau Kulkarni
Yogesh Haribhau Kulkarni
**Describe the solution you'd like** Currently there seems no way to save the output animation into a mp4 video. Wish to have that facility by calling some function say save_frames_video("file_path",...
In Tuotrial https://www.tensorflow.org/swift/tutorials/model_training_walkthrough - You can read statement like "Import data with the Epochs API". Nomenclature issue. Data should be imported by Data API, right? How come "Epochs". At training...
Need to have thorough review of the changes suggested. Need testing to see if these changes are ok on tf 1.x systems also. One change, that is suspicious, is in...
Failed to install tensorflow-graphics on Windows OS: Windows 10 Enterprise, 2019, 64 Bit Reference page: https://www.tensorflow.org/graphics/install Command used: pip install --upgrade tensorflow-graphics Errors: ``` ERROR: Command errored out with exit...
Testing
Please download/fork and compile the source tex files as per README instructions. Let me know if you face any issues, any changes, etc.
Implement using pyp5 - The Nature of Code [Youtube Playlist](https://www.youtube.com/watch?v=6vX8wT1G798&list=PLRqwX-V7Uu6aFlwukCmDf0-1-uSR7mklK), [Processing.py port](https://github.com/nature-of-code/noc-examples-python) - [Coding Challenges](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH) - [Intelligence and Learning](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YJ3XfHhT2Mm4Y5I99nrIKX) Already started with NoC book at https://github.com/yogeshhk/TeachingDataScience/tree/master/Code/Visualization/TheNatureOfCode Feel free to add...
By referring to https://github.com/MartinGentleman/weather-bot need to develop content, explaining flow, code snippets, to build a weather chatbot or something similar.
Chatbot files demonstrates working of Rasa NLU + Core chatbot. Rasa platform constantly evolves, sometimes making earlier code deprecated. Need to refer to https://github.com/RasaHQ/rasa-workshop and update the code snippets mentioned...
Do Palm models really ‘understand’ the language? Especially the logical reasoning aspect? Folks at [Facebook AI Research](https://engineering.fb.com/category/ai-research/) came up with a set of seemingly easy, toy-ish, childish tasks (called ‘bAbi’)...