pinecone-io /
examples
Jupyter Notebooks to help you get hands-on with Pinecone vector databases
Loading repository data…
sachin-101 / repository
To help python programmers experiment and learn. All algorithms implemented from scratch in jupyter notebook.
To help python programmers experiment and learn. All Machine Learning algorithms are implemented from scratch in jupyter notebook.
Knowledge of Numpy, pandas and matplotlib libraries of python.
You can learn about them from their respective docs -
Numpy docs - https://docs.scipy.org/doc/numpy-1.13.0/user/quickstart.html
Pandas docs - https://pandas.pydata.org/pandas-docs/stable/getting_started/tutorials.html
Matplotlib docs - https://matplotlib.org/tutorials/index.html
You can use any editor of your choice. But I recommend using Jupyter notebook as it allows you to edit your code snippets and run them again and again, easily shareable and helps in data visualisation.
You can install jupyter notebook along with Anaconda Distribution(https://www.anaconda.com/distribution/).
The algorithms folder contains all the basic algorithms of Machine Learning implemented from scratch in python. It also has few notebooks explaining the best practices as mentioned by Andrew Ng in the course.
This folder contains neural network written from scratch using numpy and pandas. The visualizations are using Matplotlib.
The programming assignments folder contains the solutions of the programming assignments given during the course.
I recommend to solve them yourself first(u can take help from the algorithms folder).
Then you can compare your solution with mine. People with better solutions are welcome to send a pull request.
The best way would be to clone diberge's repo https://github.com/dibgerge/ml-coursera-python-assignments, and submit your solutions through it.
Diberge's repo enables you to submit the assignments in python.
You can add new Algorithms, Best Practices and Neural Networks written from scratch in the respective folders. Follow the "fork-and-pull" Git workflow.
I would like to thank professor Andrew Ng and the crew of the Stanford Machine Learning class on Coursera for such an awesome class.
I would also like to thank Gerges Dib for making such a helpful repository, enabling us to submit our programming assignments.
Selected from shared topics, language and repository description—not editorial ratings.
pinecone-io /
Jupyter Notebooks to help you get hands-on with Pinecone vector databases
kunalj101 /
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
nasa /
This repository provides Python Jupyter notebook examples to help users work with VSWIR and TIR data from the EMIT and ECOSTRESS missions.
erik-menke /
A series of jupyter notebooks to help chemistry students learn python for analytical chemistry
suneelbvs /
rdKit basics (provided jupyter notebooks are custom curated and will help the users to start working on rdKit)
This journey helps to build a complete end-to-end analytics solution using IBM Watson Studio. This repository contains instructions to create a custom web interface to trigger the execution of Python code in Jupyter Notebook and visualise the response from Jupyter Notebook on IBM Watson Studio.